






* {box-sizing: border-box;}

#wrapper
{
width:80%;
margin-left:auto;
margin-right: auto;
background-color: #90C7E3;
min-width: 960px;
max-width:2048px;
box-shadow:3px 3px 3px #333333;
border-width: 1px;
border-style:solid;
border-color: #000033;
background-image: linear-gradient(to bottom, #FFFFFF, #90C7E3);
}


body 
{
color: #666666; 
background-color:#EAEAEA;
font-family: Arial, Helvetica, sans-serif;

}

header{
color: #FFFFFF; 
background-color:#002171;
background-position: right;
background-repeat: no-repeat;
height: 120px;
text-align: center;
padding-top: 30px;
padding-left: 3em;
}

header a:link
{
color: #FFFFFF; 
text-decoration:none;
}

header a:visited
{
color: #FFFFFF; 
text-decoration:none;
}

header a:hover
{
color: #90C7E3; 
text-decoration:none;
}


h1
{
margin-bottom:0;
margin-top:0;
font-family: Georgia, "Times New Roman", serif;
font-size: 3em;
letter-spacing: 0.25em;
}

nav
{
font-size: 120%;
font-weight: bold;
float: left;
width: 160px;
padding: 1.5em;
margin-top: 30px;

}


nav ul
{
padding-left: 0px;
list-style-type: none;
margin: 0px;
font-size: 1.2em;
}

nav a:link{color: #5C7FA3;}

nav a:visited{color: #344873;}

nav a:hover{color: #A52A2A;}


main ul
{
list-style-image: url(images/marker.gif);
background-color: #FFFFFF;
}


nav a
{
text-decoration: none;
}


main
{
background-color: #FFFFFF;
margin-left: 190px;
padding-top: 1px;
padding-right:20px;
padding-left: 30px;
padding-bottom: 20px;
display: block;
overflow: auto;
}


section
{
float: left;
padding-left: 2em;
width: 33%;
padding-right:2em;

}


h2{
color: #1976D2;
font-family: Georgia, "Times New Roman", serif;
text-shadow:1px 1px 1px #CCCCCC;
}

h3{
color: #000033;
font-family: Georgia, "Times New Roman", serif;

}


footer{
font-family: Georgia, "Times New Roman", serif;
font-size: 75%;
font-style: italic;
padding: 2em;
margin-left: 190px; /* this is why the footer isn't centered*/
background-color: #FFFFFF;
text-align:center;


}

dt{
color: #002171;
}

.resort{
color: #1976D2;
font-weight: bold;

}

contact{
font-size: 90%;
}

#homehero
{
height: 300px;
background-image: url(images/coast2.jpg);
background-repeat: no-repeat;
background-size: 100% 100%;
margin-left: 190px;
}

#yurthero
{
height: 300px;
background-image: url(images/yurt.jpg);
background-repeat: no-repeat;
background-size: 100% 100%;
margin-left: 190px;
}

#trailhero
{

height: 300px;
background-image: url(images/trail.jpg);
background-repeat: no-repeat;
background-size: 100% 100%;
margin-left: 190px;
}