:root {
  --primary-rgb: 241, 90, 36;
  --secondary-rgb: 243, 111, 63;
  --input-focus-border-color-rgb: 249, 183, 159;
  --navbar-brand-height: 70px;
  --footer-brand-height: 50px;
}

.availability-notavailable {
  display: none;
}

.sub-nav li:first-child .nav-link {
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--primary);
  text-decoration: none;
  border-radius: 5px;
  border-bottom: 0;
  color: #000000;
}

.sub-nav li:first-child .nav-link:hover {
  background-color: var(--secondary);
}

.navbar-nav .btn {
  width: max-content;
}

@media (min-width: 992px) {
  .navbar {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .navbar-brand-container {
    padding-right: 20px;
    order: -2;
  }
}

@media (min-width: 992px) {
  .sub-nav-wrapper {
    order: -1;
  }
}
