﻿.footer {
    background-color: #6e5541;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(29, 29, 29, 0.50);
    border-top: 2px solid #4a4137;
    padding: 20px 0px
}

.footer-right {
    text-align: center;
}

.footer p, .footer a {
    font-size: 13px;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(29, 29, 29, 0.50);
    text-decoration: none;
}

.footer-links {
    display: inline-block;
    text-align: center;
    padding: 0px;
}

.footer-links li {
    padding: 10px 20px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;    
    letter-spacing: 0.2px;
}

@media (max-width: 990px) {
    .footer-left {
        text-align: center;
    }
}

.attribution {
    font-size: 11px;
    padding: 0px 15px;
    text-align: right;
    color: #c5c5c5;
}

    .attribution a {
        font-size: 11px;
        color: #c5c5c5;
    }