/* change the background color */
.navbar-custom {
    background-color: #0078d7;
}
/* change the brand and text color 
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: #F827F6;
}*/
/* change the link color and add padding for height 
.navbar-custom .navbar-nav .nav-link {
    color: rgb(0, 0, 0);
}*/
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #0078d7;
    background-color: #FFD700; /* add background-color to active links */
}.navbar-custom {
    color: #FFD700;
    background-color: #0078d7;
}

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: #FFD700;
}

/* change the link color
.navbar-custom .navbar-nav .nav-link {
    color: red;
} */

/* change the color of active or hovered links 
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #0078d7;
}*/

/* for dropdown only - change the color of droodown 
.navbar-custom .dropdown-menu {
    background-color: #ff5500;
}
.navbar-custom .dropdown-item {
    color: #ffffff;
}
.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
    color: #333333;
    background-color: rgba(255,255,255,.5);
}*/
p.text-color-link {
    color: #FFD700;
}

/*@font-face {
    font-family: '3 of 9 Barcode', sans-serif;
    font-style: normal;
    font-weight: 400;
    src: local('3 of 9 Barcode'), url('https://fonts.cdnfonts.com/s/11000/3OF9_NEW.woff') format('woff');
}
*/

