
body {
    background-image: linear-gradient(#FFFFFF, #90C7E3);
    background-color: #FFFFFF;
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    
}

main {
    background-color: #FFFFFF;
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    padding-left: 15px;
    display: block;
}

header {
    background-color: #002171;
    height: 72px;
    color: #FFFFFF;
    font-family: Georgia, serif;
    background-image: url(pacific/sunset.jpg);
    background-repeat: no-repeat;
    background-position: right;
    
}

h1 {
    line-height: 200%;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
    font-family: Georgia, serif;
}

nav {
    font-weight: bold;
    word-spacing: 0.2em;
    font-family: Verdana, Arial, sans-serif;
    text-align: center;
    padding-bottom: 20px;
}

nav a { text-decoration: none; }


h2 {
    color: #1976D2;
    font-family: Georgia, serif;
}

h3 {
    color: #666666;
    font-family: Georgia, serif;
}

dt {
    color: #002171;
    font-weight: bold;
}

.resort {
    color: #1976D2;
    font-size: 1.2em;
}

#wrapper { margin-left: auto;
    margin-right: auto;
    width: 80%;
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    min-width: 960px;
    max-width: 2048;
    box-shadow: 4px 4px =4px #777
        
}

#homehero {
    height: 300px;
    background-image: url(coast.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    
}

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

}

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

footer {
    font-size: .70em;
    font-style: italic;
    text-align: center;
}