@import url("https://fonts.googleapis.com/css2?family=Fredericka+the+Great&display=swap");
.navbar {
  transition: all 0.5s ease-in-out;
  background-color: #000000;
}

.navbar-sticky {
  background: #fff;
  opacity: 0.9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.header {
  min-height: 1000px;
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../images/burger-bg.jpg") center center no-repeat;
  background-size: cover;
}

.background {
  background-color: var(--bs-gray-900);
}

.text-justify {
  text-align: justify;
}

.xl-text {
  font-size: 75px;
}

.menu {
  background: url("../images/batik-bg.jpg") no-repeat center center;
  background-size: cover;
}

.menu-container {
  position: relative;
  min-height: 1000px;
  overflow: hidden;
}

.menu-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-color: #7a3515;
  opacity: 0.7;
}

.menu-container .row {
  position: relative;
  z-index: 1;
}

.menu-p-height {
  height: 70px;
}

.hr-heading {
  height: 0.125rem;
  width: 50%;
  margin: auto;
  margin-top: 0.625rem;
  border: none;
  background-color: var(--bs-light);
  opacity: 1;
}

.restaurant-quote {
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/restaurant-bg.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.restaurant-quote .quote {
  font-family: "Fredericka the Great", serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 768px) {
  .navbar-button {
    position: fixed;
    right: 10px; /* Distance from the right edge of the screen */
    top: 45px; /* You can adjust top or bottom to place the button vertically */
    transform: translateY(-50%); /* Centers the button vertically */
  }
  .information .details {
    text-align: center;
  }
  .information .map {
    padding-right: 0 !important;
  }
  .footer .nav {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .menu-container {
    border-radius: 0 !important;
  }
}
