body {
  background-color: #EAEAEA;
  color: #666;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
main {
  background-color: #FFFFFF;
  margin-left: 190px;
  padding-left: 30px;
  padding-top: 1px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: block;
  overflow: auto;
  float: inherit;
}
header {
  background-color: #002171;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 400%;
  text-indent: 1em;
  height: 120px;
  padding-top: 30px;
  padding-left: 3em;
  text-align: center;
}
nav {
  font-weight: bold;
  padding: 1.5em;
  font-size: 120%;
  float: left;
  width: 160px;
}
nav a {
  text-transform: none;
  text-decoration: none;
}
nav ul {
  margin: 0;
  padding-left: 0;
  font-size: 1.2em;
  list-style-type: none;
}
h1, h2, h3, footer {
  font-family: Georgia, "Times New Roman", serif;
}
h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  letter-spacing: 0.25em;
}
h2 {
  color: #1976D2;
  text-shadow: 1px, #CCCCCC;
}
h3 {
  color: #000033;
}
main ul {
  list-style-image: url(./img/marker.gif);
}
dt {
  color: #002171;
}
footer {
  background-color: white;
  margin-left: 190px;
  font-size: 75%;
  text-align: center;
  font-style: italic;
  padding: 2em;
}
.wrapper {
  margin-left: auto;
  margin-right: auto;
  background-color: #90C7E3;
  background-image: linear-gradient(#FFFFFF, #90C7E3);
  width: 80%;
  min-width: 960px;
  max-width: 2048px;
  box-shadow: 3px, 3px, 3px, #333333;
  border: 1px, #000033;
}
.resort {
  color: #1976D2;
  font-weight: bold;
}
#homehero {
  height: 300px;
  background-image: url(./img/coast2.jpg);
  background-size: 100% 100%;
  margin-left: 190px;
}
#yurthero {
  height: 300px;
  background-image: url(./img/yurt.jpg);
  background-size: 100% 100%;
  margin-left: 190px;
}
#trailhero {
  height: 300px;
  background-image: url(./img/trail.jpg);
  background-size: 100% 100%;
  margin-left: 190px;
}
#contact {
  font-style: 90%;
}
* {
  box-sizing: border-box;
}
nav :link {
  color: #5C7FA3 
}
nav :visited {
  color: #344873 
}
nav :hover {
  color: #A52A2A;
}
header :link {
  text-decoration: none;
  color: #FFFFFF;
}
header :visited {
  color: #FFFFFF;
}
Header :hover {
  color: #90C7E3;
}
