body {
  background: #54718f !important;
  font-family: "Roboto", sans-serif;
}

a {
  color: #0b4260 !important;
}

.dropdown-menu {
  background-color: rgba(0, 32, 72, 0.8) !important;
  color: #cadfeb !important;
}
footer a,
.navbar a {
  color: #cadfeb !important;
  text-decoration: none !important;
}

nav#mainNav {
  background-color: rgba(0, 32, 72, 0.8) !important;
  color: #fffffffe !important;
  font-family: "Roboto", sans-serif;
}

nav button.dropdown-item {
  color: #cadfeb !important;
}

a.navbar-brand {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff !important;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: rgba(29, 123, 174, 0.723) !important;
}

.nav-item .nav-link {
  font-size: 18px !important;
}

.carousel-item {
  height: 700px !important;
  /* object-fit: cover; */
}
button.carousel-control-prev,
button.carousel-control-next {
  background-color: rgba(72, 104, 144, 0.3) !important;
  height: 100% !important;
}
