.wp-site-blocks {
  padding-bottom: 0;
}

/*
.background-block {
    z-index: -999;
    min-height: 100vh;
    height: 100%;
    background-color: #8FC7C1;
    position: absolute;
    width: 60vw;
    right: 0;
    border-radius: 200px 0px 0px 0px;
    @media screen and (max-width:768px) {
        width: 100vw;
        border-radius: 0;
        height: 100%;
    }
}
*/
.background-block-filler {
  background-color: #8FC7C1;
  border-radius: 200px 0px 0px 0px;
}
@media screen and (max-width: 768px) {
  .background-block-filler {
    border-radius: 0;
  }
}

.jb-bg-sig {
  background-image: url("../img/jb-sig-bg.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media screen and (max-width: 768px) {
  .jb-bg-sig {
    background-image: none;
  }
}

header {
  display: none;
}

.wp-block-post-content {
  margin-top: 0;
}

footer {
  margin-top: 0 !important;
  background-color: #8FC7C1;
  border-radius: 30px 0 0 0;
}
@media screen and (max-width: 768px) {
  footer {
    border-radius: 0;
  }
}

.wp-site-blocks {
  padding-top: 0;
}

.contact-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.contact-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open:after {
  content: "Menu";
  font-size: 1.3rem;
  margin-left: 0.3rem;
}

.wp-block-navigation__responsive-container.is-menu-open {
  background-color: rgba(143, 199, 193, 0.75) !important;
  backdrop-filter: blur(2px);
}

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