body {
    background-color: #fff;
    min-height: 100vh;
    font: normal 16px sans-serif;
}

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

.gallery-container p.page-description {
    text-align: center;
    margin: 0.3rem auto;
    font-size: 0.2rem;
    color: #85878c;
}

/* Styles for the gallery */

/*.tz-gallery {
    padding: 0.4rem;
}*/

.tz-gallery .thumbnail {
    padding: 0;
    margin-bottom: 0.3rem;
    border: none;
}

.tz-gallery img {
    border-radius: 0.02rem;
}

.tz-gallery .caption{
    padding: 0.26rem 0.3rem;
    text-align: center;
}

.tz-gallery .caption h3 {
    font-size: 0.2rem;
    font-weight: bold;
    margin-top: 0;
}

.tz-gallery .caption p {
    font-size: 0.2rem;
    color: #7b7d7d;
    margin: 0;
}

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