* {
  box-sizing: border-box;
}

body {
  background-color: #EAEAEA;
  font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
  width: 80%;
  margin-left: auto; margin-right: auto;
  min-width: 960px;
  max-width: 2048px;
  box-shadow: 3px 3px 3px #333333;
  background-color: #90C7E3;
  border: 1px solid #000033;
  background-image: linear-gradient(#FFFFFF, #90C7E3);
}

header {
  background-color: #002171 ;
  color: #FFFFFF;
  height: 120px;
  text-align: center;
  padding-top: 30px;
  padding-left: 3em;
}

header a:link {
  color: #FFFFFF;
  text-decoration: none;
}

header a:visited{
  color: #FFFFFF;
  text-decoration: none;
}

header a:hover {
  color: #90C7E3;
  text-decoration: none;
}

nav {
  font-weight: bold;
  font-size: 120%;
  padding: 1.5em;
  float: left;
  width: 160px;
}
nav ul {
  margin: 0%;
  padding-left: 0%;
  font-size: 1.2em;
  list-style-type: none;
}

nav a:link {
  color: #5C7FA3;
}

nav a:visited {
  color: #344873;
}

nav a:hover {
  color: #A52A2A;
}

nav a {
  text-decoration: none;
}

dt {
  color: #002171;
}

.resort {
  color: #1976D2;
  font-weight: bold;
}

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 1px #CCCCCC;
}

h3 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #000033;
}

h4 {
  background-color: #1976D2;
  color: white;
}

main ul {
  list-style-image: url(ch5pacific/marker.gif);
}

footer {
  font-size: 75%;
  font-style: italic;
  font-family: Georgia, 'Times New Roman', serif;
  text-align: center;
  padding: 2em;
  margin-left: 190px;
  background-color: #FFFFFF;
}

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;
}

#contact {
  font-size: 90%;
}

.contact_list {
  list-style-type: none;
}

#homehero {
  height: 250px;
  background-image: url(ch5pacific/coast2.jpg);
  background-size: 100%, 100%;
  background-repeat: no-repeat;
  margin-left: 190px;
  object-fit: cover;
}

#yurthero {
  height: 230px;
  background-image: url(ch5pacific/yurt.jpg);
  background-size: 100%, 100%;
  background-repeat: no-repeat;
  margin-left: 190px;
}

#trailhero {
  height: 250px;
  background-image: url(ch5pacific/trail.jpg);
  background-size: 100%, 100%;
  background-repeat: no-repeat;
  margin-left: 190px;
}