/* h1,h2,h3,h4,h5 {
    font-family: "Archivo Black", sans-serif;
} */
.hero-text {
  position: absolute;
  top: 3%;
  right: 2%;
  z-index: 2;
  font-weight: 800;
}

@media screen and (min-width: 768px) {
  .hero-text {
    font-size: 1.5em;
  }
}

@media screen and (min-width: 1280px) {
  .hero-text {
    font-size: 3em;
  }
}

a.is-active {
  background-color: rgba(228, 229, 233, 0.584)
}

.navbar-item img,
.navbar-item svg {
  max-height: 8rem;
  width: 220px;
}

a.navbar-item {
  text-decoration: none;
}

a,
li.is-active a,
.tabs li.is-active a {
color: #2e5b7c;
  text-decoration: underline;
}

a.logo:hover {
  background-color: transparent;
}

.tabs li.is-active a {
  border-bottom-color: #2e5b7c;
}

#navbarMenu a,
.notification button a {
  text-decoration: none;
}

footer a {
  text-decoration: underline;
}

#navbarMenu div.tabs {
  margin-bottom: 0;
}
.navbar {
  --bulma-navbar-burger-color: hsl(247, 100%, 2%);
}