body {
    background-color: #000611;
    min-height: 100vh;
    font: normal 16px sans-serif;
    padding: 0 0 40px 0;
}

.ssheader {
    background-color: #0d1823;
    background-image: url("sundayBG.jpg");
    background-position: center;
    }

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

p.text-first {
    color: #ccc;
    text-align: left;  

}

p.text-center {
    color: #fff;
    text-align: center;  

}

.intro{
    background-color: #07192C;
}

.intro h2,
.gallery-container h2 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
    color: #F82A22;
}

.intro h3,
.gallery-container h3 {
    text-align: center;
    margin-top: 35px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
    color: #F82A22;
}

.intro h2,
.intro h3 {
    color: #FFB610;
    text-align: left;
}

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

.tz-gallery {
    padding: 40px;
}

/* 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: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    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(46, 132, 206, 0.7);
    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;
    }
}

.blackwhite {
   /*filter: grayscale(1) contrast(1.5) brightness(1);*/
   filter: grayscale(100%);
  /*mix-blend-mode: multiply;*/
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}



a {
color: #34D2F9;
text-decoration: none;

}


a:focus,
a:hover,
a:active {
  color: #F5FD6A;
  text-decoration: none;
}


