#main-content {
  margin-bottom: 4rem;
}
.carousel-caption {
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  display: block !important;
  width: 55%; 
  max-width: 850px;
  text-align: center;
  padding-top: 0;
}


.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: 640; 
  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; }

.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: 10px;
  }
  .conf-name {
    font-size: clamp(8px, 2vw, 12px);
  }
  .conf-date-location {
    font-size: clamp(6px, 1.5vw, 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: #6D6E71;
}
.navbar-custom-color .navbar-brand, 
.navbar-custom-color a {
  color: #ffffff !important;
}
.navbar-custom-color .dropdown-menu a.dropdown-item.active, .navbar-custom-color .dropdown-menu a.dropdown-item:active {
  background-color: #ffffff !important; 
  color: #000000 !important;
}
.nav-item .dropdown-menu { 
  transform: translateX(5%);
}
.navbar-custom-color .dropdown-menu a {
  color: #000000 !important;
}
.footer {
  color: #6D6E71;
  font-size: .9em;
}
.footer a {
  color: #6D6E71;
  font-size: .9em; /
}
#footer p {
  margin-bottom: 0;
  font-size: .9em;
}
@media (max-width: 768px) { 
  body, .container {
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 2px 0;
    font-size: 0.5rem;
  }
}
.responsive-br {
  display: none;
}
@media (max-width: 768px) {
  .responsive-br {
      display: inline; 
  }
}
