* {
  box-sizing: border-box;
}

body {
  background-color: #eaeaea;
  background: linear-gradient(to bottom, #ffffff, #90c7e3);
  background-repeat: no-repeat;
  color: darkgray;
  font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
  width: 80%;
  background-color: #90c7e3;
  background: linear-gradient(to bottom, #ffffff, #90c7e3);
  min-width: 960px;
  max-width: 2048px;
  box-shadow: 3px 3px 3px #333333;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
  border: 1px solid #000033;
}

header {
  background-color: #002171;
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: right;
  height: 120px;
  text-align: center;
  padding-top: 30px;
  padding-left: 3em;
}

header a {
  text-decoration: none;
  color: #ffffff;
}

header a:link {
  color: #ffffff;
}

header a:visited {
  color: #ffffff;
}

header a:hover {
  color: #90c7e3;
}

nav {
  font-size: 120%;
  font-weight: bold;
  padding: 1.5em;
  float: left;
  width: 160px;
}

nav a {
  text-decoration: none;
}

nav ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  font-size: 1.2em;
}

nav a:link {
  color: #5c7fa3;
}

nav a:visited {
  color: #344873;
}

nav a:hover {
  color: #a52a2a;
}

h1 {
  margin-bottom: 0;
  margin-top: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 3em;
  letter-spacing: 0.25em;
}

h2 {
  color: #1976d2;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-shadow: 1px 1px 2px #cccccc;
}

h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #000033;
}

main ul {
  list-style: url("pacific/marker.gif");
}

dt {
  color: #002171;
}

main {
  padding: 1px 20px 20px 30px;
  display: block;
  background-color: #ffffff;
  margin-left: 190px;
  overflow: auto;
}

section {
  float: left;
  width: 33%;
  padding-left: 2em;
  padding-right: 2em;
}

.resort {
  color: #1976d2;
  font-weight: bold;
}

#contact {
  font-size: 90%;
}

#homehero {
  height: 300px;
  background-image: url("pacific/coast2.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-left: 190px;
}

#yurthero {
  height: 300px;
  background-image: url("pacific/yurt.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-left: 190px;
}

#trailhero {
  height: 300px;
  background-image: url("pacific/trail.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-left: 190px;
}

footer {
  font-size: 75%;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-align: center;
  font-style: italic;
  padding: 2em;
  margin-left: 190px;
  background-color: #ffffff;
}
