/****FOOTER****/
#footer{
    margin-top: 0px;
}
#footer .container-fluid{
    min-height: 3em;
    background-color: #222222;
}
#footer h5{
    color: white;
    transform: translateY(50%);
}
#footer .social-links{
    text-align: center;
    vertical-align: middle;
    transform: translateY(50%);
}
#footer .social-links i{
        color: white !important;
}
#footer .contact-info{
    color: white;
    margin-top: 3px;
    text-align: center;
}
#footer .contact-info .fa-map-marker{
    text-align: center; /*will pull the address to align center in the contact info*/
}

@media(max-width: 768px){
    #footer .col-sm-4{
        text-align: center;
        margin-top: 1.5em;
    }
    #footer .contact-info{
        text-align: center;
        margin-top: 1.5em;
        color: #A7A9AC;
        float: none;
  
    }
}