* {
  box-sizing: border-box;
}

body {
  background-color: #eaeaea;
  color: #666;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#wrapper {
  background-image: linear-gradient(to bottom, #fff, #90c7e3);
  background-repeat: no-repeat;
  border: 1px solid #003;
  box-shadow: 3px 3px 3px #333;
  margin: auto;
  min-width: 960px;
  max-width: 2048px;
  width: 80%;
}

header {
  background-color: #003;
  background-image: url(sunset.jpg);
  background-position: right;
  background-repeat: no-repeat;
  color: #fff;
  height: 60px;
  padding-top: 15px;
  text-align: center;
}

header a {
  text-decoration: none;
}

header a:link, header a:visited {
  color: #ffffff;
}

header a:hover {
  color: #90c7e3;
}

nav {
  float: left;
  font-size: 120%;
  font-weight: bold;
  padding: 1.5em;
  width: 190px;
}

nav ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

nav a {
  text-decoration: none;
}

nav a:link {
  color: #5c7fa3;
}

nav a:visited {
  color: #344873;
}

nav a:hover {
  color: #a42a2a;
}

main {
  background-color: #fff; /* bgc:#fff */
  margin-left: 190px; /* ml190 */
  padding: 1px 20px 20px 30px; /* padding: top right bottom left */
  overflow: auto; /* ova */
}

section {
  float: left; /* fl */
  padding-left: 2em; /* pl2em */
  padding-right: 2em; /* pr2em */
  width: 33%; /* w33% */
}

h1, h2, h3, footer {
  font-family: Georgia, "Times New Roman", serif;
}

h1 {
  letter-spacing: 0.25em;
  margin-bottom: 0;
  margin-top: 0;
}

h2 {
  color: #39c;
  text-shadow: 1px 1px 1px #ccc;
}

h3 {
  color: #003;
}

dt {
  color: #003;
}

address {
  font-style: normal;
}

footer {
  background-color: #fff;
  font-size: 75%;
  text-align: center;
  font-style: italic;
  margin-left: 190px;
  padding: 2em;
}

.resort {
  color: #5c7fa3;
  font-weight: bold;
}

#homehero, #yurthero, #trailhero {
  background-repeat: no-repeat;
  background-size: cover;
  height: 18.75rem;
  margin-left: 190px;
}

#homehero {
  background-image: url(coast2.jpg);
}

#yurthero {
  background-image: url(yurt.jpg);
}

#trailhero {
  background-image: url(trail.jpg);
}



