.gallery-links{
	padding:30px 30px;
	background-color: rgba(230, 85, 64, 0.3);
	text-align:center;
}
.gallery-links .visited-link{
	text-decoration:none;
	color:#f00;
}
.gallery-links a{
	color:#000;
}
.gallery-links a:hover{
	background-color: rgba(230, 85, 64, 0.3);
	padding:2px;
	color:#000;
}

.gallery-links i{
	color:#c9c9c9;
	text-align:center;
}

h1 {
    text-align: center;
    margin-top: 50px;
}

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

.tz-gallery {
    padding: 40px;
}

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

.tz-gallery .light-box img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .light-box:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .light-box:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(230, 85, 64, .7);
    content: '';
    transition: 0.4s;
}

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

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

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