body {
  font-family: "Red Hat Display", sans-serif !important;
}

.ctct-flyout-form {
  display: none !important;
  /* data-form-id 030c7466-3277-496d-9ed8-991aa41598e9 */
}

.bg-blue {
  background-color: #00005d !important;
}

.text-slate {
  color: #62748e !important;
}

.rounded-resp {
  border-radius: 3rem;
}

.shadow-resp {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.container-padding {
  padding: 10 rem;
}

.text-blue {
  color: #00005d !important;
}

.hero-image {
  background-image: url("Content/bg-1.jpg");
  background-color: rgba(0, 0, 93);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.attendee-image {
  background-image: url("Content/bg-2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.timer-image {
  background-image: url("Content/bg-3.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.timer-pane {
  background-color: rgb(255, 255, 255, 0.6);
  border-radius: 4rem;
}

.gradient {
  background-image: linear-gradient(rgba(0, 0, 93, 0.4), rgba(0, 0, 93, 0.8));
}

blockquote span:before {
  font-family: Georgia, "Times New Roman", Times, serif;
  content: open-quote;
}

blockquote span:after {
  font-family: Georgia, "Times New Roman", Times, serif;
  content: close-quote;
}

.circle {
  background-color: #00005d;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  margin-left: -20px;
}

.border-blue {
  border-color: #00005d !important;
}

.border-right {
  border-right: solid 3px #e6e6e6;
}

.carousel-item {
  color: white;
  margin-bottom: 1rem;
}

.carousel-item-1 {
  /* height: 255px; */
  height: 230px;
}

.carousel-item-2 {
  height: 200px;
}

.carousel-indicators {
  gap: 0.5rem;
  margin-right: 0 !important;
  margin-bottom: -1rem !important;
  margin-left: 0 !important;
}

.carousel-indicators > button {
  width: 0.7rem !important;
  height: 0.7rem !important;
  border-radius: 50% !important;
  background-color: #00005d !important;
}

.scale-125 {
  scale: 125%;
}

.scale-133 {
  scale: 133%;
}

.scale-150 {
  scale: 150%;
}

.scale-175 {
  scale: 175%;
}

.scale-200 {
  scale: 200%;
}

@media (max-width: 576px) {
  .hero-image {
    background-size: cover;
  }

  .carousel-item-1 {
    height: 230px;
  }

  .rounded-resp {
    border-radius: 0rem;
  }

  .shadow-resp {
    box-shadow: none;
  }
}

@media (min-width: 768px) {
  .hero-image {
    background-size: cover;
  }

  .carousel-item-1 {
    /* height: 180px; */
    height: 155px;
  }
}

@media (min-width: 992px) {
  .hero-image {
    background-size: cover;
  }

  .carousel-item-1 {
    /* height: 160px; */
    height: 135px;
  }
}

@media (min-width: 1200px) {
  .hero-image {
    background-size: cover;
  }

  .carousel-item-1 {
    /* height: 160px; */
    height: 135px;
  }
}

@media (min-width: 1400px) {
  .hero-image {
    background-size: cover;
  }

  .carousel-item-1 {
    /* height: 160px; */
    height: 135px;
  }
}
