* {
    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, serif;
    height: 120px;
}
header a:link,
header a:visited {
    text-decoration: none;
    color: #FFFFFF;
}
header a:hover {
    color: #90C7E3;
}
h1 {
    text-align: center;
    padding-top: 0.5em;
    font-size: 3em;
    letter-spacing: 0.25em;
}
nav {
    float: left;
    width: 160px;
    font-weight: bold;
    padding: 0;
    font-size: 1.2em;
    position: fixed;
}
nav a:link {
    color: #5C7FA3;
}
nav a:visited {
    color: #344873;
}
nav a:hover {
    color: #A52A2A;
}
nav ul {
    list-style-type: none;
    padding-left: 1em;
}
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;
    background-color: #FFFFFF;
    margin-left: 170px;
}
main {
    padding-left: 2em;
    padding-right: 2em;
    background-color: #FFFFFF;
    margin-left: 170px;
    overflow: auto;
}
section {
    float: left;
    width: 33%;
    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);
    background-image: linear-gradient(to bottom, #FFFFFF, #90C7E3);
}
#homehero {
    height: 300px;
    background-image: url('images/coast.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: 170px;
}
#yurthero {
    height: 300px;
    background-image: url('images/yurt.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: 170px;
}
#trailhero {
    height: 300px;
    background-image: url('images/trail.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: 170px;
}