

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


header {
  background-image: url('sunset.jpg');
  background-color: #002171;
  height:72px;
  background-position: right;
  background-repeat: no-repeat;
  color: #FFFFFF;
  font-family: Georgia,serif;
}


h1 {
  text-align: center;
  padding-top: 0.5em;
}


nav { 
  font-weight: bold;
  padding-top: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
  text-align: center;
}


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

h3 {
font-family: Georgia, serif;
}

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

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

.homehero {
  background-image: url('coast.jpg');
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
}

.yurthero {
  height: 300px;
  background-image: url('yurt.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}


.trailhero {
  height: 300px;
  background-image: url('trail.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

nav a {
  text-decoration: none;
}

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

footer {
  font-size: 0.70em;
  font-weight: bold; 
  font-style: italic; 
  text-align: Center;
  padding: 1em;
}


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