body {
  font-family: 'Montserrat', sans-serif;
  /* font-family: 'Playfair Display', serif; */
}

.carousel-inner {
    padding: 1em;
  }

  .one{
    height: 50vh;
    width: 50vh;
  }
  .two{
    height: 50vh;
    width: 66vh;
  }
  
  .three{
    height: 50vh;
    width: 88vh;
  }
  .four{
    height: 50vh;
    width: 88.88vh;
  }
  .five {
    height: 50vh;
    width: 50vh;
  }
  .six{
    height: 50vh;
    width: 73.26vh;
  }
  /* .display{
    display: ;
  } */
  .noDisplay {
    display: none;
  }
  .card {
    margin: 0 0.5em;
    /* box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18); */
    border: none;
  }
  .carousel-control-prev,
  .carousel-control-next {
    background-color: #e1e1e1;
    width: 6vh;
    height: 6vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
  }

  #exampleFormControlInput1 , #exampleFormControlInput2 {
    background-color: transparent;
    border: transparent;
    border-radius: 0;
    border-bottom: 1px solid rgb(149, 148, 148);
    color:whitesmoke;
  }
 
  #exampleFormControlTextarea1{
    background-color: transparent;
    border: transparent;
    border-radius: 0;
    border-bottom: 1px solid rgb(149, 148, 148);
    color: whitesmoke;
  }

  #contactLeft {
    background: url(/icons/watercolor\ stain2.png); 
    background-size: contain; 
    background-position: start center; 
     background-repeat:no-repeat; 
  }
  @media (min-width: 768px) {
    .carousel-item {
      margin-right: 0;
      /* flex: 0 0 33.333333%; */
      display: block;
    }
    .carousel-inner {
      display: flex;
      
    }
  }
  .card .img-wrapper {
      width: auto;
      height: 40 vh;
      display: flex;
      justify-content: center;
      align-items: center;
  }


 
  @media screen and (max-width: 767px) {
    .card .img-wrapper .carousel-inner {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 17em;
    }
  
  .one .two .three .four .five .six{
    height: 17em;
    width: 90vw;
  }

  .nodisplay {
    display: none;
  }
  #contactLeft {
    background: none;
  }
  }

  .third-of-width {
    width: 35%;
   }
   
   
   @media (max-width: 768px) {
  
    .third-of-width{
      width: 100%
    }
    .nodisplay {
      display: none;
    }}
/* overlay*/
.image-item {
  position: relative;
  cursor: pointer;
}
.image-wrap {
  position: relative;
  cursor: pointer;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(57, 57, 57, 0.502);
  top: 0;
  left: 0;
  transform: scale(0);
  transition: all 0.2s 0.1s ease-in-out;
  color: #fff;
  /* center overlay content */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* hover */
.image-wrap:hover .overlay {
  transform: scale(1);
}
.image-item:hover .overlay {
  transform: scale(1);
}

.photoIcon {
  width: 100%;
  height: 150px;
  object-fit: cover;
}