.carousel-caption {
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  display: block !important;
  width: 55%;
  max-width: 850px;
  text-align: center;
  padding-top: 0;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.99));
}

/* .caption-box {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(1px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px; 
  padding: 5px;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.75); 
} */

.conf-name {
  font-weight: 625;
  color: #FFFFFF;
}

.conf-date-location {
  font-weight: 500;
  color: #FFFFFF;
}

.conf-name,
.conf-date-location {
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}

.conf-date-location {
  font-style: italic;
}


/* @keyframes flickerAnimation {
  65%   { opacity: 1; }
  80%  { opacity: 0.7; }
  100% { opacity: 1; }
} */
.conf-name,
.conf-date-location {
  animation: flickerAnimation 1.5s infinite;
}

.conf-name {
  font-size: clamp(23px, 2.5vw, 30px);
}

.conf-date-location {
  font-size: clamp(18px, 2.5vw, 24px);
}

@media (max-width: 768px) {
  .carousel-caption {
    top: 30px;
  }

  .conf-name {
    font-size: clamp(8px, 3vw, 12px);
  }

  .conf-date-location {
    font-size: clamp(6px, 2vw, 9px);
  }
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  padding: 5px;
}

.carousel-control-prev {
  left: 8.75%;
}

.carousel-control-next {
  right: 8.75%;
}

@media (max-width: 768px) {

  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }
}

.sidebar-widget:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.navbar-custom-color {
  background-color: #1C3C61;
}

.navbar-custom-color .navbar-brand,
.navbar-custom-color a {
  color: #ffffff !important;
}

.navbar-custom-color .dropdown-menu a {
  color: #000000 !important;
}

html,
body {
  height: 100%;
}

.wrapper {
  flex: 1 0 auto;
}

.footer {
  flex-shrink: 0;
}

#footer {
  background-color: #1C3C61;
}

.footer a {
  color: white;
}

#footer p {
  margin-bottom: 0;
}

.footer {
  padding: 5px 0;
  font-size: 0.80rem;
}

@media (max-width: 795px) {
  .footer {
    padding: 0px 0;
    font-size: 0.5rem;
  }
}

.fs-custom {
  font-size: 1.75rem;
}

@media (max-width: 795px) {
  .fs-custom {
    font-size: 1rem;
  }
}

.ig-blue-text {
  color: #5291AC;
}