/*Project Gallery-------------------------------------------------------------*/
.galleryPic{
    height:100%;
    background-color: rgba(253, 0, 0, 0.233);
    background-size: cover;
    background-position: center;
    /* background-blend-mode: multiply; */
    display: grid;
  }
.pic-1{
    background-image: url(../Images/scroll_pic_2.jpeg);
}
.pic-2{
    background-image: url(../Images/scroll_pic_1.jpeg);
}
.pic-3{
    background-image: url(../Images/scroll_pic_3.jpeg);
}
.project-gallery{
    width: 100%;
    height: 600px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  #gallerySlide {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .carousel-inner{
    height: 100%;
  }
  .carousel-inner .a{
  cursor: pointer;
  }
  .gallery-text1, .gallery-text2{
    background-color: rgba(0, 0, 0, var(--imageTextBoxTint));
    padding: 15px;
    margin: auto ;
    position: relative;
  }
  .gallery-text1 h2, .gallery-text2 h3{
    color: white;
    margin: 0;
  }
  .carousel-item{
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  @media screen and (max-width: 550px) {
    .project-gallery{
      height: 300px;
    }
    .gallery-text1{
      padding: 0;
      font-size: 2rem ;
    }
    .gallery-text2{
      padding: 0;
      font-size: 1.5rem ;
    }
  }
  
  
  