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

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

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

nav a {
    text-decoration: underline;
}

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

h1 {
    font-family: Georgia, 'Times New Roman', serif;
    margin-bottom: 0;
    margin-top: 0;
}

h2 {
    color: #1976D2;
    font-family: Georgia, 'Times New Roman', serif;
}

h3 {
    color: #000033;
    font-family: Georgia, 'Times New Roman', serif;
    text-shadow: 1px 1px #CCCCCC;
}

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

dt {
    color: #002171;
}

footer {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 75%;
    font-style: italic;
    padding: 2em;
    text-align: center;
}

#contact {
    font-size: 90%;
}

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

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

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

#wrapper {
    background-color: #FFFFFF;
    margin: 0 auto;
    max-width: 2048px;
    min-width: 960px;
    box-shadow: 3px 3px #333333;
    width: 80%;
}

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