body {
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    background-image: linear-gradient(#FFFFFF, #90C7E3);
}

footer {
    font-size: 75%;
    font-style: italic;
    text-align: center;
    font-family: Georgia, 'Times New Roman', serif;
    padding: 2em;
}

header {
    height: 60px;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    background-color: #002171;
    color: #FFFFFF;
    margin-bottom: 0;
    font-family: Georgia, 'Times New Roman', serif;
    margin-top: 0;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url("sunset.jpg");
    line-height: 200%;
    text-align: center;
}

h2 {
    color: #1976D2;
    font-family: Georgia, 'Times New Roman', serif;
    text-shadow: #CCCCCC 1px;
}

h3 {
    font-family: Georgia, 'Times New Roman', serif;
    color: #000033;
}

main {
    padding-top: 1px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    display: block;
}

nav {
    background-color: #FFFFFF;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
    text-align: center;
}

nav a {
    text-decoration: none;
}


dt {
    color: #002171;
}

ul {
    list-style-image: url(marker.gif);
}

.resort {
    color: #1976D2;
    font-weight: bold;
}

#contact {
    font-size: 90%;
}

#homehero {
    height: 300px;
    background-image: url("coast.jpg");
    background-size: 100% 100%;
    margin-left: 20px;
    margin-right: 20px;
}

#trailhero {
    height: 300px;
    background-image: url("trail.jpg");
    background-size: 100% 100%;
    margin-left: 20px;
    margin-right: 20px;
}

#wrapper {
    width: 80%;
    background: #FFFFFF;
    min-width: 960px;
    max-width: 2048px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 3px 3px 3px #333333;
}

#yurthero {
    height: 300px;
    background-image: url("yurt.jpg");
    background-size: 100% 100%;
    margin-left: 20px;
    margin-right: 20px;
}