.custom-navbar {
  background-color: #051687 !important;
  border: none;
  margin-bottom: 0;
  background-image: none;
  border-radius: 0;
}

.custom-logo img {
  height: 40px;
  width: auto;
  max-width: 100%;
}

.navbar-nav > li > a {
  color: white !important;
  /*font-weight: bold;*/
  text-decoration: none;
  font-family: 'Titillium Web', sans-serif;
  padding: 25px;
}

.navbar-nav > li > a:hover {
  color: #fec909 !important;
  text-decoration: none;
}

.navbar-toggle {
  border: none;
  padding: 20px;
}

.navbar-toggle .icon-bar {
  background-color: white;
}

@media (max-width: 991px) {
  .navbar-nav > li {
    display: block;
    text-align: center;
  }
}

@media (min-width: 991px) {
  .container-fluid {
    width: 75%;
  }
}

