  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;
}

.masthead:before {
    background-color: rgba(135, 30, 30, 0.85);
}
    
    .masthead .masthead-content p {
    font-size: 1.0rem;
}

a {
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: none;
}