.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Vollkorn, serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

h2 {
  text-align: center;
  text-transform: uppercase;
  margin: 10px 0;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

h4 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Vollkorn, serif;
  font-size: 15px;
  line-height: 22px;
}

.button {
  color: #47474f;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #47474f;
  border-bottom-width: 2px;
  padding: 15px 33px;
  font-family: Vollkorn, serif;
  font-size: 19px;
  font-style: italic;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #fff;
}

.button.form {
  color: #7ec4bd;
  border-width: 1px 1px 2px;
  border-color: #7ec4bd;
  margin-top: 23px;
  margin-bottom: 24px;
  padding-left: 54px;
  padding-right: 54px;
}

.button.form:hover {
  background-color: rgba(126, 196, 189, .34);
}

.button.butsteps {
  margin-bottom: 60px;
}

.header {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(rgba(47, 73, 70, .29), rgba(47, 73, 70, .29)), url('../images/Birth-Boot-Camp-Pregnant-Belly.jpg');
  background-position: 0 0, 50% 70%;
  background-size: auto, cover;
  padding: 220px 10px;
}

.header.project-page {
  background-image: linear-gradient(rgba(47, 73, 70, .53), rgba(47, 73, 70, .53)), url('../images/Doula-Supporting-Mom-Counterpressure.jpg');
  background-position: 0 0, 50%;
  background-attachment: scroll, fixed;
  padding-top: 77px;
  padding-bottom: 77px;
}

.header.header-packages {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/packages-head.jpg');
  background-position: 0 0, 50%;
  background-attachment: scroll, fixed;
}

.navbar {
  background-color: #fff;
  padding-top: 18px;
  padding-bottom: 18px;
  position: relative;
}

.nav-link {
  color: #404040;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  margin-top: 23px;
  margin-left: 34px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  transition: border-color .3s;
}

.nav-link:hover {
  border-bottom-color: #7ec4bd;
}

.nav-link.w--current {
  color: #a77676;
}

