/*
 * Your own CSS goes here. This file is never touched by a template update.
 */


@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1360px;
    }
}



 @media (min-width: 767px) {
    .navbar-brand .logo, .navbar-brand img {
        max-height: 75px;
        width: auto;
        margin-right: 50px;
        height: auto;
    }
 }


.djacc-popup .djacc__openbtn--default,
.djacc-popup .djacc__close,
.djacc-popup .djacc__bar:before {
    background:  #004368!important;
}



.team-grid>div {
    flex: 0 0 100%;
    max-width: 100%;
}

.light-headline {
    font-weight: 600!important;
}