.footer {
  background-color: #fcdc30;
  /* Background color */
  color: #000;
  /* Reduced padding */
  /* background-image: url("header.JPG"); */
  /* Background image */
  background-size: cover;
  /* Cover the entire footer */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-position: center;
  /* Center the image */
  background-blend-mode: overlay;
  /* Blend the image with the background color */
}

.footer a {
  color: #000;
  /* Link color set to black */
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer .social-icons a {
  color: #000;
  /* Social icon color set to black */
  font-size: 0.875rem;
  /* Smaller font size */
  margin-right: 0.125rem;
  /* Reduced margin */
}

.footer .social-icons a:hover {
  color: #fff;
  /* Hover color */
}

.footer-logo {
  max-width: 30px;
  height: auto;
  margin-bottom: 0.25rem;
}

.map-embed {
  border: 0;
  width: 100%;
  height: 150px;
}

.icon-color {
  color: #000;
  /* Icon color set to black */
}

@media (min-width: 768px) {
  .footer-logo {
    max-width: 30px;
  }
}

.text-center p {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
}

.text-center ul {
  padding-left: 0;
}

.text-center ul li {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
}

.text-center .social-icons {
  margin-top: 0.25rem;
}

.footer h5 {
  font-size: 1rem;
  color: #000;
  /* Heading color set to black */
}

/* Style for the sticky bottom section */
.text-center-bottom {
  background-color: #d4a700;
  /* Background color */
  color: #000;
  /* Text color set to black */
  padding: 0.5rem;
  /* Padding around text */
  margin: 0;
  /* Remove margin */
  /* Fixed position */
  bottom: 0;
  /* Stick to the bottom */
  width: 100%;
  /* Full width */
  z-index: 1000;
  /* Ensure it is in front */
}
