header {
	background-color:#002171; color:#ffffff;
	background:#002171 url(sunset.jpg) right no-repeat;
	height:60px;
	text-align:center;
	padding-top: 15px;
	font-size:1em;
	}

body {
	background-color:#90C7E3;
	background-image: linear-gradient(to bottom, #ffffff, #90C7E3);
	background-repeat: no-repeat;
	color:#555555;
	font-family:arial,helvetica,sans-serif;
	}



nav {
	background-color:#ffffff;
	text-align:center;
	padding:1em;
	font-weight:bold;
	}
nav a{
	text-decoration:none;
	}
main{
	padding:1em 20px 20px 20px;
	display: block;
	
	}
h1{
	margin-bottom:0;
	margin-top:0;
	font-family:Georgia,"time new roman", serif;
	}

h2 {
	color:#1976D2;
	font-family:Georgia,"time new roman", serif;
	text-shadow: 1px 1px #cccccc;
	}
h3{
	font-family:Georgia,"time new roman", serif;
	color:#000033;
	}
ul{
	list-style-image: url(marker.gif);
	}
footer{
	font-size:75%;
	padding:2em;
	font-style:italic;
	text-align:center;
	font-family:Georgia,"time new roman", serif;
	}
dt{
	color:#002171;
	}
.resort {
	color:#1976d2;
	font-weight:bold;
	}
.id{
	font-size:90%
	}

#homehero{
	height:300px;
	background-image: url(coast.jpg);
        background-size: 100% 100%;
	background-repeat: no-repeat;
	}
#yurthero{
	height:300px;
	background-image: url(yurt.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	}
#trailhero{
	height:300px;
	background-image: url(trail.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;	
	}

#wrapper{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
//	width-minimum: 960px;
//	width-maximum: 2048px;
	box-shadow: 3px 3px #333333;
	}

	
