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

body {
    background-image: linear-gradient(to bottom, #FFFFFF, #90C7E3);
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    background-color: #002171;
    background-image: url(sunset.jpg);
    background-repeat: no-repeat;
    background-position: right;
    padding-top: .5em;
    color: #FFFFFF;
    text-align: center;
    font-family: Georgia, serif
}

#wrapper {
    margin-left: auto; margin-right: auto;\
    min-width: 960px;
    max-width: 2048px;
    background-color: white;
    box-shadow: 3px 3px 3px #333333;
    
}

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

    
}

nav {
    text-align: center;
    background-color: #FFFFFF;
    padding-bottom: .5em;
    padding-left: .5em;
    padding-right: .5em;
    padding-top: .5em;
    font-weight: bold;
}

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

main {
    padding-left: 2em;
    padding-right: 2em;
    display: block;
}

h2 {
    color: #1976D2;
    font-family: Georgia, "Times New Roamn", serif;
    
}

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


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

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

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

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

#contact {
    font-size: 90%
}

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

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

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

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