.page-header {
  margin-top: 80px;
  padding: 100px 0;
  text-align: center;
  position: relative;
  background-position: center;
  background-size: cover;
}

.page-header h1 {
  font-size: 38px;
  color: #fff;
  position: relative;
	letter-spacing: 2px;
  z-index: 2;
}

.page-header:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../img/header-mask.jpg);
  background-position: center;
  background-repeat: repeat;
  opacity: .4;
  z-index: 1;
}

.main-column {
  padding: 60px 0;
}

@media screen and (max-width: 480px) {
  .page-header {
    margin-top: 60px;
    padding: 60px 0;
  }
  .page-header h1 {
    font-size: 28px;
  }
}
