/* CSS Justin Stewart 9/26/21 ... its 2:00am... why do I wait until the last minute for things? */

body{
	background-color: white;
	color: #666666;
	font-family: Arial, Helvetica, "sans-serif";
}

header{
	line-height: 400%;
	text-indent: 1em;
	background-repeat: no-repeat;
	background-position: right;
	background-color: #002171;
	background-image: url(./pacific/sunset.jpg);
}

h1 {
	/* background-color: #002171; */
	color: #FFF;
	margin-bottom: 0%;
	font-family: Georgia, "Times New Roman", serif;
}
h2 {
	color: #1976D2;
	font-family: Georgia, "Times New Roman", "serif";
}
h3{
	font-family: Georgia, "Times New Roman", serif;
	color: #000033;
}


nav {
	background-color: #BBDEFB;
	font-weight: bold;
}
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;
}

.resort {
	color: #1976D2;
	font-weight: bold;	
	
}
#contact {
	font-size: 90%;
}