body { background-color: #90C7E3; 
		background-image: linear-gradient(to bottom, #FFFFFF, #90C7E3) ;
		background-repeat: no-repeat;
		color: #666666; font-family: Arial, Helvetica, sans-serif;
}

h1 { background-color: #002171; color: #FFFFFF; margin-bottom: 0; 
	background-image: url(sunset.jpeg) ; background-position: right; 
	height: 60px; text-align: center; margin-top: 0; padding-top: 15px; font-family: Georgia, "Times New Roman", serif; 
}

nav { background-color: #FFFFFF; font-weight: bold; text-align: center; padding: 1em; 
}

nav a { text-decoration: none;   
}

main { padding: 1px 20px 20px 20px;
		display: block; 
}

#wrapper {
        background-color: #FFFFFF;
		margin-left: auto; margin-right: auto;
		width: 80%;
        min-width: 960px; 
		max-width: 2048px;
		box-shadow: 3px 3px 3px #333333;
    }

#homehero {
		background-image: url("https://dbuchholz2.infprojects.fhsu.edu/c5pacific/coast.jpg") ; height: 300px; background-repeat: no-repeat; background-size: 100% 100%; 
}

#yurthero {
		background-image: url("https://dbuchholz2.infprojects.fhsu.edu/c5pacific/yurt.jpg") ; height: 300px; background-repeat: no-repeat; background-size: 100% 100%; 
}

#trailhero {
		background-image: url("https://dbuchholz2.infprojects.fhsu.edu/c5pacific/trail.jpg") ; height: 300px; background-repeat: no-repeat; background-size: 100% 100%; 
}

h2 { color: #1976D2; font-family: Georgia, "Times New Roman", serif; text-shadow: 1px 1px 1px #CCCCCC; 
}

h3 { color: #000033; font-family: Georgia, "Times New Roman", serif;
}

ul { list-style-image: url(marker.gif);	
}

dt { color: #002171;
}

.resort { color: #1976D2; font-weight: bold; 
}

.contact { font-size: .9em;
}

footer { text-align: center; font-style: italic; font-size: .75em; font-family: Georgia, "Times New Roman", serif; 
		padding: 2em;
}