.carousel-caption {
  top: 85px;
  left: 30%;
  transform: translateX(-50%);
  position: absolute;
  display: block !important;
  width: 55%;
  max-width: 1000px;
  text-align: left;
  padding-top: 0;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.75));
}

/* .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.75);
} */

.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(40px, 4vw, 50px);
}

.conf-date-location {
  font-size: clamp(18px, 2.5vw, 24px);
}

@media (max-width: 768px) {
  .carousel-caption {
    top: 55px;
  }

  .conf-name {
    font-size: clamp(8px, 2.5vw, 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: transparent !important;
}


@media (max-width: 992px) {
  .navbar-custom-color {
    background: linear-gradient(to right, #4a5455, #383f40, #2d3334) !important;
  }
}


.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: linear-gradient(to right, #252a2b, #171c1d, #0c1112);
}

.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-salmon-text {
  color: #d79c52;
}

.committee-cards .card {
  border: 0;
  border-radius: 0;
  color: #000000;
  box-shadow: 5px 5px 10px #e1e1e1;
  padding: 1em 0;
  border-bottom-right-radius: 4em;
  border-top-left-radius: 4em;
  background: linear-gradient(to left, #ffffff 50%, #5291AC 50%);
  background-size: 200%;
  background-position: right;
  transition: all 0.5s ease-out;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.committee-cards .card-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  transition: color 0.5s ease-out;
}

.committee-cards .card-text {
  flex-grow: 1;
}

.committee-cards .card-icon {
  text-align: left;
  padding: 1rem 0;
  margin: 0 1em;
  transition: color 0.5s ease-out;
}

.committee-cards .card:hover {
  background-position: left;
  color: #ffffff;
}

.committee-cards .card:hover .card-body,
.committee-cards .card:hover .card-title,
.committee-cards .card:hover .card-text,
.committee-cards .card:hover .card-text small {
  color: #ffffff !important;
}