:root {
  --green: #3f654c;
}

@font-face {
  font-family: Outfit;
  src: url(font/Outfit-VariableFont_wght.ttf) format(truetype);
}
@font-face {
  font-family: PFMarletDisplay;
  font-weight: 300;
  src: url(font/PFMarletDisplay-Light-subset.otf) format(opentype);
}
@font-face {
  font-family: PFMarletDisplay;
  font-weight: 400;
  src: url(font/PFMarletDisplay-Regular-subset.otf) format(opentype);
}
@font-face {
  font-family: PFMarletDisplay;
  font-weight: 700;
  src: url(font/PFMarletDisplay-Bold-subset.otf) format(opentype);
}
@font-face {
  font-family: PFMarletDisplay;
  font-weight: 900;
  src: url(font/PFMarletDisplay-Black-subset.otf) format(opentype);
}
body {
  font-family: Outfit, Arial, Helvetica, sans-serif;
  margin: 0;
}

html {
  font-size: 1.6vw;
  background-color: white;
  color: black;
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

.clear {
  clear: both;
}

button {
  font-size: 1.6vw;
  line-height: 2.2;
  font-family: Outfit;
  font-weight: 100;
  background-color: transparent;
  border: 0.08vw solid white;
  color: white;
  padding: 0 2vw;
  cursor: pointer;
}

.section {
  padding: 2vw;
}

.section a {
  color: #5a911d;
}

.center {
  text-align: center;
}

h2 {
  font-family: PFMarletDisplay;
  font-weight: 900;
  text-align: center;
  font-size: 4vw;
}

h3 {
  font-family: PFMarletDisplay;
  font-weight: 400;
  text-align: center;
  font-size: 2.8vw;
}

/* HEADER */
.header {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  z-index: 1;
}
.header.spacer {
  position: static;
  z-index: 0;
}
.header a.home {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 23vw;
  color: black;
  text-decoration: none;
  font-size: 1.2rem;
}
.header a.home img {
  height: 3rem;
  float: left;
  padding: 0.25rem;
}
.header a.home > div {
  text-align: center;
}
.header a.home .sl {
  padding-top: 0.5vw;
}
.header a.home .smaller {
  font-size: 0.8rem;
}

ul.main_nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
  display: flex;
  justify-content: flex-end;
}
ul.main_nav li {
  display: block;
  padding: 0 1rem;
}
ul.main_nav li a {
  display: inline-block;
  height: 3rem;
  line-height: 3rem;
  text-decoration: none;
  color: black;
  text-align: center;
  vertical-align: middle;
}

@media (max-width: 980px) {
  ul.main_nav li {
    padding: 0 0.3rem;
  }

  .header a.home {
    width: 45vw;
  }
  .header a.home .sl {
    padding-top: 1vw;
  }

  ul.main_nav a.onlybig {
    display: none;
  }
}
/* HOME */
.home .hero {
  height: 55.5vw;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)), url(../images/home-hero.jpg);
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  padding: 10vw;
}
.home .hero .quote {
  color: white;
  margin: 0 auto;
  text-align: center;
  font-family: PFMarletDisplay;
  font-size: 2.6vw;
  font-weight: 300;
  text-shadow: 0.3vw 0.3vw 0.4vw rgba(0, 0, 0, 0.8);
}
.home .welcome {
  background-color: var(--green);
  color: white;
  padding: 1vw 10vw 6vw;
  text-align: center;
}
.home .welcome h2 {
  margin: 2.8vw 0;
}
.home .welcome p {
  font-family: Outfit;
  font-weight: 100;
  font-size: 1.6vw;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 3vw;
}
.home .how-can-i-help h2 {
  color: var(--green);
}
.home .how-can-i-help h3 {
  color: #303030;
  margin: 0;
}
.home .how-can-i-help .text {
  font-weight: 100;
  font-size: 1.3vw;
  line-height: 1.5;
  text-align: center;
}
.home .how-can-i-help button {
  color: #303030;
  border-color: #303030;
}
.home .how-can-i-help .items .item {
  display: flex;
}
.home .how-can-i-help .items .item:nth-child(even) {
  flex-direction: row-reverse;
}
.home .how-can-i-help .items .item > * {
  flex: 1 1;
}
.home .how-can-i-help .items .item > img {
  width: 50%;
}
.home .how-can-i-help .items .item > div {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  padding: 0 6vw;
  background-color: #f3f1ef;
}

