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

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

header {
	background-color: #002171;
	COLOR: #FFFFFF;
	top-padding: 30px;
	left-padding: 3em;
	text-align: center;
	height: 120px;
}

nav{

	padding: 1.5em;
	font-size: 120%:
	float: left;
	width: 160px;
}

nav a{
	text-decoration: none;
}

h1{
	margin-top:0;
	margin-bottom:0;
	font-size: 3em;
	letter-spacing: 0.25em;
	font-family: Georgia, "Times New Roman", serif; }
	
main{
	padding: 1px 20px 30px 20px;
	display:block;
	background-color: #FFFFFF;
	margin-left: 190px;
	overflow: auto;
}
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;
	margin-left: 190px;
	background-image: url(coast2.jpg);
}
#yurthero{
	height: 300px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-left: 190px;
}

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

#wrapper{
	margin-left: 10%;
	margin-right: 10%;
	min-width: 960px;
	max-width: 2048px;
	outline-offset: 3px; 
	background-color: #90C7E3;
	background-repeat: no-repeat;
	box-shadow: 3px 3px #333333;	
	border: 1px solid #000033;
	background-image: linear-gradient(to bottom, #FFFFFF, #90C7E3);
}

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; 
}

*{box-sizing: border-box;}






