header > div.has-primary-background-color {
  background-color: rgba(255, 255, 255, 0.5098039216) !important;
  backdrop-filter: blur(9px);
}
header > div.has-primary-background-color .has-text-color {
  font-weight: 900;
  font-size: 40px;
  margin-bottom: 0;
}
header > div.has-primary-background-color .wp-block-navigation-item__content {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 601px) {
  header > div.has-primary-background-color .has-text-color {
    font-size: 24px;
  }
}
@media screen and (max-width: 601px) and (max-width: 414px) {
  header > div.has-primary-background-color .has-text-color {
    font-size: 20px;
  }
}

footer .parts-footer {
  padding-top: 40px;
  padding-bottom: 40px;
}
footer .parts-footer > div .mbfse-copyright p {
  font-size: 18px;
}
footer .parts-footer > div li .wp-block-navigation-item__label:hover {
  color: white;
  text-decoration: underline;
}
@media screen and (max-width: 601px) {
  footer .parts-footer > div {
    flex-direction: column;
  }
  footer .parts-footer > div .wp-block-navigation {
    order: -1;
  }
}/*# sourceMappingURL=header.css.map */