.header-content {
  text-align: center;
  background-image: url("../images/gallery_bg.jpg");
  background-position: center center;
  background-size: cover; }
  .header-content h1 {
    color: #fff;
    margin-top: 70px;
    font-size: 40px; }
  .header-content h4 {
    font-size: 20px;
    padding: 0 10%;
    color: #fff;
    line-height: 30px;
    margin-bottom: 70px; }

.gallery {
  background-color: #fafafa;
  color: #333;
  padding: 20px 0 20px; }
  .gallery h2 {
    text-align: center; }
  .gallery .gallery-list {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px; }
    .gallery .gallery-list .item-gallery {
      display: inline-block;
      width: 400px;
      height: auto;
      cursor: pointer;
      padding: 5px 3px; }
      .gallery .gallery-list .item-gallery img {
        width: 100%;
        height: auto; }
