body {
  background-attachment: fixed;
  background-image: url('http://adamwhitcroft.com/wp-content/themes/Fifth/img/dot.png'),
                    url('https://i.imgur.com/7Y1Yqt3.jpeg');
  background-position: 50% 50%;
  background-size: auto, cover;
  font-size: 100%;
}
h1 {
  background: hsla(0,0%,0%,.75);
  bottom: 100px;
  color: #b59788;
  font: 2em/1 Sancreek, sans-serif;
  left: 0;
  padding: .5em 2em .5em 1em;
  position: absolute;
}