
/* Example override for the primary background color */

.header .logo-img {
    max-height: 100px!important;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 14px!important;
    line-height: 14px!important;
    font-weight: 600!important;
    color: #222!important;
    padding: 27px 20px;
    display: block;
    text-transform: uppercase;
}
