#background-overlay {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background-color: rgba(#6caedf, .5);
    z-index: 2;
}