a.navbar-brand img {
    width: 200px;
    /* margin-right: 250px; */
}


nav.navbar {
    background-color: #15351F !important;
    padding: 10px 0px;
}

.navbar-toggler:focus {
    color: #96FF00;
}

li.nav-item a.nav-link {
    background-color: #96FF00 !important;
    border-radius: 30px;
    padding: 5px 15px !important;
    margin-right: 20px;
    font-family: 'Chillax-Bold', sans-serif;
    color: #0A4A45 !important;
}

#language {
    margin: 0 20px;
}

#language .box {
    background-color: #96FF00;
    color: #0A4A45;
    font-family: 'Chillax-Bold', sans-serif;
    text-align: center;
    padding: 5px !important;
}

#language .divider {
    width: 5px;
    padding: 0 !important;
    background-color: #000000;
}

#language a {
    text-decoration: none;
}

.cta-discuss button.btn-outline-custom {
    border: 3px solid #96FF00;
    font-family: 'Chillax-Bold', sans-serif;
    color: #96FF00;
    border-radius: 0;
}

.cta-discuss button.btn-outline-custom:hover {
    background-color: #96FF00;
    color: #000;
    border-color: #000;
    transition: all 0.3s ease;
}


.bar-right {
    position: absolute;
    right: -2px;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 85px;
    background-color: #96FF00;
}

@media only screen and (max-width: 990px) {
    a.navbar-brand img {
        margin-right: 0px;
        max-width: 80%;
        margin-bottom: 10px;
    }

    nav.navbar {
        padding: 0px;
        z-index: 9999;
    }

    li.nav-item a.nav-link {
        border-radius: 0;
        padding: 0;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .bar-right {
        display: none;
    }

    .cta-discuss {
        text-align: center;
        margin: 10px 0;
    }

}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
    a.navbar-brand img {
        margin-right: 50px;
    }

    #language {
        display: none;
    }

    .bar-right {
        right: -2px;
        top: 0;
        bottom: 0;
        width: 22px;
        height: 85px;
        background-color: #96FF00;
    }
}


@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    a.navbar-brand img {
        margin-right: 50px;
    }

    .bar-right {
        right: -2px;
        top: 0;
        bottom: 0;
        width: 26px;
        height: 85px;
        background-color: #96FF00;
    }
}

@media only screen and (min-width: 1401px) and (max-width: 1500px) {
    a.navbar-brand img {
        margin-right: 200px;
    }

    .bar-right {
        right: -2px;
        top: 0;
        bottom: 0;
        width: 26px;
        height: 85px;
        background-color: #96FF00;
    }
}