body {
	background-color: #3399cc;
	background-image: linear-gradient(to bottom, #3399cc, #c2e0f0, #3399cc);
	color: #666666;
	font-family: Arial;
}

header {
	background-color: #000033;
	color: #FFFFFF;
	font-family: Georgia;
}

h1 {
	line-height: 200%;
	background-image: url("images/sunset.jpg");
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 2em;
	height: 72px;
	margin-bottom: 0;
}

h2 {
	color: #3399CC;
	font-family: Georgia;
}

h3 {
	color: #000033;
}

nav {
	font-weight: bold;
	background-color: #90C7E3;
	padding: .5em .5em .5em 0;
	padding-left: 2em;
}

nav a {
	text-decoration: none;
}

main {
	padding-left: 2em;
	padding-right: 2em;
}

dt {
	color: #000033;
	font-weight: bold;
}

.resort {
	color: #000033;
	font-size: 1.2em;
}

footer {
	font-size: .70em;
	font-style: italic;
	text-align: center;
	padding: 1em;
}

#wrapper {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	min-width: 700px;
	max-width: 1024px;
	box-shadow: 5px 5px 3px black;
}

#homehero {
	height: 300px;
	background-image: url("images/coast.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%
}

#yurthero {
	height: 300px;
	background-image: url("images/yurt.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%
}

#trailhero {
	height: 300px;
	background-image: url("images/trail.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%
}