@charset "utf-8";
@charset "utf-8";
body {
    background-color: #ffffff;
    min-height: 100vh;
    font: normal 16px sans-serif;
}

.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: 'Droid Sans', sans-serif;
    font-weight: bold;
}

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

.tz-gallery {
    padding: 0px;
}

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

.tz-gallery .lightbox img {
	width: 100%;
    padding: 0px;
    position: relative;
    /*border: 7px solid #000000;*/
    border-radius: 11px;
    /* box-shadow: 2px 1px 3px #0000004d; */
    /* background-color: white; */
}

.tz-gallery h1 {
    font-family: 'Lato', sans-serif;
    font-size: 35px;
    color: black;
    font-weight: 600;
}
.tz-gallery .lightbox:before {
    position: absolute;
        top: 41%;
    left: 44%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 54px;
    font-family: 'Glyphicons Halflings';
    content:;
    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(0, 30, 87, 0.47);
    content: '';
    transition: 0.4s;
}

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

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

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