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

.navbar-toggler {
  border-color: var(--bs-light);
}

.header {
  background-color: var(--bs-primary);
}

.hr-heading {
  display: inline-block;
  width: 3.5rem;
  height: 0.125rem;
  margin-top: 0.625rem;
  border: none;
  background-color: var(--bs-warning);
  opacity: 1;
}

@media (max-width: 992px) {
  .header {
    height: fit-content !important;
  }
}
@media (max-width: 560px) {
  .navbar-brand {
    width: 60vw;
  }
  .navbar-brand img {
    width: 100%;
  }
  .header {
    padding-top: 120px !important;
  }
}
