html,
body {
  height: 100%; }

body {
  background: linear-gradient(rgba(48, 53, 70, 0.5), rgba(48, 53, 70, 0.5)), url(../img/new-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  font-family: 'Quicksand', sans-serif;
  }
.cover-heading {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 10px;
  font-size: 2rem;
  margin-bottom: 5rem; }
