/* Colors */
/*
Brand Colors
normal / darker / lighter

*/
/* Cache buster */
/* Include Media */
:root {
  --border-radius: 8px;
}

.admin-bar .nav-header {
  top: var(--wp-admin--admin-bar--height);
}

header {
  padding-bottom: 96px;
}

:root {
  --border-radius: 8px;
}

.admin-bar .nav-header {
  top: var(--wp-admin--admin-bar--height);
}

header {
  padding-bottom: 96px;
}

/* Blocks
---------------------------------------------------------------------------------------------------- */
.logo {
  width: max-content;
  color: white;
  text-transform: uppercase;
  font-size: 27px;
  max-width: 275px !important;
  line-height: 1.25;
  text-align: center;
  padding: 3rem 2rem;
  gap: 1rem !important;
  border-radius: 5px;
  position: relative;
  top: -23px;
  box-shadow: 16px 16px 16px 0 rgba(0, 0, 0, 0.2), 0 8px 16px 0 rgba(0, 0, 0, 0.19);
}

.logo p {
  margin-top: 0;
}

main {
  flex-grow: 1;
}

figure.logo {
  padding-top: 0;
}

.overflow-unset {
  overflow: unset;
}

.floating-header {
  position: relative;
  top: 80px;
  border-radius: 5px 5px 0 5px;
}

.floating-header h1 {
  padding: 3rem;
  box-shadow: 16px 16px 16px 0 rgba(0, 0, 0, 0.2), 0 8px 16px 0 rgba(0, 0, 0, 0.19);
}

.floating-columns {
  position: relative;
  top: -120px;
}

.header-circle {
  border-radius: 100%;
  padding: 1rem !important;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 325px;
  margin: 0 2rem;
  font-size: 32px;
}

.wp-block-column .wp-block-heading:first-of-type {
  padding-top: 0;
}

.contact-box {
  display: flex;
  padding: 1rem;
  justify-content: center;
}

.contact-box .wp-block-group {
  flex-basis: 0;
  flex-grow: 1;
  align-self: center;
  padding: 3rem 2rem;
  max-width: 435px;
}

.contact-box .wp-block-image {
  padding: 0;
}

.contact-box .wp-block-button {
  width: 100%;
}

.contact-box .wp-block-button__link {
  font-weight: 300;
  width: 100%;
  padding: 24px;
}

.contact-box p {
  font-size: 28px !important;
}

body .is-layout-constrained .margin-top {
  margin-block-start: 4rem;
}

body .is-layout-constrained .margin-bottom {
  margin-block-end: 4rem;
}

.wp-block-media-text {
  padding: 2rem 0;
}

.wp-block-media-text .wp-block-heading {
  padding-top: 0;
}

.social .wp-block-image {
  padding-top: 1rem;
}

.wp-block-image.no-padding {
  padding: 0;
}

@media (max-width: 600px) {
  .mobile-hidden {
    display: none;
  }
}

/*# sourceMappingURL=app.css.map */
