@font-face {
  font-family: "Ivy Mode";
  src: url("/font/IvyMode-Regular.woff2") format("woff2"), url("/font/IvyMode-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ivy Mode";
  src: url("/wp-content/themes/balance-breathe/font/IvyMode-Regular.woff2") format("woff2"), url("/wp-content/themes/balance-breathe/font/IvyMode-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.text-metal {
  color: #03303E;
}

.text-navy {
  color: #1D3459;
}

.text-blue {
  color: #D9EFFD;
}

.text-pink {
  color: #D0396C;
}

.bg-metal {
  background-color: #03303E;
}

.bg-navy {
  background-color: #1D3459;
}

.bg-blue {
  background-color: #D9EFFD;
}

.bg-pink {
  background-color: #D0396C;
}

.btn-metal {
  background-color: #03303E;
  border-color: #03303E;
  color: #ffffff;
}

.btn-navy {
  background-color: #1D3459;
  border-color: #1D3459;
  color: #ffffff;
}

.btn-blue {
  background-color: #D9EFFD;
  border-color: #D9EFFD;
  color: #ffffff;
  color: #000000;
}

.btn-pink {
  background-color: #D0396C;
  border-color: #D0396C;
  color: #ffffff;
}

.btn-hover-metal:hover, .btn-hover-metal:active, .btn-hover-metal:focus {
  background-color: #03303E !important;
  border-color: #03303E !important;
}

.btn-hover-navy:hover, .btn-hover-navy:active, .btn-hover-navy:focus {
  background-color: #1D3459 !important;
  border-color: #1D3459 !important;
}

.btn-hover-blue:hover, .btn-hover-blue:active, .btn-hover-blue:focus {
  background-color: #D9EFFD !important;
  border-color: #D9EFFD !important;
  color: #000000;
}

.btn-hover-pink:hover, .btn-hover-pink:active, .btn-hover-pink:focus {
  background-color: #D0396C !important;
  border-color: #D0396C !important;
}

body {
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  color: #000000;
}

.header-padding-fix {
  height: 68px;
}

.section-padding {
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.navbar-brand .logo {
  width: 18vw;
  min-width: 200px;
}
.navbar-brand .icon {
  width: 2.5vw;
  min-width: 30px;
}

.nav-link {
  font-family: "Ivy Mode", "serif";
  color: #ffffff;
  font-size: 32px;
  font-size: 1vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .nav-link {
    font-size: 1rem;
  }
}
.nav-item {
  padding-left: 1.5vw;
}

.btn {
  text-align: center;
  font-family: "Ivy Mode", "serif";
  line-height: normal;
  letter-spacing: 0.2em;
  border-radius: 0.65em;
  padding: 0.5em 1.5em;
}
.btn .btn-lg {
  color: #FFF;
  font-size: clamp(1.625rem, 2vw, 32px);
  font-style: normal;
  font-weight: 600;
}

.section-home {
  height: 500px;
}

.background {
  position: absolute;
  inset: 0;
}

.background-image {
  background-size: cover;
  background-position: center;
}

h1.display-1 {
  text-align: center;
  font-family: "Ivy Mode";
  font-size: clamp(1.625rem + 4.5vw, 6vw, 96px);
  font-style: italic;
  font-weight: 600;
  line-height: normal;
}

h2 {
  font-family: "Ivy Mode";
  font-size: clamp(1.325rem + 0.9vw, 2.25vw, 36px);
  font-weight: 600;
  letter-spacing: 0.1em;
}

h3 {
  font-family: "Ivy Mode";
  font-size: clamp(1.3rem + 0.6vw, 1.85vw, 30px);
  font-weight: 600;
  letter-spacing: 0.1em;
}

p.lead {
  font-size: clamp(1.25rem, 1.5vw, 24px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.1em;
  font-weight: 500;
}

#service-details .tile {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}
#service-details .tile img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  left: 0;
  top: 0;
}

.section-about .flowers {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 105%;
}

@media (max-width: 767px) {
  .section-about .flowers {
    z-index: -1;
    height: auto;
    width: 130%;
  }
}
.form-control {
  height: 50px;
  border-radius: 1rem;
  font-size: 20px;
}

textarea.form-control {
  min-height: calc(15.5em + 0.75rem + 2px);
}

label {
  font-size: 20px;
}

.accordion-button {
  font-family: "Barlow", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: normal;
}

.wp-block-faq-block-for-gutenberg-faq {
  padding: 0 !important;
  border-radius: 20px !important;
}

.wp-block-faq-block-for-gutenberg-faq .question {
  padding: 1rem 1.25rem !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

.wp-block-faq-block-for-gutenberg-faq .question.active {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.wp-block-faq-block-for-gutenberg-faq .answer {
  background-color: #D9EFFD;
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 1rem;
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

.wp-block-faq-block-for-gutenberg-faq .question h4,
.accordion-button {
  font-family: "Ivy Mode";
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.1em !important;
}

.accordion-button.collapsed {
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

.accordion-body {
  background-color: #D9EFFD;
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 767px) {
  .accordion-button {
    font-size: 18px;
  }
  .accordion-body {
    font-size: 1.2rem;
  }
  .section-faq .flowers {
    width: 50vw;
  }
}
.wp-block-group .tile {
  padding-bottom: initial;
}

.tile figure {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 2rem;
}

.tile figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

figure.rounded-5 img {
  max-width: 100%;
  border-radius: 2rem;
}

#meet-jen {
  position: relative;
}

@media (min-width: 768px) {
  #meet-jen {
    position: relative;
  }
  #meet-jen:after {
    content: "";
    position: absolute;
    bottom: -0.5rem;
    right: 0;
    height: 105%;
    width: 40%;
    background-image: url("/wp-content/themes/balance-breathe/img/Group 53.png");
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
  }
  #services-about {
    position: relative;
  }
  #services-about:after {
    content: "";
    position: absolute;
    left: 0;
    width: 13vw;
    top: 80%;
    height: 500px;
    background-image: url("/wp-content/themes/balance-breathe/img/flowers-services-1.png");
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
  }
  #connect-body,
  #service-details {
    position: relative;
    overflow: hidden;
  }
  #connect-body:before,
  #service-details:before {
    content: "";
    position: absolute;
    right: 0;
    width: 25vw;
    bottom: -0.5rem;
    height: 1000px;
    background-image: url("/wp-content/themes/balance-breathe/img/flowers-services-2.png");
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
  }
  #faqs {
    position: relative;
    overflow: hidden;
  }
  #faqs:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 14vw;
    height: 1000px;
    background-image: url("/wp-content/themes/balance-breathe/img/Group.png");
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
  }
  .connect-spacer {
    position: relative;
  }
  .connect-spacer:after {
    content: "";
    position: absolute;
    left: 0;
    width: 13vw;
    top: 103%;
    height: 500px;
    background-image: url("/wp-content/themes/balance-breathe/img/flowers-services-1.png");
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
  }
}/*# sourceMappingURL=main.css.map */