body {
    background-color: #403a3e;
    min-height: 100vh;
    font: normal 16px sans-serif;
}

/* Menu */
.menu-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.5);
    line-height: 50px;
    z-index: 999;
    border-radius: 5px;
}

.menu-toggle:hover {
    background: #fff;
}

span{
    color: #403a3e;
}

/* Gallery */
.gallery-container h1 {
    text-align: center;
    margin-top: 70px;
    font-size: 18px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
    color: #ecb807;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 30px auto;
    margin-top: 15px;
    font-size: 30px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
    color: #fff;
}

.tz-gallery {
    padding: 40px;
}

.tz-gallery .thumbnail {
    padding: 0;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 4px;
    border: none;
    transition: 0.15s ease-in-out;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

.tz-gallery .thumbnail:hover {
    transform: translateY(-10px) scale(1.02);
}

.tz-gallery .lightbox img {
    border-radius: 4px;
}

.baguetteBox-button {
    background-color: transparent !important;
}