/*



$thirdbg:#f1cf00;
$colorBlack:#000;

$redbg:#eb0029;
*/
.waves-effect {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.waves-effect.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
    background: -webkit-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -o-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.waves-effect.waves-classic .waves-ripple {
    background: rgba(0, 0, 0, 0.2);
}

.waves-effect.waves-classic.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
}


.navbar-nav {
    margin-right: 0;
    width: auto !important;
    text-align: center;
}

.navbar-nav a:link, a:visited, a:active{
    text-decoration:none;
}

.navbar-nav>li {
    font-size: 16px;
    max-height: 50px;
    margin-right: 0px;
    padding-left: .3rem;
    padding-right: .3rem;
    border-left: solid 1px #fff;
    text-transform: uppercase;
    text-decoration:none;
}

.navbar-nav.active {
    font-weight: bold;
}

.navbar-nav > li:first-child {
    border-left: none;
}

.navbar .navbar-toggler {
    outline: 0;
    border-width: 0;
}

@media only screen and (max-width: 767px) {
    .navbar-nav > li {
        border-left: none;
    } 
}


/*.active{
  background: red;
}*/


/* WEBPACK FOOTER //
// ./src/components/NavBar/Navbar.css*/