#menuButton {
    color: white;
}

.navbar-custom {
    background-color: #6b4701;
}

/* Change the brand color */
.navbar-custom .navbar-brand {
    color: white;
    font-style: bold;
}

/* Change the text color */
.navbar-custom .navbar-text,
.navbar-nav a {
    color: white;
}

/* Change the link color */
.navbar-custom .navbar-nav .navbar-link {
    color: white;
}

/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: white;
    font-weight: bold;
}

.navbar-toggler .fa-bars,
.navbar-toggler .fa-bars:hover {
}
