/* landing page css */
/* BEGIN - Nav bar */
/* nav bar color */
.top-menu {
background-color: #3E5C84 !important;
}
/* font color */
body > header > div > div > h1 > a, body > header > div > nav > div > div {
color: #ffffff !important;
}
.flex.shrink-0.items-center.gap-5 a {
  color: #ffffff !important;
  }
.menu-toggle {
    color: #ffffff !important;
  }

/* text alignment */
.hero-title {
    text-align: center !important;
}
/* END - Nav bar */