.page-title {
      background: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.7)),
                  url('images/bg-gallery.jpg') center/cover no-repeat;
      text-align: center;
      color: #fff;
      padding: 120px 20px 80px;
    }

    .page-title h1 {
      font-family: 'Playfair Display', serif;
      font-size: 3rem;
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-bottom: 10px;
    }

    .page-title img {
      width: 120px;
      margin: 10px 0;
    }

    .page-title i {
      font-size: 1.2rem;
      color: #f0f0f0;
    }
