header {
  background-color: rgba(33, 37, 41, 0.95);
}
.top-fixed-nav a {
  font-size: 0.95rem;
  color: goldenrod;
  font-weight: bold;
}

.top-fixed-nav p {
  font-size: 0.95rem;
  color: goldenrod;
  font-weight: bold;
}

.top-fixed-nav .icon {
  font-size: 1.25rem;
  color: goldenrod;
  font-weight: bold;
  margin-left: 0.5rem;
}

.brand {
  color: goldenrod;
  font-weight: 700;
}

.content-title {
  font-weight: 700;
}

.icons {
  font-size: 1.8rem;
  color: white;
}

.icons-dark {
  font-size: 1.8rem;
  color: black;
}

.footer-title {
  color: goldenrod;
  font-size: x-large;
}

.footer-contact a {
  color: goldenrod;
  text-decoration: none;
}

.footer-contact i {
  color: white;
  text-decoration: none;
}

.carousel-inner .carousel-item img {
  min-height: 600px !important;
  max-height: 820px;
  object-fit: cover;
  object-position: center;
}

.container-iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.blink {
  color: white;
  text-align: center;
  animation: animate 1.2s step-start infinite;
}

@keyframes animate {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }

  40% {
    opacity: 0;
  }

  60% {
    opacity: 0;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.gallery img {
  height: 220px;
}

.food-brands img{
  width: 4rem;
}