* {
	box-sizing: border-box;
}
body {
	background-color: #EAEAEA;
	background: linear-gradient(to bottom, #FFFFFF, #90C7E3);
	color: #666666;
	font-family: Verdana, Ariel, sans-serif;
}
header { 
	height: 120px;
	background-color: #002171;
	color: #FFFFFF;
	font-family: Georgia, serif;
}
header a:link { 
		text-decoration: none;
		color: #FFFFFF;
}
header a:visited { 
		text-decoration: none;
		color: #FFFFFF;
}
header a:hover { 
		text-decoration: none;
		color: #90C7E3;
}
main { 
		background-color: #FFFFFF;
		margin-left: 170px;
		overflow: auto;
		padding-left: 2em;
		padding-right: 2em;
}
h1 {
	font-size: 3em;
	letter-spacing: .25em;
	text-align: center;
	padding-top: 0.5em;
}
nav {
	position: fixed;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	padding-right: 0.5em;
	font-weight: bold;
	float: left;
	width: 160px;
	padding: 0;
	font-size: 1.2em;
}
nav ul { 
		list-style: none;
		padding-left: 1em;
}
nav a:link {
	color: #5C7FA3;
	text-decoration: none;
}
nav a:visited {
	color: #344873;
	text-decoration: none;
}
nav a:hover {
	color: #A52A2A;
	text-decoration: none;
}
h2 {
	color: #1976D2;
	font-family: Georgia, sans-serif;
}
dt {
	color: #002171;
	font-weight: bold;
}
h3 { font-family: Georgia, serif;
}
.resort {
	color: #1976D2;
	font-size: 1.2em;
}
section { 
	float: left;
	width: 33%;
	padding-left: 2em;
	padding-right: 2em;
}
footer {
	background-color: #FFFFFF;
	margin-left: 170px;
	padding: 1em;
	font-size: .70em;
	font-style: italic;
	text-align: center;
}
#wrapper {
	background-color: #FFFFFF;
	background: linear-gradient(to bottom, #FFFFFF, #90C7E3);
	min-width: 960px;
	max-width: 2048px;
	box-shadow: 2px 2px 5px #888888;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
#homehero {
	margin-left: 170px;
	height: 300px;
	background-image: url(coast.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
#yurthero {
	margin-left: 170px;
	height: 300px;
	background-image: url(yurt.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
#trailhero {
	margin-left: 170px;
	height: 300px;
	background-image: url(trail.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}