.masthead:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(237, 28, 36, 0.90);
}

  body {
    background: url("../assets/img/bg-mobile-fallback.jpg") #ffffff no-repeat center center scroll;
    background-size: cover;
}
  
  body:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    opacity: 0.7;
    z-index: 1;
}


a {
    color: #ffffff;
    text-decoration: none;
}
a:hover {
    color: #000000;
    text-decoration: none;
}