footer#footer {
    background-color: #586A90;
    padding-top: 20px;
    padding-bottom: 28px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 1.7rem;
}

footer#footer .footer-links {
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

footer#footer .logo {
    margin-bottom: 7px;
}

footer#footer a {
    color: #ffffff;
}

footer#footer .contact-section {
    text-align: right;
}

footer#footer .contact-section .address,
footer#footer .contact-section .brand-name {
    display: none;
}

@media (max-width: 990px) {
    footer#footer .contact-section {
        text-align: center;
    }

    footer#footer .brand-section {
        text-align: center;
        margin-bottom: 18px;
    }

    footer#footer .address {
        display: none;
    }

    footer#footer .brand-name {
        display: none;
        font-size: 1.5rem;
    }

    footer#footer .contact-section .address,
    footer#footer .contact-section .brand-name {
        display: block;
        margin-top: 7px;
    }

    footer#footer .footer-links {
        margin-bottom: 10px;
    }
}

footer#footer div.address {
    margin-top: 30px;
    font-size: 1.5rem;
    text-align: center;
}

footer#footer div.contact-email {
    margin-top: 5px;
    font-size: 1.5rem;
}

footer#footer .footer-links .row:first-child {
    margin-bottom: 10px;
}

div.brand-name {
    margin-top: 15px;
}

footer#footer .links-block {
    padding-bottom: 13px;
}

#footer .fa-brands,
.about .fa-brands {
    padding: 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
}

#footer .fa:hover,
.about .fa:hover {
    opacity: 0.7;
}


/* Facebook */
#footer .fa-facebook-f,
.about .fa-facebook-f {
    background: #3B5998;
    color: white;
    padding-left: 17px;
    padding-right: 17px;
}

#footer .fa-linkedin-in,
.about .fa-linkedin-in {
    background: #007bb5;
    color: white;
    padding: 20px 15px;
}

ul.social-links {
    list-style: none;
    padding-left: 0;
}

ul.social-links li {
    display: inline-block;
}

@media (max-width: 990px) {
    ul.social-links li {
        /*display: block;*/
        margin-top: 10px;
    }
}

#footer .nav {
    font-size: 1.8rem;
}

#footer .nav>li>a {
    margin-top: 10px;
}
