body {
    background-color:#000;
}
.row {
    width: 100%;    
    overflow: auto;
}
.photo-gallery {
  color:#313437;
  background-color:#000;
}
.photo-gallery p {
    color: #FFFFFF;
    font-weight: 600;
    font-style: italic;
    font-size: 20px;
}
.photo-gallery h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}
@media (max-width:767px) {
  .photo-gallery h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
  .photo-gallery p {
    font-size: 12px;
  }
}
.photo-gallery .intro {
  font-size:16px;  
  margin:10px 40px;
}
.photo-gallery .intro .img-thumbnail
{
    width:200px;
    height:auto;
    padding: 0px !important;
    border: none;	
}
.photo-gallery .intro p {
    margin-bottom: 0;
}
.photo-gallery .photos {
  padding-bottom:20px;
  padding-top: 20px;
}
.photo-gallery .item {
  padding-bottom:30px;
}
.photo-gallery .item .inner-box{
    border: 1px solid #dee2e6;
    padding: 10px;
    border-radius: 5px;
    flex: 1;
    color: white;
    text-align: justify;
    height: 100%;
}
.photo-gallery .photos .img-fluid {
    max-width: 100%;
    height: auto;    
}
.photo-gallery .cat-btn {
    text-align: center;
    background: #000;
    color: #FFF;
    font-weight: 600;
    padding: 15px 15px;
    border: 1px solid #fff;
    font-style: italic;
    width:100%;
    margin-bottom:10px;
}
.photo-gallery .cat-btn a, .photo-gallery .cat-btn a:hover, .photo-gallery .cat-btn a:active, .photo-gallery .cat-btn a:visited {
    color: #FFF;
    text-decoration:none;
    font-size:20px;
}
.photo-gallery .cat-btn.active { 
    background:#FFF;
}
.photo-gallery .cat-btn.active a { 
    color:#000;
}
@media (max-width: 576px) {
    .col-xs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .photo-gallery .cat-btn a, .photo-gallery .cat-btn a:hover, .photo-gallery .cat-btn a:active, .photo-gallery .cat-btn a:visited {
        font-size:15px;
    }
    .photo-gallery .cat-btn {
        padding:10px 15px;
    }
}
.social-icon {
    margin-bottom:15px;
}
.social-icon img {
    width: 20px;
    height: 20px;
}
.social-icon a {
    color:#FFF;
    font-weight:600;
    text-decoration:none;
}
.social-icon a, social-icon a:hover, social-icon a:active, social-icon a:visited {
    color: #FFF;
    font-weight: 600;
    text-decoration: none;
}