.nav-tabs {
	margin-top: 60px;
}
.photo-gallery {
  color: #313437;
  background-color: #fff;
  margin-top: 30px;
  position: relative;
  z-index: 5;
}

.photo-gallery p {
  color: #7d8285;
}

.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 .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom: 0;
}

.photo-gallery .photos {
  padding-bottom: 20px;
  justify-content: center;
}

.photo-gallery .item {
  margin: 5px;
  background-color: #eee;
  padding: 15px;
}
@media (max-width:767px) {
	.photo-gallery .item {
  		margin: 2px;
  		background-color: unset;
  		padding: 2px;
}
}
.photo-gallery .item a {
  line-height: 200px;
}
.photo-gallery .item .img-fluid {
  max-height: 200px;
  margin: auto;
  vertical-align: middle;
  display: table-caption;
}