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