/* Global styles for the document */
body {
    background-image: linear-gradient(to bottom, #FFFFFF, #90C7E3);
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
}

/* Styles for the header element */
header {
	background-image: url("sunset.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	height: 72px;
    background-color: #002171;
    color: #FFFFFF;
    font-family: Georgia, serif;
}

/* Styles for the main element */
main {
	padding-left: 2.0em;
	padding-right: 2.0em;
	display: block;
}

/* Styles for the h1 element */
h1 {
	padding: 0.5em;
	text-align: center;
}

/* Styles for the nav element */
nav {
    font-weight: bold;
    text-align: center;
	 padding: 0.5em 0.5em 0.5em 0;
}

/* Styles for the h2 element */
h2 {
    color: #1976D2;
    font-family: Georgia, serif;
}

/* Styles for the h3 element */
h3 {
    font-family: Georgia, serif;
}

/* Styles for the dt element */
dt {
    color: #002171;
    font-weight: bold;
}

/* Styles for a class named resort */
.resort {
    color: #1976D2;
    font-size: 1.2em;
}

/* Styles for the footer element */
footer {
    font-size: 0.70em;
    font-style: italic;
    text-align: center;
	padding: 1em;
}

/* Style rule for the wrapper ID */
#wrapper {
	background-color: #FFFFFF;
	min-width: 960px;
	max-width: 2048px;
	box-shadow: 15px 15px 15px #828282;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

/* Hero image */
#homehero {
	background-image: url("coast.jpg");
	background-size: 100% 100%;
	background-position: center;
	height: 300px;
	width: 100%
}

/* Yurt image */
#yurthero {
	background-image: url("yurt.jpg");
	background-size: 100% 100%;
	background-position: center;
	height: 300px;
	width: 100%
}

/* Trail image */
#trailhero {
	background-image: url("trail.jpg");
	background-size: 100% 100%;
	background-position: center;
	height: 300px;
	width: 100%
}

/* Hero image */
#homehero {
	background-image: url("coast.jpg");
	background-size: cover;
	background-position: center;
	height: 300px;
	width: 100%
}

/* Remove underline from nav links */
nav a { 
	text-decoration: none; 
}