.logo-title {
  float: left;
  text-transform: uppercase;
  margin-top: 13px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.logo-img {
  float: left;
  margin-right: 18px;
}

.main-heading {
  color: #fff;
  text-transform: capitalize;
  margin-top: 7px;
  font-family: Oooh Baby, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 65px;
}

.divider {
  width: 80px;
  height: 2px;
  background-color: #fff;
  margin: 28px auto;
  display: block;
}

.divider.grey {
  background-color: #eecfcc;
  margin-bottom: 43px;
}

.main-subtitle {
  color: rgba(255, 255, 255, .81);
  font-family: Vollkorn, serif;
  font-size: 25px;
  font-style: italic;
}

.about-section {
  text-align: center;
  background-color: #eaf9fc;
  padding-bottom: 61px;
}

.about-text {
  color: #47474f;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.x-icon {
  margin-top: -26px;
  margin-bottom: 34px;
}

.section {
  text-align: center;
  padding-top: 69px;
  padding-bottom: 69px;
}

.section.grey {
  background-color: #68a5a7;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.grey.photos {
  background-color: #f1f1f1;
}

.section.grey.testimonials {
  background-color: #fdfdfd;
}

.section.contact {
  background-color: #7ec4bd;
  background-image: linear-gradient(rgba(126, 196, 189, .87), #7ec4bd), url('../images/footer-bg.jpg');
  background-size: auto, cover;
  font-family: Vollkorn, serif;
}

.section.footer {
  background-color: #414c50;
  padding-top: 10px;
  padding-bottom: 20px;
}

.section.casestudy {
  background-color: #bce4ed;
}

.section.right {
  background-color: #eaf9fc;
}

.section.right.steps {
  background-image: linear-gradient(#68a5a7, #fff 4%), url('../images/pexels-pixabay-434645.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.grey-icon-wrapper {
  background-color: #f5f5f5;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.project-wrapper {
  color: #333;
  text-decoration: none;
  transition: bottom .3s;
  display: block;
  position: relative;
  bottom: 0;
}

.project-wrapper:hover {
  bottom: 8px;
}

.team-image {
  border-radius: 100%;
  margin-bottom: 21px;
}

.role {
  margin-bottom: 16px;
  font-family: Vollkorn, serif;
  font-size: 17px;
  font-style: italic;
}

.social-link {
  width: 29px;
  height: 29px;
  background-color: #f5f5f5;
  border-radius: 100%;
  margin: 3px;
  padding-top: 5px;
  padding-left: 1px;
  transition: box-shadow .3s;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
}

.social-link:hover {
  box-shadow: inset 0 0 0 2px #7ec4bd;
}

.team-title {
  margin-bottom: 7px;
}

.testimonial-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.quote-icon {
  margin-bottom: 37px;
}

.arrow {
  width: 40px;
  color: #e3e3e3;
  font-size: 30px;
  transition: color .3s;
}

.arrow:hover {
  color: #333;
}

.testimonial-slide {
  width: 50%;
  text-align: center;
  padding: 30px 34px 29px;
}

.testimonial-slide.left-border {
  border-left: 2px solid rgba(0, 0, 0, .04);
}

.mask {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.team-row {
  margin-bottom: 20px;
}

.testimonial {
  margin-bottom: 22px;
  font-size: 18px;
  line-height: 25px;
}

.from {
  color: #ababab;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.icon-wrapper {
  height: 95px;
  margin-bottom: 10px;
  padding-top: 13px;
}

.icon-wrapper._2 {
  padding-top: 20px;
}

.footer-logo {
  opacity: .4;
  margin-bottom: 15px;
}

.contact-text {
  color: #212121;
  font-size: 17px;
}

.link {
  color: #1c1c1c;
}

.social-wrapper {
  text-align: left;
  margin-bottom: 11px;
  margin-left: 33%;
  text-decoration: none;
  transition: opacity .3s;
  display: block;
}

.social-wrapper:hover {
  opacity: .43;
}

.footer-text {
  color: rgba(255, 255, 255, .4);
}

.social-link-text {
  display: inline-block;
}

.social-icon {
  margin-top: -6px;
  margin-right: 9px;
}

.field {
  height: 57px;
  color: #7ec4bd;
  background-color: rgba(255, 255, 255, .2);
  border: 0 solid #000;
  margin-bottom: 0;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 18px;
  font-style: italic;
  box-shadow: inset 3px 0 rgba(0, 0, 0, 0);
}

.field:focus {
  box-shadow: inset 3px 0 #7ec4bd;
}

.field.large {
  height: 127px;
}

.field.darker {
  background-color: rgba(255, 255, 255, .18);
  transition: box-shadow .3s;
}

.form-wrapper {
  padding-left: 20%;
  padding-right: 20%;
}

.success-message {
  color: #7ec4bd;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #7ec4bd;
  border-bottom-width: 2px;
  padding-top: 82px;
  padding-bottom: 82px;
}

.project-info {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 20px 10px;
}

.project-title {
  text-transform: capitalize;
  margin-bottom: 4px;
  font-family: Oooh Baby, sans-serif;
  font-size: 20px;
}

.nav-menu {
  flex-direction: row;
  padding-top: 10px;
  display: flex;
}

.grow-row {
  margin-bottom: 42px;
}

.screenshot {
  margin-bottom: 43px;
}

.face {
  border-radius: 100%;
  margin-bottom: 10px;
}

.heading {
  text-transform: capitalize;
  font-family: Oooh Baby, sans-serif;
  font-size: 30px;
}

.heading-2, .heading-3 {
  text-transform: capitalize;
  font-family: Oooh Baby, sans-serif;
  font-size: 25px;
}

.paragraph, .paragraph-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.paragraph-3 {
  font-family: Montserrat, sans-serif;
}

.columns {
  display: block;
}

.div-block {
  justify-content: center;
  display: flex;
}

.paragraph-4 {
  color: #fffefe;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  line-height: 25px;
  display: flex;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-4 {
  color: #fff;
  font-family: Oooh Baby, sans-serif;
  font-size: 35px;
}

.heading-4.anotherhome {
  color: #4c3939;
  margin-bottom: 40px;
}

.div-block-3 {
  padding-top: 20px;
  display: flex;
}

.button-2 {
  color: #7c403a;
  background-color: #eecfcc;
  border-bottom: 2px solid #69a4a8;
  padding: 15px 20px;
  font-size: 18px;
  font-style: italic;
}

.text-block, .text-block-2, .text-block-3 {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
}

.button-3 {
  font-family: Vollkorn, serif;
  font-style: italic;
}

.heading-5 {
  text-transform: capitalize;
  font-family: Oooh Baby, sans-serif;
}

.heading-5.steps {
  text-align: center;
  margin-bottom: 60px;
  font-family: Vollkorn, serif;
  font-size: 40px;
  font-style: italic;
}

.paragraph-5 {
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.paragraph-5.parsteps {
  text-align: left;
  margin-bottom: 60px;
  font-size: 20px;
  font-weight: 200;
}

.container {
  margin-top: 40px;
}

.package {
  padding-top: 0;
  padding-bottom: 15px;
}

.div-block-4 {
  padding-left: 40px;
  padding-right: 40px;
}

.packagediv {
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .59);
}

.packagediv.lowerduola {
  margin-top: 40px;
}

.italic-text {
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 500;
}

.paragraph-6 {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.tab-link-tab-1, .tab-link-tab-1.w--current {
  background-color: rgba(0, 0, 0, 0);
}

.tab-link-tab-2 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.tab-link-tab-3 {
  color: #fffefe;
  background-color: rgba(0, 0, 0, 0);
}

.tabs-menu {
  margin-bottom: 10px;
}

.section-2 {
  height: 400px;
  background-image: url('../images/Doula-Supporting-Mom-Counterpressure.jpg');
  background-position: 50% 30%;
  background-size: cover;
  background-attachment: fixed;
}

.birthphotography {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(rgba(47, 73, 70, .29), rgba(47, 73, 70, .29)), url('../images/Birth-Boot-Camp-Pregnant-Belly.jpg');
  background-position: 0 0, 50% 70%;
  background-size: auto, cover;
  padding: 220px 10px;
}

.birthphotography.project-page {
  background-image: linear-gradient(rgba(47, 73, 70, .53), rgba(47, 73, 70, .53)), url('../images/Doula-Supporting-Mom-Counterpressure.jpg');
  background-position: 0 0, 50%;
  background-attachment: scroll, fixed;
  padding-top: 77px;
  padding-bottom: 77px;
}

.birthphotography.header-packages {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/packages-head.jpg');
  background-position: 0 0, 50%;
  background-attachment: scroll, fixed;
}

.birthphotography.photography {
  background-image: linear-gradient(rgba(0, 0, 0, 0), #7c7878), url('../images/p1-min.jpg');
  background-position: 0 0, 50% 25%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-5 {
  padding-top: 0;
  position: static;
}

.image, .image-2, .image-3, .image-4, .image-5, .image-6 {
  margin-top: 20px;
}

.ssa {
  color: rgba(173, 224, 186, .4);
  font-style: italic;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .nav-link {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link:hover {
    border-bottom-color: rgba(0, 0, 0, 0);
  }

  .main-heading {
    font-size: 38px;
    line-height: 44px;
  }

  .project-wrapper:hover {
    transform: translate(0);
  }

  .social-wrapper {
    margin-left: 30%;
  }

  .menu-button {
    margin-top: 7px;
    padding: 10px;
    font-size: 32px;
  }

  .menu-button.w--open {
    color: #7ec4bd;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #f5f5f5;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
  }

  .logo-title {
    margin-top: 6px;
  }

  .logo-img {
    width: 50px;
  }

  .about-section {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-text {
    font-size: 15px;
  }

  .x-icon {
    margin-bottom: 21px;
  }

  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .grey-icon-wrapper {
    margin-bottom: 16px;
    padding: 34px 56px;
    display: inline-block;
  }

  .grey-icon-wrapper.push-top {
    margin-top: 30px;
  }

  .testimonial-slide {
    width: 100%;
  }

  .testimonial-slide.left-border {
    border-left-width: 0;
  }

  .icon-wrapper {
    height: 85px;
  }

  .icon-wrapper._2 {
    margin-top: 37px;
  }

  .social-wrapper {
    text-align: center;
    margin-left: 0%;
  }

  .form-wrapper {
    padding-left: 10%;
    padding-right: 10%;
  }

  .menu-button {
    margin-top: 0;
  }

  .member {
    padding-bottom: 47px;
  }

  .grow-row {
    margin-bottom: 0;
  }

  .screenshot {
    width: 90%;
  }

  .paragraph-4 {
    padding-top: 10px;
    font-size: 15px;
  }

  .paragraph-5.parsteps {
    font-size: 17px;
  }

  .packagediv, .packagediv.lowerduola {
    margin-bottom: 40px;
  }

  .birthphotography {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    font-size: 15px;
  }

  .header.header-packages {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/packages-head.jpg');
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .main-heading {
    font-size: 34px;
    line-height: 38px;
  }

  .main-subtitle {
    font-size: 18px;
  }

  .grey-icon-wrapper {
    display: block;
  }

  .footer-text {
    font-size: 13px;
  }

  .form-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-4.anotherhome {
    font-size: 25px;
    line-height: 30px;
  }
}

#w-node-_789b3068-ca69-55fd-b14f-f8837a7d93b7-e2ddb675, #w-node-_18f7d04c-eb18-f2ea-253f-1a2175738199-e2ddb675, #w-node-_31fa322a-fbe8-4b4f-e765-0ed7b4dec320-e2ddb675, #w-node-_432f6fe6-9bb8-558f-10ad-e85bccca8a4b-e2ddb675 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


