body { background-color: #EAEAEA;
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
}
header { background-color: #002171;
    color: #ffffff;
    font-family: Georgia, serif;
    height: 120px;
}
h1 { text-align: center;
    padding-top: .5em;
    font-size: 3em;
    letter-spacing: 0.25em;
}
nav { font-weight: bold;
    float: left;
    width: 160px;
    padding: 0px;
    font-size: 1.2em;
    position: fixed;
}
h2 { color: #1976d2;
    font-family: Georgia, serif;
}
dt { color: #002171;
    font-weight: bold;
}
.resort { color: #1976d2;
    font-size: 1.2em;
}
footer { font-size: .70em;
    font-style: italic;
    text-align: center;
    padding: 1em;
    background-color: #ffffff;
    margin-left: 170px;
}
#wrapper { width: 80%;
    margin-right: auto;
    margin-left: auto;
    background-color: #ffffff;
    min-width: 960px;
    max-width: 2048px;
    box-shadow: 5px 5px 5px #828282;
    background-image: linear-gradient(to bottom, #ffffff, #90c7e3);
}
h3 { font-family: Georgia, serif;
}
main { padding-left: 2em;
    padding-right: 2em;
    background-color: #ffffff;
    margin-left: 170px;
    overflow: auto;
    display: block;
}
homehero { background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: 170px;
}
trailhero { height: 300px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: 170px;
}
yurthero { height: 300px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: 170px;
}
nav a { text-decoration: none;
}
* { box-sizing: border-box;
}
nav a:link { color: #5C7FA5;
}
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:#ffffff;
}
header a:hover { color: #90c7e3;
}