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