

body{
	background-color: #90C7E3;
	color: #666666;
	font-family: Arial, Helvetica, "sans-serif";
	background-image: linear-gradient(to bottom, #FFF, #90C7E3);
	background-repeat: no-repeat;
}

header{
	height: 60px;
	padding-top: 15px;
	text-align: center;
    /*margin-left: auto; margin-right: auto; */
	background-repeat: no-repeat;
	background-position: right;
	background-color: #002171;
	background-image: url(./pacific/sunset.jpg);
}
main{
/*there should be a way to declare all padding in one line */

	padding: 1px 20px 20px 20px;
	/*padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px; */
	display:block;
	

}

h1 {
	/* background-color: #002171; */
	color: #FFF;
	margin-bottom: 0%;
	font-family: Georgia, "Times New Roman", serif;
	margin-top: 0px;
}
h2 {
	color: #1976D2;
	font-family: Georgia, "Times New Roman", "serif";
	text-shadow: 1px 1px 1px #CCCCCC;
}
h3{
	font-family: Georgia, "Times New Roman", serif;
	color: #000033;
}


nav {
	background-color: #FFF;
	font-weight: bold;
	text-align: center;
	padding: 1em;
}
nav a {
	text-decoration: none;
}

dt {
	color: #002171;
}


ul {
	list-style-image: url(./pacific/marker.gif);
}

footer{
	font-size: 75%;
	font-style: italic;
	text-align: center;
	font-family: Georgia, "Times New Roman", serif;
	padding: 2em;
}

.resort {
	color: #1976D2;
	font-weight: bold;	
	
}
#contact {
	font-size: 90%;
}
#wrapper{
	margin-left: auto; margin-right: auto; /*this line centers the stuff inside the wrapper div*/
	width: 80%;
	background-color: #FFF;
	min-width: 960px;
	max-width: 2048px;
	box-shadow: 3px 3px 3px #333; /* need to double check this */
}
#homehero {
	height: 300px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url(./pacific/coast.jpg);
}
#yurthero {
	height: 300px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url(./pacific/yurt.jpg);
}
#trailhero {
	height: 300px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url(./pacific/trail.jpg);
}

