body {color: #666666;
background-color: #90C7E3;
font-family: Verdana;
background-image: linear-gradient(to bottom, #FFFFFF, #90c7e3);
background-repeat: no repeat;
}

header { 
background-color: #002171;
background-image: sunset.jpg; 
background-position: right;
background-repeat: no-repeat;
color: #FFFFFF;
background-height: 72px;
text-align: center;
}


h1 { padding-top: .5em;
text-align: center;
background-color: #002171;
color: #FFFFFF;
font-family: Georgia, serif;
}


nav { 
text-align: center;
font-weight: bold;
padding-bottom: .5em;
padding-right: .5em;
padding-top: .5em;
text-decoration: none;
}

nav a{ text-decoration: none;
}

h2 { color: #1976D2;
font-family: Georgia;
}

h3 { font-family: Georgia, serif;
}

dt { color: #002171;
font-weight: bold;
 }

.resort { color: #1976D2;
font-size: 1.2em;
}

footer { font-size: .70em;
font-style: italic;
text-align: center;
padding: 1em;
}

main { padding-left: 2em;
padding-right: 2em;
}

#homehero { height: 300px;
background-size: 100% 100%;
background-image: url(coast.jpg);
}

#yurthero { height: 300px;
background-size: 100% 100%;
background-image: url(yurt.jpg);
}

#trailhero { height: 300px;
background-size: 100% 100%;
background-image: url(trail.jpg);
background-image: center;
}

#wrapper { margin-left: auto;
margin-right: auto;
width: 80%;
background-color: #FFFFFF;
min-width: 960px;
max-width: 2048px;
box-shadow: drop-shadow;
}

#container { background-color: #FFFFFF;
padding: 1.25em;
width: 80%; 
min-width: 800px; 
max-width: 960px;             
margin-left: auto;              
margin-right: auto; 
box-shadow: drop-shadow;
}
