.footer {
    position: absolute;
    bottom: 0;
    text-align: center;
    color: #fff;
    font-size: 25px;
    width: 100%;
    padding: 20px;
    z-index: 2;
    color: #687777;
}

.footer .copy-right {
    background: url(../images/icons/copy-right.png);
    display: inline-block;
    width: 18px;
    height: 18px;
}

.footer.footer--logged-in {
    color: #687777;
    background-color: rgb(235, 235, 235);
    padding: 6px;
    font-size: 17px;
}

.footer.footer--logged-in .copy-right {
    background: url(../images/icons/copy-right-logged-in.png) no-repeat center center;
    background-size: 14px;
    margin-bottom: -3px;
}