<!DOCUTYPE HTML>
<html>
<head>
<title> Embedded Style Sheet</title>
<style>

* {box-sizing: border-box;}

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

h1 {
    height: 120px;
    padding-top: .5em;
    padding-left: 3em;
    color: #FFFFFF;
    text-align: center;
    font-family: Georgia, serif
}

header a{
    text-decoration: none;
    color: white;
}
header a:link{
    color: white;
}
header a:visited{
    color: white;
}
header a:hover{
    color: #90c7e3;
}

#wrapper {
    margin-left: auto; margin-right: auto
    min-width: 960px;
    max-width: 2048px;
    background-image: linear-gradient(to bottom, #FFFFFF, #90C7E3);
    box-shadow: 3px 3px 3px #333333;
}

h1 {
    text-align: center;
    margin-bottom: : 0;
    font-family: Georgia, "Times New Roamn", serif;
    font-size: 3em;
    letter-spacing: 0.25;
    height: 60px;
    padding-top: 15px;
    line-height: 200%    
}

nav {
    float: left;
    width: 160px;
    padding: 0;
    font-weight: bold;
    font-size: 1.2em;
}

nav a {
    text-decoration: none;
    padding-left: .5em;
    padding-right: .5em;
}

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

nav a:link{
    color: #5C7FA3;
}
nav a:visited{
    color: #344873;
}
nav a:hover{
    color: #A52A2A;
}

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

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

h2 {
    color: #1976D2;
    font-family: Georgia, "Times New Roamn", serif;
    text-shadow: 1px 1px 1px #cccccc; 
}

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


dt {
    color: #002171;
    font-weight: bold
}

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

footer {
    margin-left: 170px;
    padding: 2em;
    font-family: Georgia, "Times New Roamn", serif;
    font-size: 75%;
    font-style: italic;
    text-align: center
}

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

#contact {
    font-size: 90%
}

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

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

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

#wrapper {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}