@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;800&display=swap);
/** CSS Easing functions */
/* Bulma Utilities */
@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@-o-keyframes spinAround {
  from {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
       transform: rotate(359deg);
  }
}
@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
         -o-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
.homepad {
  text-align: center;
  max-width: 100% !important;
  padding: 1.5em 0em;
}
.homepad img {
  height: 300px;
  padding: 15px 0px;
  width: 100%;
}
.homepad a {
  color: #fff !important;
}
.homepad p {
  padding: 25px;
}

.home .page-header {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 30px;
  font-size: 3em;
  max-width: 950px;
}
.home h1 {
  display: none;
}
.home h2 {
  font-size: 3em;
  text-align: center;
  max-width: 900px;
  margin: 1em auto;
  display: block !important;
}

@media screen and (max-width: 1087px) {
  .wp-block-cover.has-background-dim {
    display: none;
  }
}
