.image-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.image-container .image-wrapper {
  width: 100%;
  /* Ensures images take full width on smaller screens */
  margin-bottom: 10px;
  /* Adjust spacing between images */
}

@media (min-width: 576px) {
  .header {
    height: 70px;
  }
}

@media (min-width: 992px) {
  .image-container .image-wrapper {
    width: 50%;
    /* Make each image take half of the container's width on larger screens */
  }
}




body {
  font-family: 'Josefin Slab', serif;
  color: #343434;
}

.logo {
  width: 150px;
  max-width: 100%;
  height: auto;
  margin-right: 10px;
  left: 20px;
  /* Adjust as per your design */
  top: 20px;
  /* Adjust as per your design */
  z-index: 1001;
}

.text-logo {
  width: auto;
  max-width: 50%;
  height: 40.5px;
  margin-right: 1.5rem;
  margin-top: 1.25rem;
  left: 20px;
  /* Adjust as per your design */
  z-index: 1001;
}

.custom-navbar {
  padding-left: 0;
  /* Remove left padding */
  position: relative;
  /* For z-index to work */
  align-items: center;
  background-color: #d9002d;
  border: 2px solid #343434;
  border-radius: 100vh;
  display: flex;
  height: 70px;
  margin-bottom: 4px;
  margin-top: 15px;
  padding: 0 10px;
  font-family: 'Josefin Slab', serif;
  z-index: 1;
}

.custom-navbar .navbar-brand {
  position: absolute;
  left: -50px;
  /* Adjust based on the logo width */
  display: flex;
  justify-content: center;
}

.custom-navbar .nav-link {
  font-weight: 600;
  color: #feca06;
  margin-left: auto;
}

.custom-navbar .nav-link:hover {
  color: #ffffff;
}

.custom-navbar .phone-link {
  display: flex;
  align-items: center;
  border: 2px solid #feca06;
  background-color: transparent;
  padding: 5px 10px;
  border-radius: 10px;
  color: #feca06;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.custom-navbar .phone-link.collapsed {
  width: auto;
  height: auto;
  padding: 0.375rem 0.75rem;
  border-radius: 100vh;
  color: #feca06;
  border: 2px solid #feca06;
  position: fixed;
}

.custom-navbar .phone-link:hover {
  background-color: #ffffff;
  color: #d9002d;
}


.custom-navbar .navbar-toggler {
  margin-left: auto;
  padding-left: 0.25rem !important;
  /*bottom: 20px;
  right: 20px; */
  z-index: 1100;
}

.custom-navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.custom-navbar .nav-item {
  padding: 25px 32px;
}

.custom-navbar .navbar-collapse.show {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d9002d;
  overflow-y: auto;
  /* Optional: enable scrolling if needed */
  display: block !important;
}


.custom-navbar .navbarNav {
  width: 100%;
  /* Ensure it takes full width of the screen */
  position: relative;
  /* Fix it to the viewport */
  top: 0;
  /* Position it at the top */
  left: 0;
  /* Position it at the left */
  background-color: #d9002d;
  /* Background color of the expanded navbar */
  padding: 20px;
  /* Padding for content inside the navbar */
  z-index: 1000;
  /* Ensure it appears above other content */
  color: #d9002d;
}

.card-img-top {
  max-height: 300px;
  /* Example height; adjust as needed */
  object-fit: cover;
  /* Ensure images fill the card */
}

.social-link-item {
  font-size: 30px;
  color: #343434;
}

.yelp-svg {
  display: inline-block;
  width: 30px;
  height: 40px;
}

.footer .phone-link {
  display: flex;
  align-items: center;
  border: 1px solid #343434;
  background-color: transparent;
  border-radius: 8px;
  color: #343434;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 0.375rem 0.75rem;
}

.footer .footer-contact {
  display: flex;
  align-items: center;
  text-align: center;
}

.author-link {
  color:#343434
}
.btn-custom {
  color:#feca06;
  background-color: #d9002d;
  border-radius: 8px;
  margin-right: auto;
  margin-left: auto;
}

.btn-custom:hover {
  color: #ffffff;
}

.menu-card {
  width:75%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-width: 0
}

.footer-address {
  color:#343434;
}
.footer-phone-number{
  color:#343434;
}