header.masthead {
  margin-bottom: 50px;
  background: no-repeat center center;
  background-color: #009CD4;
  background-attachment: scroll;
  position: relative;
  background-size: cover;
  opacity: 1;
}

header.masthead .page-heading, header.masthead .post-heading, header.masthead .site-heading {
  padding: 200px 0 150px;
  color: #fff;
  text-shadow: 10px 10px 10px rgba(0,0,0,0.5);
}

