/* Reset default styles for all HTML elements */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Set the base font size and family for the webpage */
html {
  font-size: 16px;
  font-family: Arial, sans-serif;
}
body {
	background-color: #FFFFFF;
	color: #666666;
}
h1 {
	background-color: #002171;
	color: #FFFFFF;
	margin-bottom:0;
}

nav {
	background-color: #BBDEFB; 
}
h2{
	color: #1976D2;
}
dt {
	color: #002171;
}
main {
	
}

/* Style the contact element */
#contact {
  /* Add your styles here */
}

/* Style the footer element */
footer {
  /* Add your styles here */
}

.resort {
	color: #1976D2
}