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

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

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

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

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

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

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

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

.button {
  display: inline-block;
  padding: 15px 33px;
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: #47474f;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Varela, sans-serif;
  color: #47474f;
  font-size: 19px;
  font-style: normal;
  text-align: center;
  text-decoration: none;
}

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

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

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

.header {
  padding: 140px 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(138, 94, 53, 0.55)), to(rgba(138, 94, 53, 0.55))), url('../images/babyboom1.png');
  background-image: linear-gradient(180deg, rgba(138, 94, 53, 0.55), rgba(138, 94, 53, 0.55)), url('../images/babyboom1.png');
  background-position: 0px 0px, 50% 10%;
  background-size: auto, cover;
  color: #fff;
  text-align: center;
}

.header.project-page {
  padding-top: 77px;
  padding-bottom: 77px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(138, 94, 53, 0.8)), to(rgba(138, 94, 53, 0.8))), url('../images/babyboom2.png');
  background-image: linear-gradient(180deg, rgba(138, 94, 53, 0.8), rgba(138, 94, 53, 0.8)), url('../images/babyboom2.png');
  background-position: 0px 0px, 50% 80%;
}

.navbar {
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: #fffffe;
}

.nav-link {
  margin-top: 23px;
  margin-left: 34px;
  padding: 0px;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  font-family: Varela, sans-serif;
  color: #404040;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

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

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

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

.main-heading {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  line-height: 55px;
  font-weight: 500;
  text-transform: uppercase;
}

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

.divider.grey {
  margin-bottom: 43px;
  background-color: rgba(0, 0, 0, 0.09);
}

.main-subtitle {
  font-family: Vollkorn, serif;
  color: hsla(0, 0%, 100%, 0.81);
  font-size: 18px;
  font-style: italic;
}

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

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

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

.section {
  padding-top: 69px;
  padding-bottom: 69px;
  background-color: #fff;
  text-align: center;
}

.section.grey {
  background-color: #fff;
}

.section.contact {
  padding-top: 60px;
  padding-bottom: 300px;
  background-color: #bfa690;
  background-image: linear-gradient(7deg, rgba(138, 94, 53, 0.55) 54%, #c4a77e), url('../images/Screen-Shot-2019-09-24-at-13.04.02.png');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, contain;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
  opacity: 1;
  font-family: Vollkorn, serif;
}

.section.footer {
  background-color: #000;
}

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

.project-wrapper {
  position: relative;
  bottom: 0px;
  display: block;
  -webkit-transition: bottom 300ms ease;
  transition: bottom 300ms ease;
  color: #333;
  text-decoration: none;
}

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

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

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

.social-link {
  width: 29px;
  height: 29px;
  margin: 3px;
  padding-top: 5px;
  padding-left: 1px;
  border-radius: 100%;
  background-color: #f5f5f5;
  box-shadow: inset 0 0 0 1px transparent;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

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

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

.testimonial-slider {
  height: auto;
  background-color: transparent;
}

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

.arrow {
  width: 40px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #e3e3e3;
  font-size: 30px;
}

.arrow:hover {
  color: #333;
}

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

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

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

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

.testimonial {
  margin-bottom: 22px;
  font-size: 26px;
  line-height: 33px;
}

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

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

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

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

.contact-text {
  max-width: 300px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #f5f5f5;
  font-size: 17px;
  font-weight: 500;
}

.link {
  color: #1c1c1c;
}

.social-wrapper {
  display: block;
  margin-bottom: 11px;
  margin-left: 33%;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  text-align: left;
  text-decoration: none;
}

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

.footer-text {
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.65);
  font-size: 12px;
  text-transform: none;
}

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

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

.field {
  height: 57px;
  margin-bottom: 0px;
  padding-top: 17px;
  padding-bottom: 17px;
  border: 0px solid #000;
  background-color: hsla(0, 0%, 100%, 0.2);
  box-shadow: inset 3px 0 0 0 transparent;
  font-family: Varela, sans-serif;
  color: #7ec4bd;
  font-size: 18px;
  font-style: italic;
}

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

.field.large {
  height: 127px;
}

.field.darker {
  background-color: hsla(0, 0%, 100%, 0.18);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  font-family: Varela, sans-serif;
}

.form-wrapper {
  padding-right: 20%;
  padding-left: 20%;
  font-family: Varela, sans-serif;
  color: #ffe;
}

.success-message {
  padding-top: 82px;
  padding-bottom: 82px;
  border: 2px solid #ffe;
  background-color: transparent;
  color: #ffe;
}

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

.project-title {
  margin-bottom: 4px;
  text-transform: capitalize;
}

.nav-menu {
  font-family: Varela, sans-serif;
}

.variant-2 {
  margin-right: 20%;
  margin-bottom: 42px;
  margin-left: 20%;
}

.screenshot {
  margin-bottom: 43px;
}

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

.heading {
  color: #ffe;
}

.paragraph {
  font-family: Varela, sans-serif;
  color: #ffe;
}

.error-message {
  background-color: #bd0d0d;
}

.paragraph-2 {
  font-family: Varela, sans-serif;
}

.heading-2 {
  padding-top: 16px;
  font-family: Varela, sans-serif;
  color: #fff;
  text-transform: none;
}

.heading-3 {
  font-family: Varela, sans-serif;
}

.heading-4 {
  font-family: Varela, sans-serif;
  font-weight: 400;
}

.div-block {
  height: 200px;
  min-width: 400px;
  padding-right: 10px;
  padding-left: 10px;
}

.heading-5 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
}

.heading-6 {
  text-transform: uppercase;
}

.heading-7 {
  padding-bottom: 40px;
  text-transform: uppercase;
}

.paragraph-3 {
  text-align: left;
}

.paragraph-4 {
  max-width: 400px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 13px;
  text-align: left;
  text-decoration: none;
}

.paragraph-5 {
  text-align: left;
}

.paragraph-6 {
  text-align: left;
}

.image-4 {
  max-height: 250px;
  max-width: 300px;
}

.image-5 {
  display: inline-block;
  max-width: none;
  min-width: auto;
  padding-right: 23px;
  padding-left: 10px;
  text-align: center;
}

.column {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  text-align: right;
}

.heading-8 {
  font-family: Montserrat, sans-serif;
  text-align: left;
}

.heading-9 {
  text-align: left;
}

.column-3 {
  text-align: left;
}

.column-4 {
  text-align: left;
}

.paragraph-7 {
  padding-left: 140px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.paragraph-8 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.heading-10 {
  padding-bottom: 15px;
  font-size: 23px;
  text-transform: none;
}

.heading-11 {
  font-size: 16px;
  text-transform: none;
}

.heading-12 {
  font-family: Montserrat, sans-serif;
}

.heading-13 {
  font-family: Montserrat, sans-serif;
}

.column-5 {
  padding-left: 51px;
}

.column-6 {
  padding-left: 51px;
}

.text-block {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 31px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.heading-14 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.column-9 {
  padding-left: 0px;
}

.link-2 {
  color: hsla(0, 0%, 100%, 0.65);
  font-weight: 500;
}

.link-3 {
  color: hsla(0, 0%, 100%, 0.65);
  font-weight: 500;
}

.link-4 {
  text-decoration: none;
}

.link-5 {
  text-decoration: none;
}

@media (max-width: 991px) {
  .header {
    padding-top: 300px;
  }
  .header.project-page {
    margin-bottom: 50px;
  }
  .nav-link {
    margin: 0px auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .nav-link:hover {
    border-bottom-color: transparent;
  }
  .main-heading {
    font-size: 38px;
    line-height: 44px;
  }
  .project-wrapper:hover {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .social-wrapper {
    margin-left: 30%;
  }
  .footer-text {
    font-size: 12px;
  }
  .menu-button {
    margin-top: 7px;
    padding: 10px;
    font-size: 32px;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #7ec4bd;
  }
  .nav-menu {
    background-color: #f5f5f5;
  }
  .variant-2 {
    margin-right: 5%;
    margin-bottom: 25px;
    margin-left: 5%;
  }
  .paragraph-4 {
    margin-bottom: 0px;
  }
  .image {
    max-width: 100%;
  }
  .image-2 {
    max-width: 100%;
  }
  .image-3 {
    max-width: 100%;
  }
  .image-4 {
    max-width: 100%;
  }
  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .image-5 {
    min-width: 0px;
    margin-top: 45px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 14px;
    text-align: left;
  }
  .column {
    margin-bottom: 42px;
    padding-right: 42px;
    padding-left: 0px;
    text-align: right;
  }
  .heading-10 {
    text-transform: none;
  }
  .heading-13 {
    text-align: left;
  }
  .column-5 {
    margin-bottom: 42px;
    padding-right: 0px;
    padding-left: 23px;
  }
  .column-7 {
    margin-bottom: 42px;
    text-align: left;
  }
  .column-8 {
    padding-left: 17px;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .button {
    font-size: 16px;
  }
  .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;
  }
  .main-subtitle {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about-section {
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
  .about-text {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 16px;
  }
  .x-icon {
    margin-bottom: 21px;
  }
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .grey-icon-wrapper {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .grey-icon-wrapper.push-top {
    margin-top: 30px;
  }
  .testimonial-slide {
    width: 100%;
  }
  .testimonial-slide.left-border {
    border-left-width: 0px;
  }
  .icon-wrapper {
    height: 85px;
  }
  .icon-wrapper._2 {
    margin-top: 37px;
  }
  .contact-text {
    font-size: 16px;
  }
  .social-wrapper {
    margin-left: 0%;
    text-align: center;
  }
  .footer-text {
    font-size: 12px;
  }
  .form-wrapper {
    padding-right: 10%;
    padding-left: 10%;
  }
  .menu-button {
    margin-top: 0px;
  }
  .member {
    padding-bottom: 47px;
  }
  .variant-2 {
    margin-bottom: 0px;
  }
  .screenshot {
    width: 90%;
  }
  .heading-5 {
    font-size: 20px;
  }
  .paragraph-4 {
    font-size: 12px;
  }
  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .image-5 {
    margin-top: 60px;
    margin-right: 1px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .column {
    padding-right: 0px;
    text-align: center;
  }
  .heading-8 {
    font-size: 24px;
  }
  .paragraph-7 {
    margin-left: 50px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 25px;
  }
  .paragraph-8 {
    max-width: 100px;
    font-size: 16px;
    line-height: 25px;
  }
  .heading-10 {
    text-transform: none;
  }
  .heading-13 {
    font-size: 24px;
  }
  .column-5 {
    padding-left: 0px;
  }
  .column-6 {
    padding-left: 0px;
  }
  .column-7 {
    padding-left: 0px;
    text-align: left;
  }
  .column-8 {
    padding-left: 0px;
  }
  .text-block {
    font-size: 13px;
  }
}

@media (max-width: 479px) {
  .button {
    font-size: 14px;
  }
  .main-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 300px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
    line-height: 38px;
  }
  .main-subtitle {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about-text {
    font-size: 14px;
  }
  .x-icon {
    margin-top: 0px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .grey-icon-wrapper {
    display: block;
  }
  .contact-text {
    max-width: 230px;
  }
  .footer-text {
    font-size: 12px;
  }
  .form-wrapper {
    padding-right: 5%;
    padding-left: 5%;
  }
  .project-info {
    font-size: 10px;
  }
  .project-title {
    font-size: 12px;
  }
  .nav-menu {
    text-align: center;
  }
  .container {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block {
    min-width: 0px;
  }
  .heading-5 {
    font-size: 15px;
  }
  .image {
    max-width: 50px;
  }
  .image-2 {
    max-width: 50px;
  }
  .image-3 {
    max-width: 50px;
  }
  .image-4 {
    max-width: 50px;
  }
  .image-5 {
    max-width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .column {
    margin-top: 20px;
  }
  .paragraph-7 {
    overflow: hidden;
    max-width: 200px;
    margin-left: 6px;
    padding-left: 0px;
    font-size: 12px;
    line-height: 22px;
  }
  .paragraph-8 {
    font-size: 12px;
    line-height: 22px;
  }
  .heading-10 {
    font-size: 20px;
    text-transform: none;
  }
  .heading-11 {
    font-size: 14px;
  }
  .text-block {
    max-width: 160px;
  }
  .column-9 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-10 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-11 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-13 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

