.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* Black with 50% opacity */
    /* Adjust the opacity (0.0 to 1.0) and color as needed */
  }
  

  .bungee-shade-regular {
    font-family: "Bungee Shade", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  

.pour-txt{ 
    color: var(--troyco-red);
  
}

.excellence-text{
    color: var(--troyco-red);
}

.text-img-pair{
  max-width: 85px !important;
  margin-top:10px;
}


  @media (min-width:769px) {
    .slide-text{
        position: fixed;
        color:white;
    }
  }

  @media (max-width:769px) {
    .pour-txt{
      margin-top:-250px;
    }

    .excellence-text{
       margin-top:30px;
    }

    .excellence-sub-txt{
      font-size: 1.5em !important;
    }
  }


