.a {
  text-decoration: none;
}

.nav-link {
  margin-top: 2.8rem;
  padding: 0.15rem 0.5rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: white !important;
  margin-left: 0.5rem;
}

.navbar__bg {
  background-color: rgba(0, 0, 0, 0.582) !important;
  height: 2.8rem;
}

.hamburger__bg {
  background-color: rgba(0, 0, 0, 0.582) !important;
  color: rgba(0, 0, 0, 0.582) !important;
}

@media (max-width: 990px) {
  .nav-link {
    padding: 0.2rem 0.2rem;
    margin-top: 1rem !important;
    margin-left: 0 !important;
    font-size: 1rem;
    font-weight: bold;
    text-align: center !important;
    width: 6rem !important;
  }

  .navbar__bg {
    height: 3.5rem;
    width: 5rem;
  }

  .mobile__bg {
    background-color: rgba(0, 0, 0, 0.9) !important;
    color: rgba(0, 0, 0, 0.9) !important;
    padding-bottom: 1rem !important;
  }
}

.nav-link.active {
  color: white;
  border-bottom-color: white;
}
