.strong-shadow {
  box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.35) !important;
}

.max-w-500 {
  max-width: 500px;
}

.bc-grey {
  background-color: #e3e3e3;
}

.btn-primary {
  background-color: #e6a123;
  border-color: #e6a123;
}

a:hover {
  color: #e6a123;
  text-decoration: none;
}

.back-to-top:hover {
  background-color: #e6a123;
  text-decoration: none;
}

.btn-primary:hover {
  background-color: #d48a00;
  border-color: #d48a00;
}

.main-logo {
  max-width: 300px;
}

.icon {
  height: 1.5em;
  margin-right: 0.5em;
  margin-bottom: 0.2em;
}

.pointer {
  cursor: pointer;
}

.link-light {
  color: #84f032 !important;
}

.preserve-line-breaks {
  white-space: pre-wrap; /* or 'pre-line' */
}

@media screen and (max-width: 768px) {
  #video-pwa-tutorial {
    padding-top: 100px;
  }
}

#hero .carousel-container {
  left: 25px;
  right: 25px;
}

@media (max-width: 992px) {
  #hero .carousel-container {
    top: 88px;
  }

  .carousel-title {
    font-size: 1rem;
  }

  .carousel-text {
    max-height: 120px;
    overflow-y: auto;
  }
}

@media (max-height: 700px) {
  .carousel-content {
    height: 100%;
  }
}

@media (min-width: 1024px) {
  #hero .carousel-content {
    max-width: 800px;
  }
}

#hero .btn-get-started {
  margin: 0;
}

.btn-get-started {
  background-color: #84ad07;
  border-color: #84ad07;
  color: white;
}

.image-caption {
  display: block;
  position: relative;
  top: 250px;
  left: -28px;
  width: fit-content;
  background-color: #e89820;
  color: white;
  font-size: 1rem;
  border: 1px solid white;
  border-radius: 0px 50px 50px 0px;
}

.carousel-inner img {
  max-height: 400px;
  max-width: 100%;
  object-fit: contain;
  display: block;
  margin: auto;
}

.text-primary {
  color: #84ad07 !important;
}

.text-orange {
  color: #e6a123 !important;
}

.text-blue {
  color: #007bff !important;
}

.sponsor-description-small {
  font-size: 0.9rem;
  line-height: 1.2;
}

.bg-primary {
  background-color: rgb(93 145 222) !important;
}
