.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    height: 60px;
    margin-top: 60px;
    background: #fff;
    line-height: 60px;
}

body {
    margin-bottom: 50px;
}
 
a.navbar-brand > img {
    width: 90px;
}

a.navbar-brand > b {
    width: calc(100% - 90px);
    font-size: 25px;
    margin-top: 12px;
    display: block;
}

a.navbar-brand > p {
    width: calc(100% - 80px);
    font-size: 12px;
    display: block;
    color: #ccc;
}
