
.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;
}


.tz-gallery {
    padding: 20px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 50px;
	font-weight:bold;
    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:rgb(0,153,102,0.7);
   /*background-color: rgba(46, 132, 206, 0.7);*/
    content: '';
    transition: 0.4s;
}


.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

/* 
.tz-gallery .lightbox[data-title]:hover:after {
 content: attr(data-title);
  padding: 50px 10px 50px 10px;
  color: #333; 
}*/


.baguetteBox-button {
    background-color: transparent !important;
}


#baguetteBox-overlay .full-image figcaption{
/*display:block;
position:absolute;
bottom:0;width:100%;
text-align:center;
line-height:1.8;
white-space:normal;
color:#ccc;
background-color:#000;
background-color:rgba(0,0,0,.6);
font-family:sans-serif;*/
padding: 20px 10px 20px 10px;}


@media(max-width: 768px) {
    body {
        padding: 0;
    }
}


 
 
 
 
 
 