header .navbar-nav {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
header .nav-link {
    text-transform: uppercase;
    font-size: 1.3rem;
}

header .navbar-subnav .nav-link {
    text-transform: uppercase;
    font-size: 1.3rem;
}
#menu_categories {
}

header .navbar-collapse {
    border-bottom: 2px solid #ffd000;
}

footer {
    position: relative;
    background: transparent;
}

footer:before {
    content: '';
    width: 100vw;
    height: 100%;
    top: 0;
    left: calc(-50vw + 50%);
    background: #003b51;
    display: block;
    position: absolute;
    z-index: -1;
}

footer * {color: #fff !important;}

#menu_contact * {
    background: transparent !important;
}

#menu_contact {
    background: transparent;
    margin-bottom: 0;
    padding-bottom: 2rem;
}
#main_banner1 .main_slider__content {
    background: rgba(255,255,255,0.4);
    padding-top: 10px;
    padding-bottom: 10px;
}
div#main_cms:before {
    content: '';
    width: 100vw;
    height: 100%;
    position: absolute;
    background: whitesmoke;
    left: calc(-50vw + 50%);
    z-index: -1;
    top: 0;
}

div#main_cms {
    position: relative;
    overflow: visible;
    padding: 2rem 0;
}

div#content {
    /* position: relative; */
}

div#main_cms img {
    mix-blend-mode: multiply;
}

.projector_status__info_amount{
    display: none!important;
}