#footer{
    margin-top: unset;
    border-top: 1px solid #88888892;
    background: rgba(250,250,250,.85);
}

#footer div.row{
    margin-top: 15px;
}

#footer div.row div.col ul {list-style-type: none;}
#footer div.row div.col ul li {
    width: 200px;
    margin: 0 auto 5px;
    text-align: left;
}

#footer div.row div.col ul li a{
    text-align: left;
    color: black;
    text-decoration: none;
}
#footer div.row div.col ul li a:hover{
    text-decoration: none;
    color: #00000075;
}

#footer .copy {
    margin-bottom: 10px;
}