@charset "UTF-8";
:root {
  --base-font-size: 16px;
  /* Default base font size */
}

/* Regular / 400 */
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/cormorant-garamond-v20-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Bold / 700 */
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/cormorant-garamond-v20-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Bold Italic / 700 */
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/cormorant-garamond-v20-latin-700italic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
/* Regular / 400 */
@font-face {
  font-family: "Marilynd";
  src: url("../fonts/Marilynd Serif.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Cormorant Garamond", sans-serif;
  color: #3E4958;
}

h1 {
  font-family: "Marilynd", sans-serif;
  font-size: 4rem;
  line-height: 4.2rem;
}

h4 {
  font-family: "Marilynd", sans-serif;
  font-size: 3rem;
  line-height: 3.5rem;
  margin-bottom: 1rem;
}

p {
  font-size: 1.6rem;
  line-height: 2.2rem;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

.menu-toggle {
  display: none;
}

figure {
  margin: 0;
}

.wp-block buttons .wp-block-button__link {
  border-radius: none;
}

.wp-block-button__link,
.wp-block-file__button {
  background-color: #3E4958;
  color: #fff;
  border-radius: 0;
  font-size: 2rem;
  font-family: "Marilynd";
  padding: 0.5rem 3rem;
  position: relative;
  margin-left: 5px;
  transition: background-color 400ms ease-in;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
.wp-block-button__link:before,
.wp-block-file__button:before {
  content: "";
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 1px solid #3E4958;
  position: absolute;
  pointer-events: none;
}
.wp-block-button__link:hover,
.wp-block-file__button:hover {
  background-color: #597090;
}

.search-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  padding: 60px 60px;
}

.site-branding, .site-footer-deets {
  position: relative;
}

.site-branding::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15vw;
  /* 10% of viewport width */
  height: 15vw;
  /* maintain aspect ratio via background-size */
  background: url("../images/corner-detail-left-blue.webp") no-repeat top left;
  background-size: contain;
  z-index: -1;
  /* behind the content */
}

.site-branding::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 15vw;
  /* 10% of viewport width */
  height: 15vw;
  /* maintain aspect ratio via background-size */
  background: url("../images/corner-detail-right-blue.webp") no-repeat top left;
  background-size: contain;
  z-index: -1;
  /* behind the content */
}

.site-footer-deets::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15vw;
  /* 10% of viewport width */
  height: 15vw;
  /* maintain aspect ratio via background-size */
  background: url("../images/corner-detail-left-blue.webp") no-repeat top left;
  background-size: contain;
  z-index: -1;
  /* behind the content */
  transform: scaleY(-1);
}

.site-footer-deets::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15vw;
  /* 10% of viewport width */
  height: 15vw;
  /* maintain aspect ratio via background-size */
  background: url("../images/corner-detail-right-blue.webp") no-repeat top left;
  background-size: contain;
  z-index: -1;
  transform: scaleY(-1);
  /* behind the content */
}

.wp-block-button {
  /*.wp-block-button__link{
        background:url('../images/banner-detail.webp') no-repeat top left;
        width:303px;
        aspect-ratio: 2/1;
        background-size:contain;
    }*/
}

.wp-block-columns {
  margin: 0;
}

.custom-logo-link {
  max-width: 500px;
  width: 59%;
}

.nav-menu {
  display: flex;
  justify-content: center;
  column-gap: 1em;
}
.nav-menu a {
  color: #3E4958;
}
.nav-menu a:hover {
  color: black;
}

.home__wrapper--image {
  margin-top: -60px;
}
.home__wrapper--image img {
  max-height: 90vh;
  object-fit: cover;
  width: 100%;
  object-position: top;
}

.section--background {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  width: 100vw;
  height: 100vh;
  z-index: -2;
  background-color: tan;
  background: url("../images/page-texture-big.webp");
  background-size: cover;
}

.section--home__header {
  padding: 0px 100px;
}

.img--nomax150 img {
  width: 130%;
  max-width: none;
  margin-left: 10%;
}

.group--flex-center {
  display: flex;
  justify-content: center;
}

.wp-block-quote {
  position: relative;
  padding: 2rem;
}
.wp-block-quote p {
  font-size: 3rem;
  line-height: 3.6rem;
}
.wp-block-quote:before {
  font-weight: 700;
  position: absolute;
  font-size: 5rem;
  content: "“";
  top: -1rem;
  left: -1rem;
}
.wp-block-quote:after {
  font-weight: 700;
  position: absolute;
  font-size: 5rem;
  content: "”";
  top: -1rem;
  right: -1rem;
}

.banner--subhead {
  background: url("../images/banner-detail.webp") no-repeat top left;
  width: 303px;
  aspect-ratio: 2/1;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Marilynd", sans-serif;
}
.banner--subhead h3 {
  font-size: 2rem;
  color: white;
  margin-top: -3px;
}

.is-layout-grid.grid--5col__smallmiddle {
  grid-template-columns: 1fr 1fr minmax(50px, 6%) 1fr 1fr;
  gap: 2rem;
}

.site-footer {
  margin-top: -300px;
}

@media only screen and (max-width: 640px) {
  h1 {
    font-family: "Marilynd", sans-serif;
    font-size: 2.5rem;
    line-height: 3rem;
  }
  h4 {
    font-family: "Marilynd", sans-serif;
    font-size: 2rem;
    line-height: 2.2rem;
  }
  p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .site-header {
    padding: 40px 40px 20px 40px;
  }
  .section--home__header {
    padding: 0px 40px;
  }
  .section--bigimg {
    height: 50vh;
    position: relative;
  }
  .section--bigimg .wp-block-group__inner-container, .section--bigimg .wp-block-image {
    height: 100%;
  }
  .section--bigimg img {
    height: 100%;
    object-fit: cover;
  }
  .site-footer {
    margin-top: -300px;
  }
  .section--background {
    height: 110vh;
  }
  .home__wrapper--image {
    margin-top: 0;
    display: flex;
    justify-content: center;
  }
  .home__wrapper--image img {
    width: 60%;
    margin-left: 20%;
  }
  .is-layout-grid.grid--5col__smallmiddle {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 2rem;
    row-gap: 2rem;
    /* middle column first */
  }
  .is-layout-grid.grid--5col__smallmiddle .services--item3 {
    order: 1;
    width: 100%;
    text-align: center;
    row-gap: 2rem;
  }
  .is-layout-grid.grid--5col__smallmiddle .services--item3 .wp-block-image img {
    width: 60px;
  }
  .is-layout-grid.grid--5col__smallmiddle .services--item1,
  .is-layout-grid.grid--5col__smallmiddle .services--item2,
  .is-layout-grid.grid--5col__smallmiddle .services--item4,
  .is-layout-grid.grid--5col__smallmiddle .services--item5 {
    row-gap: 2rem;
    order: 2;
    width: calc(50% - 1rem);
    /* two columns */
    text-align: center;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  .is-layout-grid.grid--5col__smallmiddle .services--item1 p,
  .is-layout-grid.grid--5col__smallmiddle .services--item2 p,
  .is-layout-grid.grid--5col__smallmiddle .services--item4 p,
  .is-layout-grid.grid--5col__smallmiddle .services--item5 p {
    text-align: center;
  }
}

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