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

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

h1 {
    text-align: center;
    padding-top: 0.5em;
}

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

h3 {
    font: Georgia, sans-serif;
}

main {
    padding: 0 2em 2em 0;
    display: block;
}

nav {
    font-family: bold;
    padding: 0.5em 0 0.5em 0.5em;
    text-align: center;
}

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

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

footer {
    font-size: 0.70em;
    text-align: center;
    font: italic;
    padding: 1em;
}

#wrapper {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    background: #FFFFFF;
    min-width: 960px;
    max-width: 2048px;
    box-shadow: 5px 5px 5px #828282;
}

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

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

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

nav a {
    text-decoration: none;
}