
.navbar {
    background: #000000;
    
}

.navbar-brand img {
    
    float: left
}

    .navbar .active a {
        background: #95B087 !important;
    }


@media(max-width:767px) {
    .navbar {
        height: 52px;
    }
    .navbar-brand {
        padding-left: 5px;
        padding-top: 5px;
    }
    .navbar-brand img {
        height: 40px;
        float: left
    }

    .navbar-right {
        background: #95B087 !important;
    }

        .navbar-right a {
            color: #ffffff !important;
        }
        nav .in{width:50%;float:right;}
    nav ul {
        text-align:right;
        
    }

    .menucontainer li {
        z-index:999!important;
            background:#000000;
    }

}
@media(min-width:768px) {
    .navbar {
        height: 100px;
    }
    .navbar-brand {
        padding-left: 5px;
        padding-top: 5px;
    }
    .navbar-brand img {
        height: 90px;
        float: left
    }

    .navbar-right {
        text-align: right;
    }

        .navbar-right a {
            color: #ffffff !important;
            
        }

}



    



.navbar a {
    color: #ffffff!important;
}

.topimage > img {
    width:100%;
}
.navbar-toggle {
    width: 47px;
    height: 34px;
    background-color: #D4E6D8;
    border: none;
}

    .navbar-toggle:focus, .navbar-toggle:hover {
        width: 47px;
        height: 34px;
        background-color: #95B087;
        border: none;
    }

    .navbar-toggle .line {
        width: 100%;
        float: left;
        height: 2px;
        background-color: #95B087;
        margin-bottom: 5px;
    }

