.color-text-menu{
    color: #fff !important;
}

.color-text-menu:hover{
    color:#3ad531 !important;
}


.color-text-item{
    color: #999;
}

.color-text-item:active{
    color:greenyellow !important;
    background-color: rgba(42, 75, 36, 0.654) !important;
}

.color-text-item:hover{
    color:greenyellow !important;
    background-color: rgba(42, 75, 36, 0.654) !important;
}

.color-text-item:focus{
    color:greenyellow !important;
    background-color: rgba(42, 75, 36, 0.654) !important;
}

button.open-btn{
    color: white;
    background-color: transparent;
    border-radius: 0%;
    border-color: greenyellow;
    cursor: pointer;
    transition: .3s ease all;
    font-size: .7rem;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
    padding-top: .55rem;
    padding-bottom: .55rem;
    border-radius: 50px!important;
}

button.open-btn:hover{
    color:greenyellow;
    background-color: transparent;
    border-color: white;
}

button.open-btn:active{ 
    color:greenyellow !important;
    background-color: rgb(24, 24, 24) !important;
    border-color: greenyellow !important;
}

button.open-btn:focus{ 
    color: white;
    background-color: transparent;
    border-color: greenyellow;
    box-shadow: none !important;
}

.open-btn.hide{ 
    display: none;
}

.navbar{
    font-family: 'Chakra Petch', sans-serif;
    align-items: center !important;
    font-weight: bold;
}

.border-color{
    border-bottom-color: rgb(116, 183, 16);
}

.nav-item{
    margin-left: 2rem;
    margin-right: 2rem;
    padding-left: 0 !important;
    padding-right: 0 !important;
    white-space:nowrap;
}

.dropdown-toggle::after {
    content: '' !important;
    width: .5rem !important;
    height: .5rem !important;
    top: 50% !important;
    transform: rotate(45deg) !important;    
    border-left: none !important;
    border-top: none !important;
    border-right: 2px #ffffff8C solid !important;
    border-bottom: 2px greenyellow solid !important;
}
.dropdown-toggle:hover::after {
    border-right: 2px greenyellow solid !important;
    border-bottom: 2px #ffffff8C solid !important;
}

.dropdown-toggle.arrow-invert::after {
    border-right: 2px greenyellow solid !important;
    border-bottom: 2px #ffffff8C solid !important;
}

.navbar>.container-md{
    justify-content: center !important;
}
.nav-link, .dropdown-item{
    font-size: 1rem !important;
}
.navbar-nav.mx-auto{
    justify-content: center !important;
    margin: 0 !important;
}
nav, #navbarNavDropwn{
    justify-content: center !important;
}
img#logo{
    height: 1.9rem;
    width: 5.61rem;
}
div#navbarNavDropdown.collapse.navbar-collapse{
    justify-content: center;
}
  
@media screen and (max-width: 1800px) {
    .nav-item{
        margin-left: .9rem;
        margin-right: .9rem;
    }
    .nav-link, .dropdown-item{
        font-size: .9rem !important;
    }
    #navbarNavDropdown{
        justify-content: center !important;
    }
}
@media screen and (max-width: 1300px) {
    .nav-item{
        margin-left: .7rem;
        margin-right: .7rem;
    }
    .nav-link, .dropdown-item{
        font-size: .8rem !important;
    }
}
@media screen and (max-width: 1100px) {
    .nav-item{
        margin-left: .5rem;
        margin-right: .5rem;
    }
    button.open-btn{
        font-size: .6rem;
    }
}

@media screen and (max-width: 767px) {
    button.open-btn{
        border-radius: 50px!important;
    }
    button.open-btn:active{
        border-radius: 0px!important;
        color:greenyellow !important;
        background-color: transparent !important;
        border-color: white !important;
    }
    .nav-link.hide{
        display: none;
    }/*
    ul.mobile{
        column-count: 2;
        -webkit-column-count: 2;
        column-gap: 0px !important;
        -webkit-column-gap: 0px !important;
        column-rule: 1px groove rgba(153, 153, 153, 0.3);
        float: left;
        align-items: center !important;
        align-content: center !important;
        text-align: center !important;
    }
    .text-separator-menu{
        font-size: .9rem !important;
        padding-bottom: .5rem !important;
    }*/
    .dropdown-item{
        /*white-space: break-spaces !important;*/
        font-size: .9rem !important;
    }
    .nav-link{
        font-size: 1rem !important;
    }
    button.open-btn{
        margin-left: 0px;
    }
    .navbar>.container-md{
        justify-content: space-between !important;
        max-width: 767px !important;
    }
    .navbar-toggler:focus{
        box-shadow: none !important;
    }
    .navbar-toggler{
        border-color: #fff !important;
    }
    .navbar-toggler-icon{
        background: none !important;
    }

    .line {
        display: block;
        width: 15px;
        height: .1px;
        background-color: #fff;
        margin: .3rem 0;
        border-radius: 3px;
    }
/* 
    .hamburguer-menu.open .line:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .hamburguer-menu.open .line:nth-child(2) {
        opacity: 0;
    }

    .hamburguer-menu.open .line:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -8px);
    }

    .hamburguer-menu.open .line:nth-child(1):before,
    .hamburguer-menu.open .line:nth-child(3):before {
        content: '';
        position: absolute;
        width: 30px;
        height: 3px;
        background-color: #333;
        border-radius: 3px;
        transition: all 0.3s ease-in-out;
    }

    .hamburguer-menu.open .line:nth-child(1):before {
        transform: rotate(-45deg) translate(-5px, 0px);
    }

    .hamburguer-menu.open .line:nth-child(3):before {
        transform: rotate(45deg) translate(-5px, 0px);
    }




 */

}
/*
@media screen and (max-width: 590px) {
    .dropdown-item{
        font-size: .8rem !important;
        white-space: break-spaces !important;
    }
}

@media screen and (max-width: 531px) {
    .dropdown-item{
        font-size: .7rem !important;
    }
}

@media screen and (max-width: 484px) {
    .dropdown-item{
        font-size: .6rem !important;
    }
}

@media screen and (max-width: 437px) {
    .dropdown-item{
        font-size: .5rem !important;
    }
    .dropdown-item{
        white-space: break-spaces !important;
        padding-bottom: .5rem !important;
    }
}

@media screen and (min-width: 768px) {
    .dropdown-toggle::after {
        content: '' !important;
        width: .5rem !important;
        height: .5rem !important;
        top: 50% !important;
        -webkit-transform: rotate(45deg) !important;
        border-left: none !important;
        border-top: none !important;
        border-right: 2px #ffffff8C solid !important;
        border-bottom: 2px greenyellow solid !important;
    }
    .dropdown-toggle:hover::after {
        border-right: 2px greenyellow solid !important;
        border-bottom: 2px #ffffff8C solid !important;
    }
}*/