.nav-item a.nav-link{
  padding: 5px 0 5px;
  color: #D1111C !important;
  position: relative;
}
.nav-item a.nav-main {
  // color: rgb(64,64,64,1) !important;
  color: #FFF !important;
}
.nav-item a.nav-down {
  color: rgb(64,64,64,1) !important;
}
.nav-item a.nav-down:hover {
  color: rgb(255,255,255,1) !important;
}
.nav-item a.nav-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: white;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out;
}
.nav-item a.nav-link:hover::before,
.nav-item a.nav-link:focus:before  {
  transform: scaleX(1);
}

.a-btn:hover {
    color: #FFF !important;
}

/* not active */
.nav-pills .pill-1 .nav-link:not(.active) {
    background-color: rgba(209, 17, 28, 0.5);
}

/* active (faded) */
.nav-pills .pill-1 .nav-link {
    background-color: rgba(209, 17, 28, 0.8);
    color: white !important;
}

.divsha {
  background-color: rgba(0, 0, 0, 0.5);
}

.r25 {
    margin-right: .25em;
}

.link-red {
  color: #D1111C;
}
