.btn-warning {
    color: white;
    background-color: #4c3326;
    border-color: #4c3326;
}
.text-warning {
    color: #4c3326!important;
}
.bg-secondary {
    background-color: #4c3326!important;
}

.navbar-light .navbar-nav .nav-link {
     color: inherit;
}
.btn-light {
    color: #ffffff;
    background-color: #4c3326;
    border-color: #4c3326;
}
.navbar-light .navbar-nav .show>.nav-link {
    color: rgb(76, 51, 38);
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: 0;
    border-radius: 0.25rem;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block!important;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -75%;
}

.dropdown-menu .divider {
	background-color: #e5e5e5;
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

