* {box-sizing: border-box;}

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;
    background-image: url(sunset.jpg);
    background-repeat: no-repeat;
    background-position: right;
    color: #FFFFFF;
    font-family: Georgia, sans-serif;
    height: 72px;
}

h1 {
   text-align: center;
   padding-top: .5em;
}

nav { 
    font-weight: bold;
    padding-top: .5em;
    padding-right: .5em;
    padding-bottom: .5em;
    text-align: center;
}

h2 {
    font-family: Georgia, serif;
    color: #1976D2
}

dt {
    color: #002171;
    font-weight: bold;
}

.resort {
    color: #1976D2;
    font-size: 1.2em;
}

footer {
    font-size: small;
    padding: 1em;
    font-style: italic;
    text-align: center;
}

#wrapper {
    width: 80%;
    background-color: linear-gradient(to bottom, #FFFFFF, #90c7e3);
    min-width: 960px;
    max-width: 2048px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 10px 10px 5px 0px #5e5e5f;
}

h3 {
    font-family: georgia, serif;
}

main {
    padding-left: 2em;
    padding-right: 2em;
    display: block;
}

#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;
}

nav a {
    text-decoration: none;
}

