@charset "UTF-8";
/* CSS Document */

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

header {
	background-color: #002171;
	COLOR: #FFFFFF;
	background-image: url(sunset.jpg);
	padding: 15px;
	text-align: center;
	height: 60px;
	background-repeat: no-repeat;
	background-position: right;
}

nav{
	background-color: #FFFFFF;
	padding: 1em;
	text-align: center;
}

nav a{
	text-decoration: none;
}

h1{
	margin-top:0;
	margin-bottom:0;
	font-family: Georgia, "Times New Roman", serif; }
main{
	padding: 1px 20px 20px 20px;
	display:block;
}
h2{
	color:#1976D2;
	font-family: Georgia, "Times New Roman", serif;
	text-shadow: 1px 1px #CCCCCC;
}

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

ul{
list-style-image: url('marker.gif');
}

dt{
	color:#002171;
}

.resort{
	color: #1976D2;
	font-weight: bold;
}
#homehero{
	height: 300px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
#yurthero{
	height: 300px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

#trailhero{
	height: 300px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

#wrapper{
	margin-left: 10%;
	margin-right: 10%;
	min-width: 960px;
	max-width: 2048px;
	outline-offset: 3px; 
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	box-shadow: 3px 3px #333333;	
}

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

#contact{
	font-size: 90%;
}
html
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}