/* 
/* 
/*  custom.css
/*
/*  If not using Gulp and Sass, add your custom CSS below then include it
/*  in your page by adding a reference to assets/css/custom.css in the head of each page.
/*
*/
.navbar-light .navbar-nav .nav-link { color: #3f3f3f; }
.dropdown-item { color: #3f3f3f; }
.input-group-99 { display: none; }
.navbar-dark .navbar-nav .nav-link { color: rgba(255, 255, 255, 0.9); }
