.navbar {
  position: relative;
}

/* For debugging */
/* * {
  border: 1px solid salmon;
} */

.navbar-nav > .nav-item {
  flex: 1 1 0;
  text-align: center;
}

.navbar-brand img {
  max-height: 40px;
}

.navbar-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.navbar-light .navbar-nav > .nav-item.dropdown > .nav-link.dropdown-toggle {
  color: #2b2b2b !important;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #000;
  text-decoration: none;
  background-color: #fff;
}
.dropdown-item:hover {
  color: #000;
  text-decoration: none;
  background-color: #e6e6e6;
}
.dropdown-toggle {
  border: none;
}

@media screen and (max-width: 730px) {
  .navbar-list {
    flex-direction: column;
  }

  .committee-dropdown {
    margin-right: 0rem !important;
    padding-top: 0px;
  }

  .dropdown-menu {
    text-align: center;
  }
}
