@media (max-width: 991px) {
  .background-span-nav {
    display: none;
  }
}

.navbar-toggler {
  color: #ffffff!important;
  border: none;
  outline: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar__icon {
  font-size: 2rem;
}

@media (min-width: 992px) {
  #navcol-1 {
    justify-content: flex-end;
  }
}

@media (max-width: 991.98px) {
  .navbar {
    height: auto !important;
    overflow: visible !important;
  }
}

@media (max-width: 991.98px) {
  .navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
    flex-wrap: wrap;
  }
}

@media (max-width: 991.98px) {
  #navcol-1.show {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    background: rgb(33, 37, 41);
    padding: 1rem 1.5rem;
    margin-left: -1rem;
    margin-right: -1rem;
    width: calc(100% + 2rem) !important;
  }
}

@media (max-width: 991.98px) {
  #navcol-1 .navbar-nav {
    display: block !important;
    height: auto !important;
    flex-direction: column !important;
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  #navcol-1 .nav-item {
    display: block !important;
    height: auto !important;
    width: 100%;
    text-align: right;
    padding: 0.5rem 0;
  }
}

@media (max-width: 991.98px) {
  #navcol-1 .nav-link {
    color: white !important;
    font-size: 1.2rem;
  }
}

