* {
    box-sizing: border-box;
}



body {
    background-color: #EAEAEA;
    color: #666666;
    font-family: Verdana, Arial, sans-serif;

}

dt {
    color: darkblue;
    font-weight: 700;
}

footer {
    font-size: 0.70em;
    font-style: italic;
    text-align: center;
    padding: 1em;
    background-color: white;
    margin-left: 170px;
}

header {
    height: 120px;
}

header a {
    text-decoration: none;
}

header a:link,a:visited {
    color: white;
}

header a:hover {
    color: lightblue;
}

h1 {
    background-color: #002171;
    color: white;
    font-family: Georgia, serif;
    font-size: 3em;
    letter-spacing: 0.25em;
    text-align: center;
    padding-top: 0.5em;
    padding-bottom: 0.8725em;
}

h2 {
    color: #1976d2;
    font-family: Georgia, serif;
}

h3 {
    font-family: Georgia, serif;
}

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

main {
    background-color: white;
    margin-left: 170px;
    overflow: auto;
    padding-left: 2em;
    padding-right: 2em;
    display: block;

}

nav {
    float: left;
    font-size: 1.2em;
    width: 160px;
    font-weight: 700;
    padding: 0;
    position: fixed;

}

nav a { text-decoration: none; }

nav a:link {
    color: #5c7fa3;
}

nav a:visited {
    color: #344873;
}

nav a:hover {
    color: #A52A2A;
}

nav ul {
    list-style: none;
    padding-left: 1em;
}

section {
    float: left;
    width: 33%;
    padding-left: 2em;
    padding-right: 2em;
}


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

.resort {
    color: #1976d2;
    font-size: 1.2em;
}

#wrapper {
    background-image: linear-gradient(to bottom, white, lightblue);
    background-color: white;
    width: 70%;
    min-width: 960px; 
    max-width: 2048px;    
    margin-right: auto;
    margin-left: auto;
    text-indent: .1em;
    box-shadow: 5px 5px black;
}

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