html, body {
  width: 100%;
  height: 100%;
}

.bg-img {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("http://unsplash.it/1200x800") center center no-repeat;
  background-size: cover;
}

.bg-img:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#023f62), to(#958c7f));
  background-image: linear-gradient(to bottom right, #e2bf4e, #e0b4a7);
  opacity: .6;
}
/*# sourceMappingURL=sassStyle.css.map */