header .navbar-nav .active>.nav-link,
header .navbar-nav .nav-link.active,
header .navbar-nav .nav-link.show,
header .navbar-nav .show>.nav-link
{
    font-weight: 600;
}

footer h6
{
    text-transform: none;
    font-size: 15px;
}

footer .footer-phone .fal,
footer .footer-email .fal
{
    margin-right: 10px;
}
footer .footer-social-media
{
    margin-bottom: 20px;
}
footer .footer-social-media a
{
    font-size: 18px;
}
footer .footer-logo
{
    height: 60px;
}
footer .footer-logo img
{
    max-height: 100%;
}

@media (max-width:575.98px) /* extra small */
{
    footer .footer-logo
    {
        text-align: center;
    }
}
