body {
  background-color: #90C7E3;
  background-image: linear-gradient(to bottom, #FFFFFF, #90C7E3);
  background-repeat: no-repeat;
}

#wrapper {
  background-color: #FFFFFF;
  min-width: 960px;
  max-width: 2048px;
  box-shadow: 0px 0px 20px #666666;
}

header {
  background-image: url(sunset.jpg);
  background-repeat: no-repeat;
  background-position: right;
  height: 72px;
}

h1 {
  text-align: center;
  padding-top: 0.5em;
}

nav {
  text-align: center;
  padding-top: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
}

nav a {
  text-decoration: none;
}

footer {
  padding: 1em;
}

h3 {
  font-family: Georgia, serif;
}

main {
  padding-left: 2em;
  padding-right: 2em;
}
	
#homehero {
  height: 300px;
  background-image: url(coast.jpg);
  background-size: 100% 100%;
}

#yurthero {
  height: 300px;
  background-image: url(yurt.jpg);
  background-size: 100% 100%;
}

#trailhero {
  height: 300px;
  background-image: url(trail.jpg);
  background-size: 100% 100%;
}