html
{
    background-image: url('images/half-american-smr.jpg');
    background-attachment: fixed;
	background-repeat: repeat; 
	background-position: top left;
}

header{
    text-align: center;
    color: #ffae80;
}

h1
{
	padding-top: 20px;
	font-family:  'Mynerve','Sarina', sans-serif;
	font-size: 4em;
}
body
{
	margin: 40px auto;
    background-color:  #7a2c00;
    font: .9em 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 80%;
    box-sizing: border-box;
    line-height: 1.2;
    box-shadow:  5px 5px 25px black;
    max-width: 50em;    
}

#topNav
{
	text-align: center;
	line-height: 1.8em;	
	padding-bottom: 15px;
	border-bottom: 4px solid #ff9051;
	margin-top: -30px;
	
}

#topNav a:link 
{
	color: rgba(122,44,0,1);
	border: 1px solid #3fc7a2;
	background-color: #3fc7a2;
	border-radius: 5px;
	text-decoration: none;
	padding: 2px;
}

#topNav a:visited 
{
	color: rgba(122,44,0,1);
	border: 1px solid #ff9051;
	background-color: #ff9051;
}

#topNav a:hover   
{
	
	border: 1px solid #3fc7a2;
	background-color: #3fc7a2;
}

#topNav a:active, #topNav a:focus  
{
	border: 1px solid #8aa3f7;
	background-color: #8aa3f7;
} 


section 
{
    background-color:#7cf6d4;
	color:#00503a;
	padding: 15px;
}

a:link, a:visited
{
	color: #3fc7a2;
	text-decoration: none;
}

a:hover
{
	color: #00503a;
}

a:active, a:focus
{
	color: #071953;
}

footer
{
	border-top: 3px solid #ff9051;
	color: #ff9051;
	font-size: 0.75em;
	padding-left: 17px;
	padding-bottom: 10px;
	text-align: center;
}