
.carousel-image {
    display: block;
    height: 55vh;
    /* set min-width,
       allow images to determine cell width */
    min-width: 150px;
    max-width: 100%;
    margin-right: 10px;
    /* vertically center */

  }
  
  .carousel.is-fullscreen .carousel-image {
    height: auto;
    max-height: 100%;
  }


  @media screen and (max-width: 768px) {
    .carousel-image {
      height: 275px;
    }
  }

  @media screen and (max-width:568px) {
    .carousel-image {
      height: 185px;
    }
  }


  .h-top-bar {
      height: 75px;
      background-color: #b1dad9;
  }
  
.project-content-holder {
    width: 80%;
    margin: -55px auto 0 auto;
    padding-bottom: 40px;
}
  h1.project-name {
    color: #6D1510;
    
    font-size: 120px;
    line-height: 90px;
    padding-bottom: 20px;
}
h3.project-location {
    letter-spacing: 2px;
    padding-bottom: 20px;
}

.project-content {
    font-size: 19px;
    padding-bottom: 20px;
}

  @media screen and (min-width: 0px) and (max-width:499px) {

    .project-content-holder {
        width: 92%;
        margin-top: -40px;
    }

    h1.project-name {

        font-size: 70px;
        line-height: 60px;
      }

}




  @media screen and (min-width: 500px) and (max-width:768px) {

    .project-content-holder {
        width: 90%;
        margin-top: -45px;
    }

    h1.project-name {

        font-size: 80px;
        line-height: 60px;
      }


  }

  a.et_pb_button_0
  {
    color: #6d1510!important;
    border-width: 0px!important;
    font-family: 'HeyDay Headline',Helvetica,Arial,Lucida,sans-serif!important;
  }