.carousel-caption {
  top: 50px;
  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.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: 400;
  color: #FFFFFF;
}

.conf-date-location {
  font-weight: 400;
  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(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: #000000;
  /* border-bottom: .1px solid #00000050; */
}

.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: #000000;
}

.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;
}

.ig-index-font-h1 {
  color: #1C3C61;
  font-family: 'Placard Next', sans-serif;
  font-size: 45px;
  font-weight: 400;
  font-style: normal;
}

.ig-index-font-h2 {
  color: #1C3C61;
  font-family: 'Placard Next', sans-serif;
  font-size: 35px;
  font-weight: 400;
  font-style: normal;
}

p,
li,
ul,
ol,
tr,
td,
th,
thead,
tbody,
table,
span,
div,
nav,
button,
input,
select,
textarea {
  font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

b,
strong {
  font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}

em {
  font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}


.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;
}

.destination-section {
  background-color: #1C3C61 !important;
  color: #ffffff;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  padding: 3rem 0;
  clear: both;
}

.destination-section .ig-index-font-h2,
.destination-section p,
.destination-section .p-helvetica {
  color: #ffffff !important;
}

.destination-video-wrapper {
  background-color: #0f2742;
  border: 1px solid #0f2742;
  border-radius: 0;
  overflow: hidden;
}

.destination-video {
  border: 0;
  border-radius: 0;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .destination-section {
    padding: 2.5rem 0;
  }
}