footer {
    background-color: #333;
    color: #444444;
}

footer .footer-logo img {
    max-width: 150px;
}

footer .footer-slogan {
    font-style: italic;
    font-size: 14px;
}

footer .footer-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

footer ul.list-unstyled {
    padding-left: 0;
}

footer ul.list-unstyled li {
    margin-bottom: 10px;
}

footer a.text-light {
    color: #444242;
    text-decoration: none;
}

footer a.text-light:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    footer .container .row {
        text-align: center;
    }
}