nav,
nav.navbar {
    background-color: #0D4C65;
}
.navbar-toggler {
    color: white;
}
nav.navbar.active {
    background-color: #0D4C65;
    opacity: 0.9;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}

a.nav-link.active {
    color: #2BCDC7 !important;
}
a.nav-link.active {
    font-weight: bold;
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #2BCDC7 !important;
    color: white;
}

footer.main-footer {
    background-color: #0D4C65 ;
}

.clients img {
    filter: hue-rotate(189deg);
}

.huerotatelf {
    filter: hue-rotate(189deg);
}

/* Lightbox fix */
.lightbox {
    display: none;
}

#breadcrumb-nav {
    background-color: initial;
}

#main-hero {
    background-image: url('/static/assets/alejandro-escamilla-2-unsplash2.jpg');
    background-size: cover;
}
