html,body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}
.hero.is-info {
  background: linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ), url('/common/img/aspero-bg.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero .nav, .hero.is-success .nav {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.hero.is-info .title {
  font-family: 'Arial Black';
  font-size: 4rem;
  font-weight: bolder;
}
.hero.is-info .subtitle {
  font-family: 'Arial Black';
  font-weight: bolder;
  line-height: 1.5;
}
.hero.is-info .label {
  color: white;
}
.hero.is-info .column {
  padding: 1rem;
}
.button.is-orange {
  color: white;
  background-color: darkorange;
  border-color: transparent;
}
