header		
		{
			background-color:#002171; 
			color: #ffffff;
			background-image: url(images/sunset.jpg);
			background-position: right;
			background-repeat: no-repeat;
			height:60px;
			padding-top:15px;
			text-align:center;			
		}
h1
		{
			font-family: Georgia, Times New Roman, serif;
			margin-top:0px;	
		}
body	
		{
			background-color:#90c7e3; 
			color:#555555;
			font-family:arial, helvetica, sans-serif;
			background-image:linear-gradient(to bottom, #ffffff, #90c7e3);
			background-repeat:no-repeat;			
		}

nav
		{
			background-color:#ffffff;
			font-weight: bold;
			text-align:center;
			padding:1em;
			
		}

nav a
		{
			text-decoration: none;
		}
			

h2		
		{
			color:#1976D2;
			font-family: Georgia, Times New Roman, serif;
			text-shadow:1px 0px 0px #CCCCCC;
		}

h3
		{
			font-family: Georgia, Times New Roman, serif;
			color:#000033;
		}

ul
		{		
			list-style-image: url(images/marker.gif);
		}	

dt
		{
			color:#002171;
		}

.resort
		{
			color:#1976D2;
			font-weight: bold;
		}

.contact
		{
			font-size:90%;
		}

footer
		{
			font-size: 75%;
			font-family: Georgia, Times New Roman, serif;
			font-style: italic;
			text-align: center;
			padding:2em;
		}
#wrapper
		{
			background-color:#ffffff;
			width:80%;
			min-width:960px;
			max-width:2048px;
			box-shadow:3px 0px 0px #333333;
			margin-left:auto;
			margin-right:auto;
			
		}
			
main
		{	
			display:block;
			padding:1px 20px 20px 20px;
		}
#homehero
		{	
			background-image:url(images/coast.jpg);			
			height:300px;
			background-size:100% 100%;
			background-repeat:no-repeat;
		}
#yurthero
		{
			height:300px;
			background-image:url(images/yurt.jpg);
			background-size:100% 100%;
			background-repeat:no-repeat;
		}
#trailhero
		{
			height:300px;
			background-image:url(images/trail.jpg);
			background-size:100% 100%;
			background-repeat:no-repeat;
		}		
				


			


