body {
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Bad Script', sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}

p {
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-weight: 400;
}

img {
  display: inline-block;
  max-width: 100%;
}

.body {
  background-image: none;
}

.navbar {
  position: relative;
  display: inline;
  margin-right: auto;
  margin-left: auto;
  -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;
  background-color: #fff;
  text-align: left;
}

.hero-landing {
  height: 70vh;
  margin-top: -19px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
}

.hero-landing.contact {
  height: 50vh;
  margin-top: 0px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/Pic-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/Pic-1.jpg');
  background-position: 0px 0px, 50% 62%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.hero-landing.home {
  margin-top: 0px;
  background-image: -webkit-linear-gradient(270deg, transparent, transparent), url('../images/The-Sisters.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/The-Sisters.jpg');
  background-position: 0px 0px, 50% -130px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.main-heading {
  margin-top: 0px;
  margin-right: 75px;
  margin-left: 75px;
  padding-top: 219px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 22px;
  line-height: 52px;
  font-style: normal;
  text-align: center;
  letter-spacing: 3px;
  text-transform: none;
}

.quote-citation {
  margin-right: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #3e9046;
  font-size: 14px;
  line-height: 15px;
  font-style: normal;
  font-weight: 300;
  text-align: right;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.quote-citation.home {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
}

.section-heading {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Merriweather, serif;
  color: #669976;
  font-size: 26px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
}

.section-heading.contact {
  margin-top: 0px;
  padding-top: 32px;
}

.body-paragraph {
  margin-top: 0px;
  padding-top: 17px;
  padding-bottom: 15px;
  background-color: #fff;
  font-family: Merriweather, serif;
  color: #636363;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  text-decoration: none;
}

.body-paragraph.part2 {
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 0px;
  border-top: 1px solid #bebebe;
}

.body-paragraph.part2.end {
  padding-bottom: 45px;
}

.body-paragraph.quote {
  padding-right: 10px;
  padding-left: 10px;
  border-left-color: #d3b455;
}

.body-paragraph.anti-aging {
  margin-top: -40px;
  margin-bottom: -34px;
}

.bullet-list {
  margin-bottom: 2px;
  font-family: Merriweather, serif;
  color: #636363;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  text-indent: 0px;
}

.bullet-section {
  margin-bottom: 15px;
  padding-right: 30px;
  padding-left: 30px;
  text-indent: 6px;
  list-style-type: disc;
}

.footer {
  background-color: #324234;
  color: #fff;
  font-size: 12px;
  text-align: right;
  letter-spacing: 1px;
}

.footer-text {
  margin-right: 10px;
  margin-bottom: 0px;
  padding-bottom: 5px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #9c9c9c;
  font-size: 9px;
}

.footer-link {
  margin: 29px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #bdbdbd;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link:hover {
  color: #fff;
}

.footer-link-blocks {
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}

.secondary-title {
  margin-top: 113px;
  font-family: 'Lobster Two', sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 61px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 6px;
  text-transform: lowercase;
}

.call-to-action-button {
  display: inline-block;
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  border: 2px solid #d3b455;
  border-radius: 3px;
  background-color: #fff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #d3b455;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.call-to-action-button:hover {
  background-color: #d3b455;
  color: #fff;
}

.call-to-action-button.version2 {
  margin-top: 7px;
}

.button-div {
  text-align: center;
}

.services-landing-page {
  height: 50vh;
  background-image: -webkit-linear-gradient(270deg, rgba(77, 77, 77, .52), rgba(77, 77, 77, .52));
  background-image: linear-gradient(180deg, rgba(77, 77, 77, .52), rgba(77, 77, 77, .52));
}

.services-landing-page.nutrition {
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, rgba(77, 77, 77, .35), rgba(77, 77, 77, .35)), url('../images/vegetables-791892.jpg');
  background-image: linear-gradient(180deg, rgba(77, 77, 77, .35), rgba(77, 77, 77, .35)), url('../images/vegetables-791892.jpg');
  background-position: 0px 0px, 50% -265px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.services-landing-page.anti-aging {
  background-image: -webkit-linear-gradient(270deg, rgba(77, 77, 77, .2), rgba(77, 77, 77, .2)), url('../images/stones-801756.jpg');
  background-image: linear-gradient(180deg, rgba(77, 77, 77, .2), rgba(77, 77, 77, .2)), url('../images/stones-801756.jpg');
  background-position: 0px 0px, 50% -97px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.protandim-div {
  padding: 10px 98px 30px;
}

.section-heading-2 {
  margin-top: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #d3b455;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.testimonials-landing-page {
  height: 50vh;
  background-image: -webkit-linear-gradient(270deg, rgba(77, 77, 77, .3), rgba(77, 77, 77, .3)), url('../images/OB83JF0.jpg');
  background-image: linear-gradient(180deg, rgba(77, 77, 77, .3), rgba(77, 77, 77, .3)), url('../images/OB83JF0.jpg');
  background-position: 0px 0px, 50% -77px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.testimonial-block {
  display: block;
  width: 40%;
  margin: 30px 30px 40px;
  padding-right: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: left;
}

.testimonial-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 30px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  text-align: center;
}

.contact-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-div {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.social-link {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-link:hover {
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
}

.social-link.linkedin {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/linkedin.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.social-link.facebook {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/facebook.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.social-link.twitter {
  background-image: url('../images/twitter.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.social-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.nav-container {
  display: inline;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.important-text {
  text-decoration: underline;
}

.emphasized-text {
  font-size: 20px;
}

.brand {
  display: block;
  width: 13vw;
  height: 19vh;
  background-color: #fff;
  background-image: url('../images/Site-Logo.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.brand.w--current {
  margin-left: -52px;
}

.navbar-2 {
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.new-nav {
  display: inline-block;
  margin-top: 36px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Courgette, sans-serif;
  color: #49572b;
  font-size: 20px;
  text-align: center;
}

.new-nav:hover {
  color: #669976;
}

.new-nav.w--current {
  color: #669976;
}

.nav-menu-1 {
  width: auto;
  margin-right: -41px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: center;
}

.div-block {
  text-align: center;
}

@media (max-width: 991px) {
  .hero-landing.contact {
    margin-top: 1px;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/Pic-1.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Pic-1.jpg');
    background-position: 0px 0px, 0px -59px;
  }
  .hero-landing.home {
    margin-bottom: -108px;
  }
  .main-heading {
    padding-top: 93px;
  }
  .section-heading {
    margin-top: 0px;
    margin-bottom: 15px;
    padding-top: 16px;
  }
  .body-paragraph {
    padding-bottom: 0px;
  }
  .body-paragraph.part2.end {
    margin-top: 19px;
  }
  .body-paragraph.part2.end._2 {
    padding-bottom: 0px;
  }
  .bullet-list {
    text-indent: 0px;
  }
  .bullet-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer-link {
    margin-right: 20px;
    margin-left: 20px;
  }
  .services-landing-page.nutrition {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/vegetables-791892.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/vegetables-791892.jpg');
    background-position: 0px 0px, 50% -32%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }
  .testimonials-landing-page {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/OB83JF0.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/OB83JF0.jpg');
    background-position: 0px 0px, 95% 115%;
    background-size: auto, cover;
  }
  .brand {
    margin-left: 0px;
  }
  .brand.w--current {
    margin-left: 0px;
  }
  .new-nav {
    padding-right: 13px;
    padding-left: 13px;
    font-size: 18px;
  }
  .nav-menu-1 {
    margin-right: 0px;
  }
}

@media (max-width: 767px) {
  .hero-landing {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/landscape-1554970.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/landscape-1554970.jpg');
    background-position: 0px 0px, 0px 0px;
  }
  .hero-landing.home {
    padding-top: 69px;
  }
  .main-heading {
    padding-top: 10px;
    font-size: 29px;
    line-height: 50px;
  }
  .quote-citation {
    font-size: 18px;
    line-height: 20px;
  }
  .body-paragraph {
    margin-right: 10px;
    margin-left: 10px;
  }
  .body-paragraph.quote {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 14px;
  }
  .footer-link {
    margin-right: 10px;
    margin-left: 10px;
  }
  .services-landing-page.nutrition {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/vegetables-791892.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/vegetables-791892.jpg');
    background-position: 0px 0px, 35% 12%;
  }
  .testimonial-block {
    margin-right: 10px;
    margin-left: 10px;
  }
  .testimonial-list {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .brand {
    left: 0px;
    top: 0px;
    bottom: 0px;
    height: 14vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .brand.w--current {
    margin-left: 21px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .new-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-left: 67px;
    padding-right: 10px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: hsla(0, 0%, 100%, .92);
    text-align: center;
  }
  .nav-menu-1 {
    margin-top: 63px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: transparent;
  }
  .menu-button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .menu-button.w--open {
    background-color: #fff;
    color: #669976;
  }
  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 15vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .icon-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #49572b;
    text-align: right;
  }
}

@media (max-width: 479px) {
  .body {
    overflow: hidden;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .hero-landing.contact {
    height: 30vh;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/Pic-1.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Pic-1.jpg');
    background-position: 0px 0px, 60% -21px;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }
  .hero-landing.home {
    height: 40vh;
    margin-bottom: 0px;
    padding-top: 0px;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/The-Sisters.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/The-Sisters.jpg');
    background-position: 0px 0px, 73% -13px;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }
  .main-heading {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 100px;
    font-size: 15px;
    line-height: 20px;
  }
  .quote-citation.home {
    font-size: 12px;
    text-align: center;
  }
  .bullet-list {
    text-indent: 0px;
  }
  .footer-text {
    display: inline-block;
    margin-right: 0px;
    font-size: 7px;
    text-align: center;
  }
  .footer-link {
    display: inline-block;
    margin: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 10px;
  }
  .footer-link-blocks {
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
  }
  .secondary-title {
    margin-top: 72px;
    font-size: 30px;
    line-height: 30px;
  }
  .services-landing-page.nutrition {
    height: 30vh;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/vegetables-791892.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/vegetables-791892.jpg');
    background-position: 0px 0px, 50% 63px;
  }
  .services-landing-page.anti-aging {
    height: 30vh;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/stones-801756.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/stones-801756.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, auto 30vh;
    background-attachment: scroll, scroll;
  }
  .testimonials-landing-page {
    height: 30vh;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/OB83JF0.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/OB83JF0.jpg');
    background-position: 0px 0px, 50% -8px;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }
  .emphasized-text {
    padding-top: 0px;
    font-size: 15px;
  }
  .brand {
    width: 22vw;
    margin-left: 10px;
  }
  .brand.w--current {
    margin-left: 10px;
  }
  .container-2 {
    font-size: 10px;
  }
}

