* {
    box-sizing: border-box;
}

body {
    background-color: #eaeaea;
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
}

header {
    background-color: #002171;
    color: #FFFFFF;
    font-family: Georgia, sans-serif;
    height: 120px;
}

h1 {
   text-align: center;
   font-size: 3em;
   letter-spacing: 0.25em;
   padding-top: .5em;
}

nav { 
    font-weight: bold;
    padding-top: .5em;
    padding-right: .5em;
    padding-bottom: .5em;
    float: left;
    width: 160px;
    padding: 0;
    font-size: 1.2em;
    position: fixed;
}

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;
    margin-left: 170px;
    background-color: #ffffff;
}

#wrapper {
    width: 80%;
    background-image: 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;
    background-color: #ffffff;
    margin-left: 170px;
    overflow: auto;
}

#homehero {
    height: 300px;
    background-image: url(coast.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: 170px;
}

#yurthero {
    height: 300px;
    background-image: url(yurt.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: 170px;
}

#trailhero {
    height: 300px;
    background-image: url(trail.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: 170px;
}

nav a {
    text-decoration: none;
}

nav a:link {
    color: #5c7fa3;
}

nav a:visited {
    color: #344873;
}

nav a:hover {
    color: #a52a2a;
}

nav ul {
    list-style-type: none;
    padding-left: 1em;
}

section {
    float: left;
    width: 33%;
    padding-left: 2em;
    padding-right: 2em;
}

header a {
    text-decoration: none;
}

header a:link {
    color: #FFFFFF;
}

header a:visited {
    color: white;
}

header a:hover {
    color: #90c7e3;
}