/* 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;
}
h1 {
	background-color: #002171;
	color: #FFF;
	margin-bottom: 0px;
  
}

nav {
	background-color: #BBDEFB;
}
h2 {
	color: #1976D2;
}
dt {
	color: #002171;
}

.resort {
	color: #1976D2;
	
}