body {
    background: #171717;
    color: #dcdcdc;
}

body a {
    color: #dcdcdc;
}



.gallery {
    max-width: 600px;
    margin: 0 auto 80px auto;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

.gallery h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18.5px;
    line-height: 1.3;
    font-weight: 500;
}

.gallery .header-caption {
    font-style: italic;
    margin-bottom: 30px;
}

.gallery .thumbnail {
    max-width: 600px;
    margin: 0 auto;
}

.gallery .thumbnail img {
    width: 100%;
}

.hide {
    display: none;
}
