body {
    background-color: #fff;
    min-height: 100vh;
    font: normal 16px sans-serif;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 70px;
    font-family: microsoft yahei，'Droid Sans', sans-serif;
   color: #00528c;
    font-weight: 600;
}

.gallery-container p.page-description {
        font-size: 20px;
    color: #ccc;
    font-family: 'Arial';
    line-height: 44px;
    padding: 0;
    text-transform: uppercase;
}

/* Styles for the gallery */

.tz-gallery {
    padding: 40px 0px;   box-sizing: border-box;
}

.tz-gallery .thumbnail {
    padding: 0;
    border: none;
}

.tz-gallery img {
    border-radius: 2px;
}

.tz-gallery .caption{
    padding: 26px 30px;
    text-align: center;
}

.tz-gallery .caption h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
}

.tz-gallery .caption p {
    font-size: 12px;
    color: #7b7d7d;
    margin: 0;
}

.baguetteBox-button {
    background-color: transparent !important;
}