/* Nav link sizing: reduce font+padding to fit 8 items in one row */
.masthead .main-navbar ul li a {
  border-radius: 0.3rem;
  background: #005d7a;
  font-size: 0.8rem;
  padding: 0.4rem 0.7rem;
  white-space: nowrap;
}
/* Reduce right padding on ul from 20px to 10px */
.masthead .main-navbar ul {
  padding-right: 10px;
}
/* Prevent nav item row from wrapping to a second line */
.masthead .main-navbar .navbar-nav {
  flex-wrap: nowrap;
}
/* Narrow search input to reclaim ~50px for nav items;
   !important needed because inline <style> block in head loads after this file */
.masthead .site-search input {
  width: 140px !important;
}
.navbar-light .navbar-toggler {
  background-color: #003647;
}
