* {box-sizing: border-box; }
body { background-color: #EAEAEA;
      color: #666666;
      font-family: Arial, Verdana, sans-serif; }
header {background-color: #002171;
        height: 120px;
        color: #FFFFFF;
        font-family: Georgia, serif; 
       a:link { text-decoration: none; 
              color: #FFFFFF; }
       a:visited { text-decoration: none;
                 color: #FFFFFF; }
       a:hover { text-decoration: none; 
               color: #90C7E3;}
       }
h1 { padding-top: .5em; 
     font-size: 3em; 
      letter-spacing: 0.25em;
        text-align: center; }
nav { position: fixed;
    float: left;
     width: 160px;
    padding-top: .5em; 
    font-size: 1.2em;
     font-weight: bold; }
nav a:link {text-decoration: none; 
           color: 5C7FA3;}
nav a:visited {color: #344873; }
nav a:hover { color: #A52A2A; }
nav ul { list-style-type: none; 
        padding-left: 1em; }
h2 {color: #1976D2;
    font-family: Georgia, serif; }
h3 {font-family: Georgia, serif; }
main { background-color: #FFFFFF;
      margin-left: 170px;
      overflow: auto;
    padding-left: 2em; 
      padding-right: 2em; 
        display: block; }
dt { color: #002171;
    font-weight: bold; }
#wrapper { background-image: linear-gradient(to bottom, #FFFFFF, #90C7E3);
          width: 80%;
          min-width: 960px;
          max-width: 2048px;
          box-shadow: 5px 5px 5px #828282;
          background-color: #FFFFFF;
          margin-right: auto;
          margin-left: auto; }
.resort { color: #1976D2;
         font-size: 1.2em; }
#homehero { background-image: url(coast.jpg);
           background-size: 100% 100%;
           background-repeat: no-repeat;
           height: 300px; 
          margin-left: 170px; }
#yurthero { background-image: url(yurt.jpg);
           background-repeat: no-repeat;
           background-size: 100% 100%;
            height: 300px; 
          margin-left: 170px; }
#trailhero { background-image: url(trail.jpg);
            background-size: 100% 100%; 
            background-repeat: no-repeat;
            height: 300px; 
           margin-left: 170px; }
footer { background-color: #FFFFFF;
        margin-left: 170px; 
    font-size: .70em;
        font-style: italic;
        text-align: center; 
        padding: 1em; }
section { float: left;
        width: 33%;
         padding-left: 2em; 
         padding-right: 2em; }
