
*{ box-sizing: border-box; }


body{
	background-color: #EAEAEA;
	color: #666666;
	font-family: Arial, Helvetica, "sans-serif";
	/*background-image: linear-gradient(to bottom, #FFF, #90C7E3);
	background-repeat: no-repeat;*/
}

header{
	height: 120px;
	padding-top: 30px;
	padding-left: 3em;
	text-align: center;
	background-color: #002171;
    /*margin-left: auto; margin-right: auto; */
	/*background-repeat: no-repeat;
	background-position: right;
	background-image: url(./pacific/sunset.jpg); */
	
}

header a {
	text-decoration: none;
}
header a:link {
	color: white;
}
header a:hover {
	color: #90C7E3;
}

header a:visited{
	color: white;
}



main{
	background-color: #FFFFFF;
	margin-left: 190px;
	/* top right bottom left */
	padding: 1px 20px 20px 30px;
	display:block;
	overflow:auto;
	

}

section{
	float: left;
	width: 33%;
	padding-left:2em;
	padding-right:2em;
}

h1 {
	/* background-color: #002171; */
	color: #FFF;
	margin-bottom: 0%;
	font-family: Georgia, "Times New Roman", serif;
	margin-top: 0px;
	font-size: 3em;
	letter-spacing: 0.25em;
}
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: 1.5em;
	float: left;
	font-size: 120%;
	width: 160px;
}

nav ul {
	margin: 0 0 0 0;
	padding-left: 0;
	list-style-type: none;
	color: black;
	font-size: 1.2em;
	
}
nav a{
	text-decoration: none;	
}

nav a:link {
	color: #5C7FA3;
}
nav a:visited {
	color: #344873;
}
nav a:hover {
	color: #A52A2A
}


dt {
	color: #002171;
}

/* added main ul rather than just ul */
main 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;
	margin-left: 190px;
	background-color: white;
}

.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: #90C7E3;
	min-width: 960px;
	max-width: 2048px;
	box-shadow: 3px 3px 3px #333; /* need to double check this */
	border-width: 1px;
	border-style: solid;
	border-color: #000033;
	background-image: linear-gradient(to bottom, #FFF, #90C7E3);
	background-repeat: no-repeat;
}
#homehero {
	height: 300px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url(./pacific/coast2.jpg);
	margin-left: 190px;
}
#yurthero {
	height: 300px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url(./pacific/yurt.jpg);
	margin-left: 190px;
}
#trailhero {
	height: 300px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url(./pacific/trail.jpg);
	margin-left: 190px;
}

