﻿body {
    background: url("../images/Backgrounds/iowa-capitol.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

    body::before {
        content: "";
        background-color: black;
        width: 100%;
        height: 100%;
        position: fixed;
        opacity: .5;
    }