.navigation-font {
  font-family: 'Nunito', sans-serif;
  color: white;
}



nav .nav-front-link { font-size: 2.2em; color: white; }
nav .nav-front-link:hover { color: white; }

.custom-nav-hamburger { 
  border-color: transparent !important; 
  border-radius: 2px !important;
  color: white !important;
}
  
.custom-nav-hamburger:hover { background: #00BFFF !important; }

.navbar-toggle.collapsed .icon-bar {
  color: white !important;
}

.custom-nav-btn { background: #006ece !important; border: solid #0062cc 1px !important; }

.custom-toggle-split { background: #006ece !important; border: solid #0062cc 1px !important; }

.custom-nav-btn:hover, .custom-toggle-split:hover { background: #00BFFF !important; border-color: #00BFFF !important; }

.custom-nav-item:hover { background: #00BFFF !important; }

.custom-nav-btn-dropdown { background: #0079d7 !important; margin-top: 2px; }

.custom-nav-btn-dropdown:focus { outline: none !important; }

.pending-btn { background: #bbc448 !important; 
              border-radius: 2px;
              margin-right: 8px; }
.pending-btn:hover { background: #ccd65e !important;  }

/* Mobile styling
--------------------------------------------------------------------------------------------------*/

@media (max-width: 992px) { 
  .custom-nav-dropdown { margin-top 4px; margin-bottom: 4px; }
  .custom-nav-btn-dropdown { padding-left: 0px; padding-right: 2px; }
}


@media screen and (max-width: 767px) {
  nav .nav-front-link { font-size: 1.6em; color: white; }
}
