.resort{

	color:#1976D2;
}

main dt{

	color:#002171;
}

h1{
	
	color:#FFFFFF; 
	background-color:#002171; 
	background-image:url(Images/sunset.jpg); 
	background-position:right; 
	background-repeat:no-repeat;
	height:60px;
	text-align:center;
	padding-top:15px;
	margin-top:0px;
	font-family:Georgia, Times New Roman, serif;
}

h2{

	color:#1976D2; 
	text-shadow:1px 1px 0px #CCCCCC;
	font-family:Georgia, Times New Roman, serif;
}

nav{

	background-color:#FFFFFF; 
	font-weight:bold;
	text-align:center;
	padding:1em;
}

nav a{
	background-color:#FFFFFF; 
	text-decoration:none;
	text-align:center;
}

body{
	color:#555555 
	background-color:#90C7E3;
	background-image:linear-gradient(to bottom, white, lightblue);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica,sans-serif;
}

h3{
	font-family:Georgia, Times New Roman, serif; 
	color:#000033;
}

ul{

	list-style-image:url(Images/marker.gif);
}

footer{
	
	font-family:Georgia, Times New Roman, serif;
	font-size:75%;
	font-style:italic;
	text-align:center;
	padding:2em
}

.resort{
	
	font-weight:bold;
}

#contact{

	font-size:90%;
}


#wrapper{

	margin-left:auto;
	margin-right:auto;
	width:80%;
	background-color:#FFFFFF;
	min-width:960px;
	max-width:2048px;
	box-shadow:3px 3px 0px 0px #333333;
}

main{

	padding-top:1px;
	padding-right:20px;
	padding-bottom:20px;
	padding-left:20px;
	display:block;

}

#homehero{

	height:300px;
	background-image:url(Images/coast.jpg);
	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;
}
	

	









	