img.rcc {
  width: 26vw;
}

@media (max-width: 980px) {
  img.rcc {
    width: 35vw;
  }
}
.green {
  color: var(--green);
}

.white {
  color: white;
}

.about h2 {
  text-align: right;
  padding-right: 5vw;
  margin: 0;
  color: var(--green);
}
.about .hero {
  background-image: url(../images/about-hero-bg.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 9vw;
  height: 47.3vw;
}
.about .hero .headshot {
  display: block;
  width: 32vw;
  border: 1vw solid white;
  border-radius: 16vw;
  transform: scaleX(-1);
}
.about .hero .talk-bubble {
  background-image: url(../images/talk-bubble-488x245.png);
  --bubble-scale: 70vw;
  box-sizing: border-box;
  overflow: hidden;
  width: calc(var(--bubble-scale) * 488 / 826 );
  height: calc(var(--bubble-scale) * 245 / 826);
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: calc(var(--bubble-scale) * 122 / 826 / 2);
  padding-right: calc(var(--bubble-scale) * 58 / 826 / 2);
  text-align: center;
  display: flex;
  align-items: center;
  font-family: PFMarletDisplay;
  font-weight: 900;
  font-size: 2.2vw;
  color: var(--green);
}
.about .whoami {
  margin-top: 5vw;
  position: relative;
  font-weight: 100;
  font-size: 1.45vw;
}
.about .whoami .green-bg {
  background-color: var(--green);
  color: white;
  padding: 3vw;
  padding-left: 40vw;
  text-align: center;
}
.about .whoami .green-bg > * {
  margin: 0;
}
.about .whoami .green-bg h3 {
  color: white;
  font-size: 2.2vw;
}
.about .whoami .grey2-bg {
  background-color: #f4f1f2;
  padding: 5vw;
  padding-left: 43vw;
}
.about .whoami > img {
  position: absolute;
  left: 6vw;
  top: 6vw;
  width: 30vw;
  height: auto;
}
.about .professionally h2 {
  text-align: left;
  margin-top: 3vw;
  padding-left: 3vw;
}
.about .professionally .columns {
  display: flex;
  justify-content: space-between;
  padding-right: 7vw;
  font-weight: 100;
}
.about .professionally .columns .left {
  background-color: #f3f1ef;
  width: 49vw;
  padding: 0 5vw;
}
.about .professionally .columns > img {
  width: 35vw;
  height: auto;
  box-shadow: 3.5vw -3.5vw var(--green);
}
.about > .green-bg {
  background-color: var(--green);
  color: white;
  text-align: center;
  padding: 5vw;
  font-weight: 100;
}
.about > .green-bg h3 {
  color: white;
  font-size: 2.4vw;
  font-weight: 700;
  text-align: center;
}
.about .find-out-how {
  text-align: center;
  font-weight: 100;
}
.about .find-out-how h3 {
  color: var(--green);
  font-family: PFMarletDisplay;
  font-size: 2.1vw;
}
.about .find-out-how button {
  margin-top: 2vw;
  border-color: black;
  color: black;
}

/*
#about_quote {
    font-family: "Times New Roman", Times, serif;
    color:white;
    background-color:#7c9c69;
    font-size:1.5rem;
    font-style:italic;
    display:inline-block;
    text-align:center;
    float:right;
    padding:1vw;
    margin-right:10vw;
    width:49vw;
}
@media (max-width:980px) {
    #about_quote {
        width:46vw;
    }
}
*/
/* SERVICES */
.services .hero {
  background-image: url(../images/services-hero.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 1vw 52vw 0 7vw;
  aspect-ratio: 2417/1519;
  color: var(--green);
}
.services .hero h2 {
  text-align: left;
}
.services .hero #therapy_quote {
  font-size: 2vw;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 5vw;
}
.services .hero button {
  color: black;
  border-color: black;
}
.services .what-i-do h2 {
  margin: 2vw 0;
  color: var(--green);
}
.services .what-i-do .items {
  background-color: var(--green);
  color: white;
  display: flex;
  padding: 4vw 12.6vw;
  justify-content: space-between;
}
.services .what-i-do .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 22vw;
}
.services .what-i-do .item img {
  width: 100%;
}
.services .what-i-do .item h3 {
  background-color: white;
  width: 70%;
  margin: 0 auto;
  transform: translateY(-50%);
  color: var(--green);
  font-family: Outfit;
  font-weight: 100;
  font-size: 1.3vw;
  line-height: 2.2;
}
.services .what-i-do .item .text {
  text-align: center;
  margin-bottom: 2vw;
  font-weight: 100;
  line-height: 1.5;
}
.services .what-i-do .item button {
  display: block;
  margin: 0 auto;
}
.services .what-i-do .footnote {
  line-height: 2.2;
  vertical-align: middle;
  text-align: center;
  color: var(---green);
  font-weight: 100;
  font-size: 1.22vw;
}
.services .heading-banner {
  position: relative;
  width: 100%;
  margin-bottom: 2.5vw;
}
.services .heading-banner img {
  width: 100%;
  display: block;
}
.services .heading-banner h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  font-weight: bold;
  text-align: left;
  padding-left: 5.6vw;
  font-size: 3vw;
  line-height: 2;
  letter-spacing: 0.05vw;
}
.services .heading-banner:first-of-type h3 {
  color: var(--green);
}
.services .content {
  background-color: var(--green);
  padding: 3vw;
  margin-bottom: 2.5vw;
  color: white;
  font-weight: 100;
}
.services .content hr {
  width: 11%;
  margin-top: 2.2vw;
  margin-bottom: 2.2vw;
}
.services .content .footnote {
  font-size: 1.2vw;
}
.services .content p {
  text-align: center;
}
.services .content .who-i-work-with {
  text-align: center;
  margin: 0 7vw;
  line-height: 1.5;
}
.services .content .referral-reasons ul {
  padding-left: 0;
  margin-left: 3.5vw;
  margin-right: 3vw;
  column-count: 4;
  column-gap: 7vw;
}
.services .content .referral-reasons li {
  font-size: 1.6vw;
  line-height: 1.55;
}
.services .content .therapeutic-approaches ul {
  column-count: 2;
  padding-left: 0;
  margin-left: 16vw;
  margin-right: 15.6vw;
  column-gap: 6vw;
}
.services .content .therapeutic-approaches li {
  font-size: 1.6vw;
  line-height: 1.55;
}
.services .find-out {
  color: var(--green);
  font-family: PFMarletDisplay;
  font-size: 2.08vw;
}
.services .contact-me {
  font-size: 1.6vw;
  font-weight: 100;
  margin-bottom: 4vw;
}
.services .contact-btn {
  color: black;
  border-color: black;
}

