/* Custom Styles for California Kelp Forest Monitoring Consortium */

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #333;
}

/* SBCLTER signature color scheme */
.custom-navbar {
  background-color: #003366;
}

.custom-navbar .navbar-brand {
  color: #ffffff;
}

.custom-navbar .nav-link {
  color: rgba(255, 255, 255, 0.85) !important;
  font-weight: 500;
}

.custom-navbar .nav-link:hover {
  color: #ffffff !important;
  text-decoration: underline;
}

.custom-footer {
  background-color: #003366;
  color: #ffffff;
}

.custom-footer a {
  color: #add8e6; /* light blue for links in footer */
}

.custom-footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  color: #003366;
}

.btn-outline-primary {
  color: #003366;
  border-color: #003366;
}

.btn-outline-primary:hover {
  background-color: #003366;
  color: #ffffff;
}

#banner {
  background-color: #003366;
  border-bottom: 5px solid #00509e; /* slight accent */
}
