/* body {
    background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
    min-height: 100vh;
    font: normal 16px sans-serif;
} */

/* .gallery-container h1 {
    text-align: center;
    margin-top: 70px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
    color: #58595a;
} */

.gallery-container p.page-description {
    text-align: center;
    margin: 30px auto;
    font-size: 18px;
    color: #85878c;
}

.tz-gallery .thumbnail {
    padding: 0;
    margin-bottom: 30px;
    background-color: #fff;
    /* border-radius: 4px; */
    border: none;
    transition: 0.15s ease-in-out;
}

.tz-gallery .thumbnail:hover {
    transform: translateY(-1rem) scale(1.02);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

.tz-gallery .lightbox img {
    /* border-radius: 4px 4px 0 0; */
    object-fit: cover;
    max-height: 100%;
    padding: 1rem;
    max-width: 100%;
}

.tz-gallery .caption{
    padding-bottom:2rem;
    text-align: center;
}

.tz-gallery .caption h4 {
    font-size: 1.2rem;
    /*font-weight: bold;*/
    margin-top: 0;
}

.tz-gallery .caption p {
    font-size: 0.875rem;
	padding-bottom: 1rem;
    color: #7b7d7d;
    margin: 0;
}

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