body {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
}
#wrapper{
margin: auto;
width: 80%;
background-color: #ffffff;
min-width: 960px;
max-width: 2048px;
box-shadow: 3px 3px #333;
}
.header {
color: #FFFFFF;
background-color: #002171;
font-family: Georgia, serif;
height: 60px;
padding-top: 15px;
}
.nav{
background-color: white;
font-weight: bold;
margin: auto;
padding: 20px;
width: 50%;
}
.nav ul{
	text-align: center;
text-decoration: none;
margin: 5px;
background-color: white;
}
.nav li{
	display: inline-block;
}
.main{
padding-left: 20px;
padding-right: 20px;
display: block;
}
#homehero{
height: 300px;
background-image: url("coast.png");
background-size: 100% 100%;
background-repeat: no-repeat;
}
#yurthero{
height: 300px;
background-image: url("yurt.png");
background-size: 100% 100%;
background-repeat: no-repeat;
}
#trailhero{
height: 300px;
background-image: url("trail.png");
background-size: 100% 100%;
background-repeat: no-repeat;
}
h1 {
background-color: #002171;
color: #FFFFFF;
margin-bottom: 0;
font-family: Georgia, "Times New Roman",serif;
text-align: center;
}
h2 {
color: #1976D2;
	font-family: Georgia, serif;
}
h3 {
color: #000033;
}
dt {
color: #002171;
}
.resort {
color: #1976D2;
}
footer {
font-size: 0.70em;
font-style: italic;
text-align: center;
padding: 10px;
}
.contact {
font-size: 90%;
}
span{
	color: #1976D2;
	font-weight: bold;
}