.navLinkCss {
  margin-right: 10px;
  position: relative;
  display: block;
  font-size: 12px;
  padding: 21px 0.5rem;
  color: #232323 !important;
  letter-spacing: 0.5px;
  font-family: var(--font-museo-sans);
  font-weight: 500;
}

.navLinkCss:hover {
  color: #55a3de !important;
}

.dropdown-toggle {
  margin-right: 10px;
  position: relative;
  display: block;
  font-size: 12px;
  padding: 21px 0.5rem;
  color: #232323 !important;
  letter-spacing: 0.5px;
  font-family: var(--font-museo-sans);
  font-weight: 500;
}

.dropdown-toggle:hover {
  color: #55a3de !important;
}

.newc:hover {
  color: #55a3de !important;
}

.dropdown-item {
  font-size: 12px;
  color: #232323 !important;
  letter-spacing: 0.5px;
  font-family: var(--font-museo-sans);
  font-weight: 500;
}
.dropdown-item:hover {
  color: #55a3de !important;
}
.dropdown-item.active {
  background-color: #fff !important;
}

.dropdown-menu {
  border-color: #54a3de;
}
.dropdown-divider {
  border-color: #54a3de;
}

.banner {
  background-color: #55a3de;
  height: 678px;
}

Nav {
  font-size: 13px;
  font-family: var(--font-museo-sans);
  font-weight: 500;
}
