
/********custom fonts**********/

@font-face {
 font-family:TradeGothicNo18;
 src: url(../fonts/TradeGothicNo.18-Condensed.ttf); 
}

@font-face {
 font-family:TradeGothicNo20;
 src: url(../fonts/TradeGothicNo.20-CondBold.ttf); 
}

/********Body**********/

*{
	padding: 0;
	margin: 0;
}

body{
    width:80%;
    margin: 0 auto;
    font-family: TradeGothicNo20;
    background-color: #eeeeee;
	line-height:1.5em;
}

/********Header Logo Nav **********/

header{
	min-height:200px;
}


.logo img{
	margin-top:2%;
    width: 20%;
}


h1{
	font-size: 2rem;
	text-align: center;
	color: #000000;
	margin: 2% 0 0% 0;
    text-shadow: 1px 1px 1px #000000;
}
	
h2{
    font-size: 1.90em;
	text-align: center;
	color: #000000;
	margin: 2% 0 0% 0;
    text-shadow: 1px 1px 1px #000000;
}

h3{
	font-size: 1.5em;
    text-align: center;
	text-shadow: .25px .25px .25px #0068b3;
    padding-top: 25px;
}

h3 a{
	
    font-family: TradeGothicNo18;
	color: #0068b3;
	text-decoration: none;
	text-shadow:none;
}
	
h4{
    font-size: 1.40em;
    text-align: center;
	text-shadow: .25px .25px .25px #0068b3;
    padding-top: 25px;
}

h4 a{
	
    font-family: TradeGothicNo18;
	color: #0068b3;
	text-decoration: none;
	text-shadow:none;
}

article:first-child{
	margin:5% auto 10%;
}


/**************************/

@media(max-width:992px){
	
	*{
		line-height:1.25em;
	}
	header{
		min-height:20px;
	}
	
}