#banner a {
    color: transparent;
}

#footer {
    font-size: 75%;
}

footer .address{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: stretch;
}

footer .inner {
    max-width: 60em;
    margin: 0px auto;
    text-align: left;
}