header.not_fixed .navbar-nav .dropdown .dropdown-menu {
    background: none;
    border: none;
}

header .navbar .container {
    width: 80%;
    max-width: 100%;
    font-family: 'Gilroy-Regular', sans-serif !important;
    font-weight: 400;
    font-size: 18px;
}

header .navbar {
    justify-content: center;
}

header.not_fixed .dropdown-item:hover {
    border-color: #5A4C00;
}

header.not_fixed .dropdown-item {
    border-color: #5A4C00;
}

header.not_fixed .dropdown-item.show {
    background:none;
}


header #logo_head_text_black {
    display:none;
}

header.not_fixed{
    background-color:rgba(255,255,255, 0);
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
}

header.fixed{
    background-color:rgba(255,255,255,1);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 5;
    display:none;
}

header.fixed select#lang-switcher {
    background-color: #ffffff;
    border-radius: 10px;
    height:40px;
    width: 120px;
    border-color: #ffffff;
    color: black;
    text-align: center;
}

header.fixed select#lang-switcher:hover {
    border-color: #5A4C00;
}

header.fixed .login-button {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-left: 5px;
    background-color: #ffffff;
    border-radius: 10px;
    height:40px;
    width: 120px;
    border-color: white;
    color: black;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

header.not_fixed a {
    color: white !important;
}

header a {
    color: #1C1C1C !important;
}

header .lang {
    font-family: 'Montserrat-Regular', sans-serif !important;
    font-weight: 400;
    font-size: 20px;
}


/* Use a media query to add a breakpoint at 800px: */
@media screen and (max-width: 800px) {
    .navbar-brand {
        width: 70%;
    }
    header #logo_head {
        width: 100%;
    }
    /*.navbar-toggler {*/
    /*    display: none;*/
    /*}*/

    .header-login-button {
        margin-top: 10px;
    }
    header .login-button {
        margin-left: 0;
    }
}

header.not_fixed .navbar .container .navbar-toggler {
    background-color: white;
}


.custom-nav-item:hover{
    font-weight: bolder;
}