
html,body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #F79727;
}

.nav, .is-success .nav {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.hero-body .container {
  margin-top: 30px;
  margin-bottom: 50px;
}
.hero.is-dark-blue {
  background-color: #0F265C;
}
.hero.is-light-blue {
  background-color: #E5F5FB;
}
.has-text-dark-blue {
  color: #0F265C;
}
.navbar-link.is-active:not(:focus):not(:hover), a.navbar-item.is-active:not(:focus):not(:hover) {
  background-color: #009BD9;
  color: #ffffff;
}


