

.gallery-container h1 {
   
    margin-top: 70px;
    
    color: #195CA5;
}

.gallery-container p.page-description {
    text-align: center;

    color: #195CA5;
}

/* Styles for the gallery */

.tz-gallery {
    padding: 40px;

}

.tz-gallery .thumbnail {
    padding: 0;
    margin-bottom: 30px;
    border: none;

}

.tz-gallery img {
    border-radius: 12px;
    box-shadow: 2px 2px 5px #999;
}

.tz-gallery .caption{
    padding: 26px 30px;
    text-align: center;

}

.tz-gallery .caption h3 {
    font-size: 15px;
    font-weight: bold;
    margin-top: 0;
    color: #2C4A85;
}

.tz-gallery .caption p {
    font-size: 12px;
    margin: 0;
    color: #195CA5;
}

.baguetteBox-button {
    background-color: transparent !important;
    
}