

/* .container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    border-radius: 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
} */

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

/* .gallery-container p.page-description {
    text-align: center;
    max-width: 800px;
    margin: 25px auto;
    color: #888;
    font-size: 18px;
} */
.card{
    text-decoration: none;
    border-color: black;
    color: black;
    background-color: black;
}
.tz-gallery {
    /* padding: 40px; */
}

.tz-gallery .lightbox img {
    width: 100%;
    transition: 0.2s ease-in-out;
    filter: blur(0);
}


.tz-gallery .lightbox img:hover {
    filter: blur(3px);
    cursor: default;
}

.tz-gallery img {
    background-color: black;
}

.baguetteBox-button {
    background-color: transparent !important;
    cursor: default;
    text-decoration: none;
}
.baguetteBox-button:hover{
    color: whitesmoke;
}


@media(max-width: 700px) {
    

    .container.gallery-container {
        border-radius: 0;
        
    }
    .tz-gallery img {
        border-radius: 0px;
    }
    .lightbox {
        width: 100%;

        transition: 0.2s ease-in-out;
        filter: blur(0);
        background-color: black;
    }

}