.footer-links {
    color: white;
    width: 50%;
    text-align: center;
    margin-top: 40px !important;
}

.footer-links a {
    font-size: 19px;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-logo {
    position: relative;
    top: 80px !important;
    text-align: center;
    left: 50%;
    width: 50%;
}

#footer {
    background-position: top !important;
    padding-bottom: 2em !important;
    padding-top: 3em !important;
}

.footer-divider {
    width: 100%;
    height: 15px;
    background-color: white;
}

#add-on-footer-legal a {
    text-decoration: none;
}

#add-on-footer-legal {
    line-height: 20px;
}

#add-on-footer-legal a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
    .footer-links {
        width: 100% !important;
        display: block;
    }
    .footer-links a {
        font-size: 16px;
    }
    .footer-logo {
        width: 100% !important;
        left: 0;
        position: static;
        margin-top: 80px !important;
        margin-bottom: 20px;
    }
    
    iframe {
        width: 304px !important;
        height: 171px !important;
    }
    
}