.navbar-custom {
  transition: background-color 0.3s, color 0.3s;
}

.navbar-light {
  background-color: white !important;
  color: black !important;
}

.navbar-dark {
  background-color: black !important;
  color: white !important;
}

.navbar-light .nav-link {
  color: black !important;
}

.navbar-dark .nav-link {
  color: white !important;
}

.navbar-light .nav-link svg {
  fill: black !important;
}

.navbar-dark .nav-link svg {
  fill: white !important;
}

#author {
  text-decoration: none;
}

#contact {
  text-decoration: none;
}

.logo {
  width: 185px;
}

.footer_desktop {
  background-color: white;
  padding: 20px 0;
  text-align: center;
  font-family: Arial, sans-serif;
  color: text;
  width: 100%;
  bottom: 0;
}


/* Hide collapse button on smaller screens */
@media (max-width: 991px) {
  .navbar-toggler {
    display: none;
  }

  .navbar-collapse {
    display: none !important;
  }

  .footer_desktop {
    display: none !important;
  }

  .footer_desktop span {
    display: none !important;
  }
}

/* Footer for mobile screens */
@media (max-width: 767px) {
  .mobile-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
    border-top: 1px solid #ccc;
    z-index: 3;
  }

  .mobile-footer a {
    color: #fff;
    text-decoration: none;
    text-align: center;
  }

  .mobile-footer a:hover {
    color: #ccc;
  }
}

/* Start of Buy me coffee */

/* Default: hide the element */
#bmc-wbtn {
  display: none;
}

/* Show only on mobile devices (max-width: 767px) */
@media (max-width: 767px) {
  #bmc-wbtn {
    display: block;
    position: fixed;
    /* or any positioning you need */
    top: 1.8% !important;
    right: 5% !important;
  }
}

.bmc-btn-container {
  transform: scale(0.75) !important;
  /* Scale down the button to 75% of its original size */
}

.bmc-btn {
  background-color: none !important;
  background-image: radial-gradient(circle at center center, #ff385c 0, #e61e4d 27.5%, #e31c5f 40%, #d70466 57.5%, #bd1e59 75%, #bd1e59 100%);
}

/* End of Buy me coffee */

.lead {
  font-size: 0.95rem !important;
}



.footer-logo {
  max-width: 100px;         /* Adjust the logo size */
}

.banner-section h5 {
  font-weight: bold;        /* Bold headers */
  margin-bottom: 10px;      /* Spacing under headers */
  color: #EB5B5D;
}

.banner-section p {
  font-size: 1.0rem;        /* Adjust font size */
  margin-bottom: 10px;      /* Spacing under paragraphs */
  font-family: 'Merriweather', serif;
}
