/* #playButtons{
min-height: 150px;

} */

/* .navbar {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
} */

h5{
  font-size: 4em;
  font-weight: bolder;
  /* color: orange; */
}

.cta {
  z-index: 99;
}

/* .carousel-inner {
  width: 100vw;
  height: 100vh;
} */

/* .carousel-inner .carousel-item {
  width: 100%;
  height: 100%;
} */

 .carousel-inner .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

 .carousel-item::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: ;
    mix-blend-mode: multiply;
    } 

    .carousel-item:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.2);
    }

    .carousel-caption {
      position: absolute;
      right: 15%;
      bottom: 1.25rem;
      left: 15%;
      padding-top: 1.25rem;
      padding-bottom: 1.25rem;
      color: #fff;
      text-align: center;
      z-index: 2;
   }

   .carousel-caption h5 {
    font-size: 1.2rem;
  }

  .carousel-item button {
    cursor: pointer;
    outline: 0;
    color: #fff;
    background-color: #8b1824;
    border-color: #8b1824;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
   /*  :hover {
        color: #fff;
        background-color: #002d62;
        border-color: #002d62;
    } */
  }

  .carousel-item button a {
    color:#fff;
    text-decoration: none;
  }

  .carousel-item button:hover {
    background-color: #002d62;
}


