footer{
    margin-top: 40px !important;
}
img.company-logo{
    height: 30px;
}
p.footer-text{
    text-align: center;
}
div.spacer{
    width: 15px;
    height: 30px;
}
div.legal-footer-container{
    padding-top: 40px;
    padding-bottom: 10px;
}
div#legal-footer{
    margin-top: 40px;
    padding-top: 0px;
    border-top: 1px solid #e0e0e0;
}

div#collapseNavbar{
    font-size: 1.3rem;
}

@media (min-width: 768px) {
    div#legal-footer{
        border-top: 0px;
    } 
}