.navbar {
    margin-left: 14px;
    margin-right: 14px;
    margin-top: 12px;
    margin-bottom: 7px;
}

.navbar-color .navbar-toggler {
  color: rgb(51,51,51);
  border-color: rgb(51,51,51);
}

.navbar-color .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb%2851, 51, 51%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-item a {
    color: #000000;
    display: block;
    font-size: 19.264px;
    font-weight: 100;
    line-height: 21px;
    text-decoration: none;
    white-space: nowrap;
    padding-top: 9px!important;
    padding-bottom: 10px!important;
    padding-left: 16px!important;
    padding-right: 16px!important;
}

.nav-item a:hover {
    font-weight: bold;
    color: #000000;
    background: #cccccc;
}

.nav-item a.active {
    font-weight: bold;
    color: white;
    background: #6c9dbb;
}

.navbar-nav {
  display: flex;
  flex-wrap: wrap;
}

