.carousel-caption {
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  display: block !important;
  width: 55%;
  max-width: 850px;
  text-align: center;
  padding-top: 0;
}

.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;
}

.conf-name,
.conf-date-location {
  animation: flickerAnimation 1.5s infinite;
}

.conf-name {
  font-size: min(50px, calc(2vw + 12px));
}

.conf-date-location {
  font-size: min(30px, calc(1vw + 12px));
}

@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: #000000;
}

.navbar-custom-color .navbar-brand,
.navbar-custom-color a {
  color: #ffffff !important;
}

.navbar-custom-color .dropdown-menu a {
  color: #000000 !important;
}

.nav-item .dropdown-menu {
  transform: translateX(5%);
}

.footer {
  background-color: #000000;
  color: #ffffff;
}

@media (max-width: 768px) {
  .footer {
    padding: 5px 0;
    font-size: 0.55rem;
  }
}

.sponsor-logo-1 {
  width: 225px;
  height: auto;
}

.sponsor-logo-2 {
  width: 150px;
  height: auto;
}

@media (max-width: 768px) {
  .sponsor-logo-1 {
    width: 150px;
  }

  .sponsor-logo-2 {
    width: 100px;
  }
}

.footer a {
  color: #ffffff;
}

#footer p {
  margin-bottom: 0;
}

#countdownTimer {
  font-family: 'Digital-7 Mono', sans-serif;
  color: #000000;
  font-size: 3rem;
  background: rgb(255, 255, 255);
}

#eventStartsText,
#countdownTimer {
  font-size: 1.5rem;
}

@media (max-width: 768px) {

  #eventStartsText,
  #countdownTimer {
    font-size: 0.875rem;
  }
}

@media (max-width: 1200px) and (min-width: 1000px) {
  .custom-text-limit {
    font-size: 0.87em;
  }
}