.js-navbar li.nav-item a {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    color: #444 !important;
    border-radius: 3px;
    line-height: 20px;
    padding: 15px 15px !important;
    cursor: pointer;
}

.js-navbar li.nav-item a:hover {
    color: #e44e2d !important;
    outline: none !important;
}

.js-navbar {
    padding: 20px 0 27px 0 !important;
}

.js-navbar li.nav-item.active a {
    color: #fff !important;
    background-color: #e44e2d;
}

.fa {
    font-family: FontAwesome !important;
}
.js-footer-icons a:hover{
    color: #fff !important;
}

footer .copyright p{
    color: #f8f8f8 !important;
}

@media screen and (min-width: 768px) {
    .js-navbar.top-nav-collapse {
        border-bottom: 6px solid #e44e2d;
        background: #fff;
    }
}
