

.gallery-container{
    padding-top: 146px;
}
.gallery-container h2 {
    text-align: center;
    font-weight: bold;
    color: #694217;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 16px auto;
    font-size: 18px;
    color: #694217;
}

.tz-gallery {
    padding: 20px;
}

.tz-gallery .thumbnail {
    
    padding: 0;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 20px;
    border: 3px;
    border-style:groove;
    border-color: #09053d;
    transition: 0.15s ease-in-out;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
    background-color: #240436;
    background: #240436;
    width: 100px;
    height: 100px;
}

.tz-gallery .thumbnail:hover {
    transform: translateY(-10px) scale(1.02);
}

.tz-gallery .lightbox img {
    border-radius: 4px 4px 0 0;
}

.tz-gallery .caption{
    padding: 26px 30px;
    text-align: center;
    
}

.tz-gallery .caption h3 {
    font-size: 12px;
    font-weight: bold;
    margin-top: 0;
    color: #e1e1eb;
    
}

.tz-gallery .caption p {
    font-size: 12px;
    color: #694217;
    margin: 0;
}

.baguetteBox-button {
    background-color: transparent !important;
}