#logo-home {
    margin-bottom: -90px;
    max-width: 310px;
}
.navbar-nav .nav-link {
  font-size: 16px;
    padding: 0.5rem 0rem;
    text-align: center;
}
#promotiles {
    background-image: url(../images/design/pine-wood-texture.webp);
    margin-top: -25px;
}
.yellow {
    text-transform: uppercase;
    color: #ef7922;
}
.menu .card-title {
    color: var(--color-2);
    font-weight: 800 !important;
}
.menu h2 {
    color: var(--color-1);
}
.collapsed-text {
    display: none;
  }
  .center-btn {
    margin: 0 auto;
    text-align: center;
  }
  .catering .card-title {
    color: var(--color-2);
    font-weight: 800 !important;
    text-transform: uppercase;
  }
  .catering .card {
    margin-top: 20px;
  }
  @media only screen and (max-width: 991px) {
    #logo-home {
      max-width: 200px;
      margin-bottom: 0px;
    }
  }
 #logo-footer {
  max-width: 200px;
 }
 .buttons {
  display: flex;
    justify-content: center;
    column-gap: 20px;
 }

 .btn-primary {
  text-transform: uppercase;
 }
 .cater-menu .center-btn {
  max-width: 820px;
  justify-content: center;
 }

 @media (min-width: 597px) and (max-width: 1000px) {
.catering .col-auto {
  width: 50%;
}
.catering .col-auto a, .catering .col-auto .btn-primary
{
  width: 250px;
    margin-bottom: 30px;
}
  }

  @media only screen and (max-width: 596px) {
    .catering .col-auto {
      width: 100%;
    }
    .catering .col-auto a, .catering .col-auto .btn-primary
    {
      width: 250px;
        margin-bottom: 20px;
    }
      }
      @media (min-width: 1230px) and (max-width: 1300px) {
      .navbar-nav .nav-link {
        font-size: 14px;
      }        
    }

    @media (min-width: 992px) and (max-width: 1229px) {
      .navbar-nav .nav-link {
        font-size: 12.5px;
      }        
      #logo-home {
        max-width: 210px;
        margin-bottom: 0px;
    }
  }
  .navbar-nav .dropdown-menu {
    right: 0;
    left: auto;
  }