/* Global Styles */
body {
  background: linear-gradient(to bottom, #FFFFFF, #CCCCCC);
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

/* Header Styles */
header {
  background-color: #002171;
  color: #FFFFFF;
  font-family: Georgia, serif;
}

/* h1 Styles */
h1 {
  line-height: 200%;
}

/* Navigation Styles */
nav {
  font-weight: bold;
  background-color: #BBDEFB;
}

/* h2 Styles */
h2 {
  color: #333333;
  font-size: 24px;
}

h3 {
  color: #006699;
  font-size: 20px;
}

/* dt Styles */
dt {
  color: #002171;
  font-weight: bold;
}

/* .resort Class Styles */
.resort {
  font-weight: bold;
  color: #990000;
}

/* Footer Styles */
footer {
  font-size: 0.70em;
  font-style: italic;
  text-align: center;
}
#wrapper {
  width: 80%;
  margin: auto;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px #999999;
  padding: 20px;
}
#homehero {
  height: 300px;
  background-image: url(coast.jpg);
  background-size: cover;
  background-position: center;
}

#yurthero {
  height: 300px;
  background-image: url(yurt.jpg);
  background-size: cover;
  background-position: center;
}

#trailhero {
  height: 300px;
  background-image: url(trail.jpg);
  background-size: cover;
  background-position: center;
}
header {
  text-align: center;
  padding: 20px;
}

nav {
  text-align: center;
  background-color: #333333;
  padding: 10px;
}

nav a {
  color: white;
  text-decoration: none;
  margin: 0 15px;
}

main {
  padding: 20px;
}
