* { box-sizing: border-box;}

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

}

#wrapper {
    width: 80%;
    margin: 0 auto;
    background-color: #90C7E3;
    border: 1px solid #000033;
    min-width: 960px;
    max-width: 2048px;
    offset: 3px;
    background-image: linear-gradient(to bottom, #FFFFFF, #90C7E3);
    box-shadow: 3px, 3px, 5px, #333333;
}

header {
    background-color: #002171;
    height: 120px;
    text-align: center;
    padding-top: 30px;
    padding-left: 3em;
    color: #FFFFFF;
}

header a{
    color: #FFFFFF;
    text-decoration: none;
}

header a:link{
    color: #FFFFFF;
}

header a:visited{
    color: #FFFFFF;
}

header a:hover{
    color: #90c7e3;
}

nav {
    font-weight: bold;
    padding: 1.5em;
    font-size: 120%;
    float: left;
    width: 160px;
}

nav a {
    text-decoration: none;
}

nav ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    font-size: 1.2em;
    
}

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

nav a:visited {
    color: #344873;
}

nav a:hover {
    color: #A52A2A;
}

h1 {
    font-family: Georgia, 'Times New Roman', serif;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 3em;
    letter-spacing: 0.25em;
}

h2 {
    font-family: Georgia, 'Times New Roman', serif;
    color: #1976D2;
    text-shadow: 1px 1px 2px #CCCCCC;
}

h3{
    font-family: Georgia, 'Times New Roman', serif;
    color: #000033;
}

main{
    padding: 1px, 20px, 20px, 30px;
    display: block;
    background-color: #FFFFFF;
    margin-left: 190px;
    overflow: auto;
}

main ul{
    list-style-image: url(marker.jpg);
}

footer {
    font-size: 75%;
    text-align: center;
    font-style: italic;
    font-family: Georgia, 'Times New Roman', serif;
    padding: 2em;
    background-color: #FFFFFF;
    margin-left: 190px;
}

dt {
    color: #002171;
}

.resort {
    font-weight: bold;
    color: #1976D2;
}

#contact {
    font-size: 90%;
}

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

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

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

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