/* Make the navbar dark blue */
.navbar.navbar-default {
  background-color: #2c5773 !important;
  border: none !important;
}

/* Make navbar text white */
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-brand {
  color: white !important;
}

/* Optional: Change hover color */
.navbar-default .navbar-nav > li > a:hover {
  color: #ffcc00 !important;
}