body {
    background-color: #90C7E3;
    background-image: linear-gradient(to bottom, #FFFFFF, #90C7E3);
    background-repeat: no-repeat;
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
}
header {
    background-color: #002171;
    color: #FFFFFF;
    font-family: Georgia, serif;
    background-image: url('images/sunset.jpg');
    background-position: right;
    background-repeat: no-repeat;
    height: 72px;
}
h1 {
    text-align: center;
    padding-top: 0.5em;
}
nav {
    text-align: center;
    font-weight: bold;
    padding-top: .5em;
    padding-right: .5em;
    padding-bottom: .5em;
}
nav a {
    text-decoration: none;
}
h2 {
    color: #1976D2;
    font-family: Georgia, serif;
}
h3 {
    font-family: Georgia, serif;
}
dt {
    color: #002171;
    font-weight: bold;
}
.resort {
    font-size: 1.2em;
    color: #1976D2;
}
footer {
    font-size: 0.70em;
    font-style: italic;
    text-align: center;
    padding: 1em;
}
main {
    padding-left: 2em;
    padding-right: 2em;
}
#wrapper {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFFFFF;
    min-width: 960px;
    max-width: 2048px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
#homehero {
    height: 300px;
    background-image: url('images/coast.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#yurthero {
    height: 300px;
    background-image: url('images/yurt.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#trailhero {
    height: 300px;
    background-image: url('images/trail.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}