.navbar {
  border-bottom: #3d72b7 2px solid;
  opacity: 0.9;
  background-color: #dad7d5;
  transition: all 0.3s;
}

.navbar .nav-link {
  text-transform: uppercase;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.navbar a {
  color: #3d72b7;
  font-weight: 500;
}

div.__highlightTextIn a:before {
  position: absolute;
  color: #284b8c;
  overflow: hidden;
  content: attr(alt);
  transition: all 0.3s;
  transform: scale(0.8);
  opacity: 0;
}

.navbar .nav-item.active a {
  color: #082457 !important;
  font-weight: 600;
}

div.__highlightTextIn a:hover:before {
  transform: scale(1);
  opacity: 1;
}

div.__highlightTextIn a:before {
  transform: scale(1.3);
}

.__menu.__icon {
  color: #3d72b7;
  position: absolute;
  margin-left: 2px;
  margin-top: 10px;
  width: 17px;
  height: 2px;
  background-color: currentColor;
}

.__menu.__icon:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  width: 17px;
  height: 2px;
  background-color: currentColor;
}

.__menu.__icon:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 17px;
  height: 2px;
  background-color: currentColor;
}
