body {

}

 @font-face {
    font-family: 'Frutiger';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Frutiger.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Frutiger Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Frutiger_bold.woff') format('woff');
    }

.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    padding: 30px 50px;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Frutiger', sans-serif;
    font-weight: bold;
}

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

.tz-gallery {
    padding: 150px 13px 60px 13px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
    z-index: 0 !important;

}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 40%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 108px;
    font-family: 'Material Symbols Outlined';
    font-weight: 100;
    content: '\e147';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.3);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.tz-gallery .captionx {
    text-align: center !important;
    margin-top: 150px !important;
        z-index: 1 !important;
}

.tz-gallery .captionx h3 {
    font-size: 14px !important;
    font-weight: bold !important;
    margin-top: 0 !important;
        z-index: 1 !important;
}
.tz-gallery .captionx h2 {
    font-size: 14px !important;
    font-weight: bold !important;
    margin-top: 0 !important;
        z-index: 1 !important;
}

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

@media(max-width: 768px) {
    body {
        padding: 0;
    }
}