body{
    background-color: #90C7E3;
       background-image: linear-gradient(to 
	   bottom, #FFFFFF, #90C7E3);
       background-repeat: no-repeat;  
    font-family: Georgia, 'Times New Roman', Times, serif;
}

header{
    background-color: #002171; color: #ffffff;
    background-image: url(sunset.jpg);
    background-position: right;
    background-repeat: no-repeat;
    height: 60px;
    text-align: center;
    padding-top: 15px;
}

nav{
    font-weight: bold;
    text-align: center;
    padding: 1em;
    background-color: #FFFFFF;
}

nav a{
    text-decoration: none;
}

h1,h2,h3{
    font-family: Georgia, 'Times New Roman', Times, serif;
}
h1{
    margin-top: 0;
}

h2{
    color: #CCCCCC;
}
h3{
    color: #000033;
}

ul { list-style-image: url(marker.gif); 
}

footer{
    font-size: 75%;
    text-align: center;
    font-style: italic;
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding: 2em;
}

.resort{
    font-weight: bold;
    color: #1976D2;
}

#contact{
    font-size: 90%;
}

#wrapper{
    width: 80%;
    min-width: 960px;
    max-width: 2048px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 3px 3px 3px #333333;
    background-color: #FFFFFF;
}

main{
    padding-top: 1px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

#homehero{
 background-image: url(coast.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 300px;
}

#yurthero{
 background-image: url(yurt.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 300px;
}

#trailhero{
 background-image: url(trail.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 300px;
}
