
.navbar {
    background: #ffffff;
    
    
}

    .navbar ul {
        
        z-index: 999999;
        background: #ffffff;
    }

    .navbar .navbar-collapse {
        
    }

.navbar-default {
    height:100px;
}

.navbar-brand {
    padding:0!important;
}

.navbar-brand img {
    
    float: left;
    margin-top:20px;
}

.navbar .active a {
    background: #576B6A !important;
    color: #ffffff !important;
}



    



.navbar a {
    color: #000000!important;
}

.topimage > img {
    width:100%;
}
.navbar-toggle {
    width: 47px;
    height: 34px;
    background-color: #576B6A;
    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;
    }

