body {
         background-color:#90c7e3;
         background-image:linear-gradient(#ffffff, #90c7e3);
         color:#555555;
         font-family:arial, helvetica, sans-serif;
     }

header {
         background-color:#002171;
         color:#ffffff;
         text-align:center;
         background-image:url(images/sunset.jpg);
         background-repeat:no-repeat;
         background-position:right;
         height:60px;
         padding-top:15px
        }

nav {
     background-color:#ffffff;
     padding:1em;
     text-align:center;
     font-weight:bold;
    }

nav a {
       text-decoration:none;
      }
 
h1 {
    margin-bottom:0;
    font-family:georgia, times new roman, serif;
    margin-top:0;
   }

h2 {
    color:#1976d2; 
    font-family:georgia, times new roman, serif;
    text-shadow:1px 1px #cccccc;
   }

h3 {
    font-family:georgia, times new roman, serif;
    color:#000033;
   }

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

dt {color:#002171;}

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

#contact {
          font-size:90%;
         }

main {
      padding:1px 20px 20px 20px;
      display:block;
     }


main span {
            color:#1976d2;
            font-weight:bold;
          }

footer {
        font-family:georgia, times new roman, serif;
        font-size:75%;
        font-style:italic;
        text-align:center;
        padding:2em;
        }

footer p {margin-bottom:0;}

#wrapper {
          width:80%;
          min-width:960px;
          max-width:2048px;
          margin-right:auto;
          margin-left:auto;
          background-color:#ffffff;
          box-shadow:3px 3px #333333;
          }
          
#homehero {
           height:300px;
           background-image:url(images/coast.jpg);
           background-repeat:no-repeat;
           background-size:100% 100%;
           }

#yurthero {
           height:300px;
           background-image:url(images/yurt.jpg);
           background-size:100% 100%;
           background-repeat:no-repeat;
           }

#trailhero {
            height:300px;
            background-image:url(images/trail.jpg);
            background-size:100% 100%;
            background-repeat:no-repeat;
            }


