body {
  background: url(../img/bg2.jpg) no-repeat center center fixed;
  background-size: cover;
  color: white;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: -1;
}