@font-face {
    font-family: 'cherry_swashregular';
    src: url('../Fonts/cherryswash-regular-webfont.eot');
    src: url('../Fonts/cherryswash-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/cherryswash-regular-webfont.woff2') format('woff2'),
         url('../Fonts/cherryswash-regular-webfont.woff') format('woff'),
         url('../Fonts/cherryswash-regular-webfont.ttf') format('truetype'),
         url('../Fonts/cherryswash-regular-webfont.svg#cherry_swashregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{font-family:"Apple-Chancery";
src: url(../Fonts/ps_24516.eot);
src: url('../Fonts/ps_24516.eot?#iefix') format('embedded-opentype'), local("Apple Chancery"), url(../Fonts/ps_24516.ttf);format ("truetype"); 
}

@font-face {
    font-family: 'railwayregular';
    src: url('../Fonts/railway-webfont.eot');
    src: url('../Fonts/railway-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/railway-webfont.woff2') format('woff2'),
         url('../Fonts/railway-webfont.woff') format('woff'),
         url('../Fonts/railway-webfont.ttf') format('truetype'),
         url('../Fonts/railway-webfont.svg#railwayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'playtime_with_hot_toddiesRg';
    src: url('../Fonts/playtime-webfont.eot');
    src: url('../Fonts/playtime-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/playtime-webfont.woff2') format('woff2'),
         url('../Fonts/playtime-webfont.woff') format('woff'),
         url('../Fonts/playtime-webfont.ttf') format('truetype'),
         url('../Fonts/playtime-webfont.svg#playtime_with_hot_toddiesRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fridaysregular';
    src: url('../Fonts/fridays-webfont.eot');
    src: url('../Fonts/fridays-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/fridays-webfont.woff2') format('woff2'),
         url('../Fonts/fridays-webfont.woff') format('woff'),
         url('../Fonts/fridays-webfont.ttf') format('truetype'),
         url('../Fonts/fridays-webfont.svg#fridaysregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'newrockerregular';
    src: url('../Fonts/newrocker-regular-webfont.eot');
    src: url('../Fonts/newrocker-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/newrocker-regular-webfont.woff2') format('woff2'),
         url('../Fonts/newrocker-regular-webfont.woff') format('woff'),
         url('../Fonts/newrocker-regular-webfont.ttf') format('truetype'),
         url('../Fonts/newrocker-regular-webfont.svg#newrockerregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tinetregular';
    src: url('../Fonts/tungusfont_tinet-webfont.eot');
    src: url('../Fonts/tungusfont_tinet-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/tungusfont_tinet-webfont.woff2') format('woff2'),
         url('../Fonts/tungusfont_tinet-webfont.woff') format('woff'),
         url('../Fonts/tungusfont_tinet-webfont.ttf') format('truetype'),
         url('../Fonts/tungusfont_tinet-webfont.svg#tinetregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{font-family:"Amaranth-Regular";
src: url(../Fonts/amaranth-webfont.eot);
src: url('../Fonts/amaranth-webfont.eot?#iefix') format('embedded-opentype'), local("Amaranth"), url(../Fonts/amaranth-webfont.ttf);format ("truetype"); 
}

@font-face
{font-family:"Cooper-Black";
src: url(../Fonts/ps_10369.eot);
src: url('../Fonts/ps_10369.eot?#iefix') format('embedded-opentype'), local("Cooper Black"), url(../Fonts/ps_10369.ttf);format ("truetype"); 
}

@font-face {
  font-family: 'icons';
  src: url('../Fonts/icons.eot');
  src: url('../Fonts/icons.eot#iefix') format('embedded-opentype'),
       url('../Fonts/icons.woff') format('woff'),
       url('../Fonts/icons.ttf') format('truetype'),
       url('../Fonts/icons.svg#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

a 	{
	color:black;
	}

a:focus /*removes blue outline when focused on anchor*/
	{
	outline:0;
	outline: none;
	}
	
img
	{
	max-width: 100%;  /*container for background-required to keep aspect ratio when shrinking*/
	border:none;  /*IE 8,9,10 add borders to images that are also links*/
	}

body
	{
	background:#626E65;	
	margin:0;
	padding:0;
	/*font-family:cherry_swashregular;	*/ 
	}

 
/*=================UPPER HEADER BEGINS HERE=================================================*/	
.outerwrap
	{
	background:#626E65 url(../Photos/background.jpg); 
	background-repeat: repeat-y; 
	padding: 20px; 
	margin-left: auto; 
	margin-right: auto; 
	width: 1000px; 
	height: 100%; 	
	font-family: Tahoma;
	color:black;	 
	}
	
.wrap
	{
	text-align: center; 	 
	font-weight: bold;	 
	}
	
.headerwrap
	{
	margin: auto;
	color: #330099; 
	width: 800px;
	font-size: 70px; 	 
	}	
	
.sub2
	{
	font-size: 25px; 
	text-align: left;	 
	}	
	
.lowerheaderwrap
	{
	margin: auto; 
	width: auto;
	margin-bottom:10px;	/*to provide space where picture was located*/ 
	}	
	
.subheader
	{
	font-size: 20px; 
	font-weight: normal; 	
	width:auto; 
	float: left;   
	margin-top: 5px; 	 		
	}	
.downloadtext	
	{
	
	font-size: 12px; 
	margin-left: 250px;	
	}	
	
.downloadimages
	{
	border: 0px solid; 
	width: 32px; 
	height: 32px; 
	margin-right: 25px;	
	}	
	
.imagecontainer
	{
	float: left;	
	}
	
.image1cont
	{
	width: 850px; 
	text-align: left; 
	font-size: 25px; 
	text-decoration: underline; 
	margin-top: 25px; 
	color: #330099;
	}
	
.image1
	{
	border: 3px solid rgb(51, 0, 153); 
	border-radius:10px; 
	box-shadow:5px 5px 5px grey; 
	width: 242px; 
	height: 328px;
	}		
	
.contact
	{
	margin-top: 5px; 
	text-decoration: none; 
	font-size: 14px; 
	text-align: left; 		
	}	
	
.contactanswer
	{
	font-style: italic;	
	}		
	
.groupheading
	{
	margin-top: 10px; 
	text-align: left; 
	font-size: 25px; 
	text-decoration: underline; 
	color: #330099;
	}	
	
.quallisting
	{
	margin-top: 5px;	 
	font-size: 14px; 
	text-align: left;	
	}	
	
.quallisting>span
	{
	 display:block;	 
	}		
	
.groupsubheading
	{
	 margin-top: 5px;	 
	 text-align: left;
	}		
	
.dates
	{
	color: red; 
	font-size: 18px;
	display:block;
	}

/*Exclude the span dates from this styling*/
.groupsubheading>span:not(.dates)
	{ 
	display:block;	 
	}	
	
.duties
	{
	margin-top: 5px; 
	text-decoration:underline; 
	font-size: 18px; 
	color: #330099; 
	font-weight: normal;
	}	
	
.groupsubheading>ul
	{
	font-size:14px;
	margin-top: 0px;
	}
	
.closed
	{
	font-weight:normal;
	}	
	
.misctext
	{
	text-align:left;
font-size:14px;	
	}

.references
	{
	text-align:left; 
	list-style:none;
	margin-top:0;
	padding:0;
	margin-bottom:25px;
	font-size:14px;	
	}	

.linkedin
	{
	float:right;
	margin:30px 150px 0 0;
	outline:2px solid red;
	}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	