/* PARALLAX */

#parallax{
    background: url(../img/parallax.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 250px;
}

.lienServicesLogo {
    text-decoration: none;
    outline: none
}