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

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

footer {
    text-align: center;
    padding: 2em;
}

h1 {
    margin-top: 0;
}

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

nav a {
    text-decoration: none;
}

h1, h2, h3 {
    font-family: Georgia, 'Times New Roman', serif;
}

h2 {
    color: #1976D2;
    text-shadow: #CCCCCC 1px 1px;
}

h3 {
    color: #000033;
}

dt {
    color: #002171;
}

li {
    list-style-image: url("img/marker.gif");
}

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

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

#contact {
    font-size: 90%;
}

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

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

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

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

