body {
    font-family: 'Simsun', 'Arial', sans-serif;
    line-height: 1.5;
    color: #ddd;
    font-size: 12px;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 70px;
    font-family: 'Simsun', sans-serif;
    font-weight: bold;
    color: #4A535A;
}

.gallery-container p.page-description {
    font-family: 'Arial';    
    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;
}

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

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

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

.tz-gallery .caption p {
    font-family: 'Simsun';    
    font-size: 12px;
    color: #7b7d7d;
    margin: 0;
}

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