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