

.nav-hover {
  font-weight: 100;
  color: #2c3e50;
  transition: font-weight 4s ease-in-out;
}
.nav-hover:hover, .nav-hover.be-bold {
  font-weight: 900;
  cursor: pointer;
  font-size:14px;
  margin-left:1px;
  margin-right:1px;
}


.nav-hover-lang {
  font-weight: 100;
  color: #2c3e50;
  transition: font-weight 4s ease-in-out;
}
.nav-hover-lang:hover, .nav-hover-lang.be-bold {
  font-weight: 900;
  cursor: pointer;
  font-size:14px;
}

.inner-nav .active{
  font-weight: 900!important;
}


