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