/* 
/* 
/*  custom.css
/*
/*  If not using Gulp and Sass, add your custom CSS below then include it
/*  in your page by adding a reference to assets/css/custom.css in the head of each page.
/*
*/
.navbar a {
    color: white !important;
}

.navbar.scrolled .nav-item a {
    color: rgba(0, 0, 0, 0.5) !important;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #E7272D;
}

footer {
    padding: 1rem 0 !important;
}

.isotope-aligned-cell {
    height: 100px;
    text-align: center;
    padding: 25px;
}

.isotope-alignment-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.isotope-aligned-client-logo {
    vertical-align: middle;
    max-width: 200px;
    max-height: 75px;
}