footer {
    display: table;
    width: 100%;
    margin-bottom: 60px;
    /*background-color: #ccc;*/
    
    padding: 30px 0;
    
    border-top: 1px #222 solid;
    border-bottom: 1px #222 solid;
}


footer a {
    display: block;
    padding: 8px 0;
    color: #fff;
}

footer h4 {
    display: block;
    /*padding: 8px 0;*/
    /*color: #fff;*/
    margin-bottom: 15px;
}

a:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

#after-footer {
    display: table;
    width: 100%;
    margin-bottom: 60px;
    
}



#footer-logo {
    /*font-size: 22px;*/
    /*margin: 6px 0 0 3px;*/
    float: left;
}
#footer-brand {
    font-size: 22px;
    /*padding: 6px 0 0 3px;*/
    margin-top: 10px;
    margin-left: 10px;
    float: left;
    /*clear: both;*/
    
}