
.photoGallery {
    padding: 30px 0px;
}
.photoGallery h2 {
    font-size: 40px;
    color: #056639;
    text-align:left;
    font-weight: bold;
}
.photoGallery p {
    font-size: 18px;
    color: #036739;
    text-align:left;
}
.gallery-columns {
    padding: 15px 0px;
    margin-top: 30px;
}
.gallery-columns .thumbnail {
    max-height: 235px;
    overflow: hidden;
    display: block;
    border-radius: 50px 0px 50px 0px;
    box-shadow: 0px 0px 6px 0px #777777;
    border: 1px solid #fff;
}
.gallery-columns a img {
    transition: 1s;
    cursor: zoom-in;
}
.gallery-columns .thumbnail:hover img {
    transform: scale(1.07);
}
#baguetteBox-overlay .full-image img {
    border: 3px solid #fff;
    border-radius: 10px;
}

