body {
    background-color: #fff;
    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: #03a049;
    font-size: 20px;
    font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;

}

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

/* Styles for the gallery */

.tz-gallery {
    padding: 40px;
}

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

.tz-gallery img {
    border-radius: 2px;
}

.tz-gallery img:hover {
    box-shadow:7px 7px 5px #969696;
}


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

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

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

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