body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 20px;
}

h1 {
  display: block;
  margin: 0px 0px 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #064209;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin: 10px 0px 23px;
  font-family: Montserrat, sans-serif;
  color: #064209;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

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 {
  display: block;
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Bitter, serif;
  color: #000;
  font-size: 15px;
  line-height: 23px;
}

.button {
  display: inline-block;
  padding: 18px 21px;
  border-radius: 5px;
  background-color: #489fd9;
  box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, .3), 0 2px 11px 0 rgba(0, 0, 0, .28);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #8e5ebf;
}

.button.app-button {
  padding: 8px 17px;
}

.section {
  padding-top: 65px;
  padding-bottom: 65px;
  border-bottom: 1px solid rgba(0, 0, 0, .09);
}

.section.hero {
  height: 500px;
  padding-bottom: 0px;
  background-image: url('../images/new.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.section.hero.about-us {
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .54)), url('../images/IMG_2016.png');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .54)), url('../images/IMG_2016.png');
  background-position: 0px 0px, 0px -106px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.hero.oils {
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .34)), url('../images/IMG_1996.JPG');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .34)), url('../images/IMG_1996.JPG');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.hero.salts {
  background-image: url('../images/1907859_691273557585892_1129886509_o.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.section.hero.gifts {
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .8)), url('../images/24.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .8)), url('../images/24.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.hero.faq {
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .57)), url('../images/IMG_2007-2.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .57)), url('../images/IMG_2007-2.jpg');
  background-position: 0px 0px, 50% 22%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.hero.soon {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .57), rgba(0, 0, 0, .57)), url('../images/pumpkin.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .57), rgba(0, 0, 0, .57)), url('../images/pumpkin.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.section.white.subfooter {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.section.grey {
  height: 133px;
  padding-top: 58px;
  padding-bottom: 0px;
  background-color: transparent;
}

.section.grey.footer {
  padding-top: 49px;
  padding-bottom: 49px;
  text-align: center;
}

.section.purple {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

.hero-iphone {
  position: relative;
  display: block;
  margin: -43px auto -73px;
  text-shadow: 0 0 0 #000;
}

.app-name {
  margin-top: 3px;
  font-family: Montserrat, sans-serif;
  color: #5c5c5c;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link {
  display: inline-block;
  margin-right: 12px;
  margin-left: 12px;
  border-bottom: 2px solid transparent;
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #5c5c5c;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.nav-link.nav-link-2 {
  font-size: 22px;
  font-weight: 700;
}

.nav-column {
  text-align: center;
}

.hero-header {
  display: inline-block;
  margin-top: 87px;
  margin-bottom: 19px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 42px;
  text-align: center;
  text-shadow: 0 2px 0 rgba(0, 0, 0, .22);
}

.hero-subtitle {
  margin-bottom: 20px;
  color: hsla(0, 0%, 100%, .83);
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  text-shadow: 0 2px 0 rgba(0, 0, 0, .21);
}

.icon-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Bitter, serif;
  color: #064209;
  font-size: 17px;
  font-weight: 400;
}

.price-text {
  margin-top: 11px;
  background-image: none;
  box-shadow: none;
  color: #000;
  font-size: 25px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  text-shadow: none;
}

.price-text.facebook {
  color: #064209;
}

.logo-in-footer {
  display: block;
  margin-top: 22px;
  margin-right: auto;
  margin-left: auto;
  text-shadow: 0 0 0 #000;
}

.left-column {
  padding-top: 35px;
  padding-bottom: 35px;
  border-left: 1px solid rgba(0, 0, 0, .09);
}

.subfooter-right {
  padding-top: 35px;
  padding-bottom: 35px;
  border-right: 1px solid rgba(0, 0, 0, .09);
  border-left: 1px solid rgba(0, 0, 0, .09);
}

.social-button {
  width: 36px;
  height: 36px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 7px;
  border-radius: 60px;
  background-color: #064209;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.social-button:hover {
  background-color: #0c8512;
}

.social-button:active {
  background-color: #0b8512;
}

.social-button.hb {
  -webkit-transition-property: none;
  transition-property: none;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.social-button.hb:active {
  background-color: #0e9915;
}

.blog-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Bitter, serif;
  color: #fa875b;
  font-size: 18px;
  font-style: italic;
  text-decoration: none;
}

.blog-link:hover {
  color: #ff5917;
}

.footer-link {
  margin-left: 8px;
  border-bottom: 1px solid rgba(131, 125, 153, .34);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Bitter, serif;
  color: #837d99;
  text-decoration: none;
}

.footer-link:hover {
  border-bottom: 1px solid rgba(131, 125, 153, .86);
}

.footer-text {
  display: inline;
}

.center {
  text-align: center;
}

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

.social-widget {
  display: block;
  margin-top: 17px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.text-link {
  color: #745785;
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}

.button-block {
  margin-top: 17px;
}

.logo {
  margin-right: 12px;
  float: left;
  text-align: center;
}

.nav-columb-2 {
  text-align: center;
}

.frontpage-headings {
  margin-top: 0px;
  color: #064209;
  font-weight: 400;
  text-align: center;
}

.frontpage-headings.specifics {
  font-size: 23px;
  line-height: 26px;
  text-align: left;
}

.home-page-icons {
  text-align: center;
}

.home-page-row {
  text-align: center;
}

.main-image {
  float: right;
}

.section-headers {
  margin-top: 0px;
  margin-bottom: 15px;
  text-align: center;
  text-decoration: none;
}

.main-1 {
  margin-bottom: 30px;
  margin-left: 30px;
  float: right;
  border: 2px solid #064209;
}

.main-2 {
  border: 2px solid #064209;
}

.main-3 {
  border: 2px solid #064209;
}

.specifics-row {
  margin-top: 14px;
}

.paragraph-salt {
  color: #000;
  font-weight: 400;
}

.our-story {
  color: #000;
  font-size: 18px;
  line-height: 25px;
  text-align: left;
}

.image-storefront {
  margin-top: 26px;
  margin-right: 15px;
  padding-right: 0px;
  float: left;
  border: 2px solid #064209;
}

.story {
  margin-top: 25px;
  color: #000;
  font-size: 15px;
  line-height: 10px;
  text-align: left;
  letter-spacing: 2px;
  text-indent: 0px;
}

.row-small {
  height: 40px;
}

.small-col {
  height: 40px;
  border: 1px solid #000;
}

.chart-text {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #000;
  font-weight: 700;
}

.homepage-link {
  color: #000;
  text-decoration: none;
}

.html-embed-facebook {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.all-paragraphs {
  color: #000;
  text-align: center;
}

.all-paragraphs.gifts {
  margin-bottom: 25px;
}

.all-paragraphs.oil-ist {
  font-size: 20px;
  text-align: left;
}

.all-paragraphs.oil-list {
  font-size: 20px;
  line-height: 28px;
  text-align: left;
}

.rich p {
  color: #000;
}

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

.google-maps-headings {
  margin-bottom: 0px;
}

.gifts-pic1 {
  display: inline-block;
  height: 300px;
  max-width: 100%;
  margin-right: auto;
  margin-left: 30px;
  padding-left: 0px;
  float: right;
  border: 2px solid #064209;
}

.gifts-rich-text h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.homepage-pictures {
  display: block;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
}

.bottles {
  display: block;
  height: 709px;
  margin-right: auto;
  margin-left: auto;
}

.soaps {
  display: block;
  height: 628px;
  margin-right: auto;
  margin-left: auto;
}

.bottles-2 {
  display: block;
  height: 551px;
  margin-right: auto;
  margin-left: auto;
}

.salt-headings {
  margin-bottom: 0px;
  font-family: Bitter, serif;
  font-size: 18px;
}

.salt-text {
  margin-top: -10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-block {
  margin-right: 0px;
  margin-bottom: 23px;
  padding-top: 0px;
  padding-right: 0px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 99%, .78), hsla(0, 0%, 99%, .78));
  background-image: linear-gradient(180deg, hsla(0, 0%, 99%, .78), hsla(0, 0%, 99%, .78));
  color: #064209;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}

.column {
  margin-bottom: 23px;
}

@media (max-width: 991px) {
  p {
    font-size: 14px;
    line-height: 21px;
  }
  .section.hero {
    padding-top: 34px;
    padding-bottom: 1px;
  }
  .hero-iphone {
    text-shadow: #000 0px 0px 0px;
  }
  .hero-header {
    font-size: 38px;
    text-shadow: 0 2px 0 rgba(0, 0, 0, .2);
  }
  .hero-subtitle {
    text-shadow: rgba(0, 0, 0, .2) 0px 2px 0px;
  }
}

@media (max-width: 767px) {
  h2 {
    margin-top: 0px;
  }
  .section {
    padding-top: 33px;
    padding-bottom: 33px;
    text-align: center;
  }
  .section.hero {
    padding-right: 38px;
    padding-bottom: 52px;
    padding-left: 38px;
    text-align: center;
  }
  .hero-iphone {
    margin-bottom: 1px;
    text-shadow: 0 0 0 #000;
  }
  .app-name {
    display: inline-block;
    margin-bottom: 0px;
  }
  .nav-column {
    padding-top: 22px;
    text-align: center;
  }
  .hero-header {
    margin-top: 30px;
    text-shadow: rgba(0, 0, 0, .2) 0px 2px 0px;
  }
  .price-text {
    margin-bottom: 31px;
    box-shadow: none;
    text-shadow: none;
  }
  .subfooter-right {
    border-top: 1px solid rgba(0, 0, 0, .09);
  }
  .center {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .navbar {
    padding-top: 24px;
    padding-bottom: 24px;
    text-align: center;
  }
  .social-widget {
    margin-right: 11px;
    margin-left: 11px;
  }
  .logo {
    display: inline-block;
    margin-top: -6px;
    float: none;
  }
}

@media (max-width: 479px) {
  h3 {
    font-size: 18px;
    line-height: 23px;
  }
  .section {
    text-align: center;
  }
  .section.white {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .hero-iphone {
    text-shadow: 0 0 0 #000;
  }
  .hero-header {
    font-size: 32px;
    text-shadow: rgba(0, 0, 0, .2) 0px 2px 0px;
  }
  .price-text {
    font-size: 23px;
  }
}