.navBar{
    height:auto;
}

.navBar-fixed{
    z-index: 100;
}

.no-margin-side{
    margin-left: 0;
    margin-right: 0;
}

.navBar-fix{
    position: fixed;
}

.navBar-static{
    position: static;
}

.navBar-normal-width{
    width: 100%;
}

.navBar-float-width{
    width: 86.5%;
}
