/* Pacific Trails Resort ch4
Manila Sopha
09/15/2024
*/
body {
  background-color: #FFFFFF;
  color: #666666;
}

/* Styles for the header element */
header {
  background-color: #002171;
  color: #FFFFFF;
}
h1 {
	Margin-bottom: 0;
}
/* Styles for the nav element */
nav {
  background-color: #BBDEFB;
}

/* Styles for the h2 element */
h2 {
  color: #1976D2;
}

/* Styles for the dt element */
dt {
  color: #002171;
}

/* Styles for the class named resort */
.resort {
  color: #1976D2;
}

