.topbar-icon {
  margin-right: 7px;
}

.topbar-link {
  color: #fff;
  text-decoration: inherit;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 300;
}

.nav-link {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}

@media (min-width: 992px) {
  .nav-link {
    font-size: 18px;
    text-align: center;
  }
}

.navbar-toggler:focus {
  box-shadow: none;
  border: 1px solid #f39227;
}

.navbar-collapse.collapse.show {
  padding: 30px;
}

@media (min-width: 992px) {
  .navbar-collapse.collapse.show {
    min-height: auto;
    width: auto;
  }
}

.navbar-nav .dropdown-menu {
  background: #ebebeb;
  font-size: 22px;
  text-align: center;
  border: none;
}

@media (min-width: 992px) {
  .navbar-nav .dropdown-menu {
    background: #ebebeb;
    font-size: 18px;
    text-align: left;
    border: none;
  }
}

.dropdown-item.active, .dropdown-item:active {
  background: rgba(0,0,0,0.1);
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #ffffff;
}

