
button {
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    background: initial;
}

.wrapper {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
}

.wrapper1 {
    width: 100%;
}

.header .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.nav {
    display: block;
}

.menu a {
    display: block;
    padding: 5px 10px;
    box-shadow: none;
    text-decoration: none;
    font-weight: 500;
    color: #ffffff;
    font-size: 13px;
}

.menu-item {
    list-style: none;
    margin: 10px;
}

.menub {
    background-color: #000000;
}

.w3-dropdown-content,.w3-bar-block{
    width: 300px;
}

hr.hrmenu{
    border-top: 1px solid #e7e7e7;
    margin: 0px;
}

 
#logobig {
    height: 65px;
    transition: 0.2s; /* Add a transition effect (when scrolling - and font size is decreased) */
}


#logofooterbig {
    height: 80px;
}

@media (max-width: 1100px) {
    
    #logobig {
        margin-top: 0px;
        height: 60px;
        position: absolute;
        top: 10px;
        z-index: 9999;
    }
    
    .header {
        height: 80px;
        top: 0px;
    }
    
    
    
    html.noscroll {
        overflow: hidden;
    }

    body.noscroll {
        overflow: visible;
        height: 100%;
    }

    .logo, .hamburger__container {
        position: relative;
        z-index: 9999;
        /*background: rgba(210,241,237, 0.3);*/
    }

    .logo {
        color: white;
    }
    .nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background: #759b52;
        opacity: 0;
        transition: opacity .3s ease;
    }

    .open {
        opacity: 1;
        right: 0;
    }

    
}
