body {
  font-family: "Urbanist", sans-serif;
  font-size: 1.3em;
  min-height: 50rem;
  padding-top: 5.3rem;
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
}

.warrior {
  font-family: "Anton";
}

.warrior-games h1, .warrior-games h2, .warrior-games h3, .warrior-games h4, .warrior-games h5 {
  color: #e78535;
}

footer a {
  color: #e78535;
}

.footer-map iframe {
 border: 0;
}

footer a:hover {
  color: #e78535;
}

a {
  color: #267fa7;
}

a:hover {
  color: #267fa7;
  text-decoration: underline;
}

.hero {
  background: url('/static/img/bootcamp.jpeg') top center no-repeat;
  background-size: cover;
  padding: 3;
  height: 60vh;
}

.hero .jumbotron {
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
}

.progress-lg{
  height: 1.5rem !important;
  font-size: 1rem;
}


.bg-brand-primary {
  background-color: #267fa7;
}

.bg-brand-secondary {
  background-color: #e78535;
}

.card {
  border: 1px solid #267fa7;
}

.card-header {
  background-color: #267fa7;
  color: #FFF !important;
}

.card-footer {
  background-color: #FFF;
  border:0;
}

.btn-primary {
  background-color: #267fa7;
  border-color: #267fa7;
}

.btn-primary:hover {
  background-color: #e78535;
  border-color: #e78535;
}

.btn:hover {
  transition: transform 0.3s;
  transform: scale(1.01)
}

.btn-secondary {
  background-color: #e78535;
  border-color: #e78535;
}

.btn-secondary:hover {
  background-color: #267fa7;
  border-color: #267fa7;
}

.carousel-item .image {
  position:relative;
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.carousel .floating {
  width: 500px;
  top: 67%;
  left: 50%;
  margin-left: -250px;
  position: absolute;
  background: rgba(255, 255, 255, 0.75); /* Adjust the last parameter (0.5) for the desired level of transparency */
  color: #000;
  text-align: center;
  z-index: 2;
  border-radius: 30px;
}

.carousel .floating img {
  height: 100px;
}

/* Custom width for medium-sized screens (md) and larger */
@media (max-width: 768px) {
  .carousel .floating {
    width: 100%;
    left: 0;
    margin-left: 0;
    border-radius: 0;
    top: 64%;
  }

  .carousel .floating img {
    height: 100px;
  }
}

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(52, 58, 64, 1) 0.1%, transparent 100%);
  z-index: 1;
}