.bg-primary {
  background-color: #002e56 !important;
}

.nav a {
  color: #ffffff;
}

.nav-link {
  color: #ffffff !important;
  font-family: 'Arial', 'Helvetica', 'sans-serif';
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.2em;
}

.nav-link:hover {
  color: #83b1ff !important;
}

.dropdown-menu {
  color: #ffffff;
  background-color: #56585a !important;
}

