.photo-gallery {
  color:#313437;
  background-color:#fff;
}

.photo-gallery p {
  color:#fff;
}

.photo-gallery h2 {
  font-weight:bold;
  padding-top:40px;
  color:inherit;
  color:#fff !important;
}

.caption {
	background-color:#fff;
	padding:3px;
	font-size:10px;
	min-height:100px;
}

@media (max-width:767px) {
  .photo-gallery h2 {
    padding-top:25px;
    font-size:24px;
  }
}

.photo-gallery .intro {
  font-size:16px;
  margin:0 auto 40px;
}

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

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

.photo-gallery .item {
  padding-bottom:30px;
}

body, .photo-gallery {
  background-color: #003063;
}

.photo-gallery h2 {
  color:#fff !important;
  font-size: 30px;
}

