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