.navbar-button {
  background: transparent !important;
  border: none !important;
  color: #000 !important; 
  font-size: 18px !important;
  font-weight: 500 !important;
  padding: 0; 
  font:'Raleway';
  position: relative;
  box-shadow: none !important;
  
}

.navbar-button::after {
  content: "";
  position: absolute;
  left: 12px;
  bottom: 8px;
  width: 20px;              
  height: 1px;
  background-color: #F35F37; 
  opacity: 0.8;
}


.navbar-button.active {
  color: #3C9734 !important;
}



.navbar-button:hover,
.navbar-button:focus,
.navbar-button:active {
  color: #ed2b2c !important;
  background: transparent !important;
  box-shadow: none !important;
}
