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