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