body,
.bg-light {
  background-color: #ffffffd5 !important;
}

.carousel-caption {
  position: absolute;
  /* right: 15%; */
  top: 1.25rem;
  left: 4%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #ffffffd5;
  text-align: left;
}

.carousel-caption h1 {
  font-size: 5rem;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.carousel-caption h2 {
  font-size: 2.5rem;
  font-weight: 500;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.btn-custom {
  color: white;
  border: none;
  padding: 10px 50px;
  font-size: 1.5rem;
  border-radius: 5px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

a {
  color: #121313;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
