* {
  margin: .0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  font-family: Arial, sans-serif;
}
head {

}

body {
	background-color: #90C7E3;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	background-image: linear-gradient(to bottom, #FFFFFF, #90C7E3); 
	background-repeat: no-repeat;
}
h1 {
	background-image: url('sunset.jpg');
	background-repeat: no-repeat;
	background-position: right;
	background-color: #002171;
	height: 60px;
	padding-top: 15px;
	color: #FFFFFF;
	margin-bottom: 0;
	font-family: Georgia, 'Times New Roman', sans-serif;
	margin-top :0px;
	text-align: center;
}

nav {
	background-color: #FFFFFF;
	font-weight:bold;
	padding: 1em;
	text-align: center;
}

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;
}
li {
	
	list-style-image: url('marker.gif');
	
	text-indent: 1em;
}
dt {
	color: #002171;
}
main {
	padding: 1px 20px 20px 20px;
	display: block;
	padding-bottom: 20px;
}

#contact {
	font-size:90%
}

footer {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 75%;
	font-style: italic;
	text-align: center;
	padding: 1em;
}

.resort {
	color: #1976D2;
	font-weight: bold; 
}
#wrapper {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	min-width: 960px;
	max-width: 2048px;
	background-color: #FFFFFF;
	box-shadow: 3px 3px #333333;
	margin-bottom:auto;
}

#homehero {
	height: 300px;
	background-image: url('coast.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#yurthero {
	height: 300px;
	background-image: url('yurt.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#trailhero {
	height: 300px;
	background-image: url('trail.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}