body {
  background-color: #90c7E3; color: #666666 ;
  font-family: Verdana, arial, sans-serif;
  
  
 
  
}

header {
  background-image: url(sunset.jpg); background-repeat: no-repeat;
  background-position: right; height: 72px;
  background-color: #002171; color: #FFFFFF;
  font-family: Georgia;
  text-align: center;
}
main {
  padding-left: 2em;
  padding-right: 2em;
  display: block;
}
h1 {
  text-align: center; padding-top: .5em;
}
nav {
  font-weight: bold;
 padding-top: .5em; padding-right: .5em; padding-bottom: .5em;
  text-align: center;
}
nav a {
  text-decoration: none;
}
h2 {
  color: #1976D2;
  font-family: Georgia, 'Times New Roman', Times, serif;
  padding-top: 1em;

}
h3 {
  font-family: Georgia;
}
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;
}
#wrapper {
  background-color: #FFFFFF;
 min-width: 960px;
 max-width: 2048px;
 box-shadow: 5px 10px #000;

}
#homehero
{
  
  background-image: url(coast.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  
}
#yurthero 
{
  
  background-image: url(yurt.jpg); 
   background-size: 100% 100%; 
   background-repeat: no-repeat; 
 
}
#trailhero {
  
  background-image: url(trail.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}