/* CONTACT */
ul.errors {
  color: red;
  background: rgba(255, 255, 255, 0.7);
}

form {
  padding: 2vw;
  background-color: #99b38a;
  text-align: left;
  width: 80vw;
  max-width: 640px;
  margin: 0 auto;
}
form label {
  display: block;
  color: var(--green);
}

input {
  width: 40%;
  font-size: 1rem;
  padding: 0.1rem 0.2rem;
}
input[type=email] {
  width: 80%;
}
input[name=subject] {
  width: 80%;
}

textarea {
  padding: 0.1rem 0.2rem;
  font-size: 1rem;
  width: 90%;
}

main.faqs {
  background-image: url(../images/faq-bg.png);
  background-size: 53.61vw auto;
  background-position: right top;
  background-repeat: no-repeat;
  padding-bottom: 3rem;
}
main.faqs h2 {
  margin-top: 0;
  padding-top: 1rem;
  padding-left: 1rem;
  text-align: left;
  color: var(--green);
  font-size: 3vw;
  font-weight: 300;
}
main.faqs div.faqs {
  background-color: #f3f1ef;
  width: 52.4vw;
  margin-left: 6rem;
  padding: 1.8rem;
}

.faq {
  margin-bottom: 1rem;
  text-align: left;
  font-size: 0.8rem;
  line-height: 1.5;
}
.faq .q {
  font-weight: bold;
  font-size: 0.8rem;
  color: var(--green);
}
.faq .a {
  font-weight: 300;
}

.footer {
  margin-top: 10vw;
  text-align: center;
}
.footer ul.nav {
  list-style-type: none;
}
.footer ul.nav li {
  display: inline-block;
}
.footer ul.nav li a {
  display: inline-block;
  margin: 1vw;
  height: 2.2rem;
  line-height: 2.2rem;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  color: black;
}

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