.link-blue,
.link-blue:hover {
  color: #124b46;
}
.static-page nav.scrolled:after {
  background: linear-gradient(360deg, #173029 0%, #194b44 89.06%);
}
.static-page .navbar-brand .logo {
  position: relative;
}
.static-page .navbar-brand .logo:after {
  content: '';
  width: 90px;
  height: 23px;
  position: absolute;
  right: -90px;
  top: 0;
  background: url('../themes/moventum/assets/images/logo-elite.svg') right/contain no-repeat;
}
.static-page .modal-backdrop.fade.show {
  opacity: 1;
  background: rgba(1, 17, 47, 0.8);
}
.navbar-right a:nth-child(2) {
  color: #293037;
  background: #fff;
}
