/* External Style Sheet: pacific.css */
body {
	background-color: #90C7E3;
	background-image: linear-gradient(#FFFFFF, #90C7E3);
	background-repeat: no-repeat;
	color: #666666;
	font-family: Arial;
}
h1 {
	background-color: #002171;
	color: #FFFFFF;
	font-family: Georgia;
	background-image: url("sunset.jpg");
	background-repeat: no-repeat;
	background-position: right;
	height: 72px;
}
h1 {
	text-align: center;
	padding-top: .5em
}
nav {
	font-weight: bold;
	padding-top: .5em;
	padding-right: .5em;
	padding-bottom: .5em;
	text-align: center;
}
h2 {
	color: #1976D2;
	font-family: Georgia;
}
dt {
	color: #002171;
	font-weight: bold;
}
.resort {
	color: #1976D2;
	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: 960px;
	max-width: 2048px;
	box-shadow: 5px 5px 5px 0px;
}
h3 {
	font-family: Georgia;
}
main {
	padding-left: 2em;
	padding-right: 2em;
	display: block;
}
#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%;
}
nav a{
	text-decoration: none;
}