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