.hero.has-background {
  position: relative;
  overflow: hidden;
}
.hero-background {
  position: absolute;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.hero-background.is-transparent {
  opacity: 0.85;
}
.hero.is-primary .title {
  font-family: "Montserrat";
  color: #000000;
}
.hero.is-primary .subtitle {
  font-family: "Montserrat";
  color: rgb(1, 23, 65);
  padding-top: 2rem;
}
.hero.is-primary a.navbar-item:hover {
  background-color: #02174a5c;
  color: #fff;
}
