body {
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 10px 0px;
  color: #8a6d2f;
  font-size: 44px;
  line-height: 54px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0px;
  text-shadow: none;
}

h2 {
  margin: 0px 0px 27px;
  color: #8a6d2f;
  font-size: 38px;
  line-height: 36px;
  font-weight: 300;
  text-shadow: none;
}

h3 {
  margin: 5px 0px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-shadow: none;
}

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;
  padding-right: 60px;
  padding-left: 60px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 23px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0px;
  text-shadow: none;
}

.container {
  padding-right: 70px;
  padding-left: 70px;
}

.share-btn {
  display: inline-block;
  width: 61px;
  margin-right: 14px;
  margin-left: 14px;
}

.share-wrapper {
  margin-top: 32px;
}

.social-btn {
  margin-left: 17px;
  padding-right: 2px;
  padding-left: 2px;
  opacity: 0.15;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.social-btn:hover {
  opacity: 0.7;
}

.social-btn.footer {
  margin-right: 9px;
  margin-left: 9px;
}

.navbar {
  padding-top: 23px;
  padding-bottom: 23px;
  background-color: #fff;
}

.right-nav {
  padding-top: 2px;
  text-align: right;
}

.brand {
  display: inline-block;
  color: #262c46;
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
}

.logo {
  margin-top: -10px;
  margin-right: 13px;
}

.logo.footer {
  display: block;
  margin: 0px auto 21px;
}

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

.section.hero {
  padding-top: 92px;
  padding-bottom: 92px;
  background-color: #f7a37e;
  text-align: center;
}

.section.hero.success {
  background-color: #18c7aa;
}

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

.grey-heading {
  color: rgba(0, 0, 0, 0.56);
  text-shadow: none;
}

.heading {
  color: #000;
}

.paragraph {
  padding-top: 20px;
  color: #000;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  text-transform: none;
}

.heading-2 {
  color: #262c46;
  text-align: center;
}

.image {
  text-align: center;
}

.image-2 {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  clear: none;
  opacity: 1;
  text-align: center;
  background-clip: border-box;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-2 {
  display: block;
}

.container-2:hover {
  background-image: none;
}

.paragraph-2 {
  font-style: normal;
  text-decoration: none;
}

.paragraph-3 {
  font-size: 12px;
  line-height: 12px;
}

.column:hover {
  background-image: url('../images/flower_bg.png');
  background-position: 0px 0px;
  background-size: auto;
}

.column-2:hover {
  background-image: url('../images/flower_bg.png');
  background-position: 0px 0px;
  background-size: auto;
}

.column-3:hover {
  background-image: url('../images/flower_bg.png');
  background-position: 0px 0px;
  background-size: auto;
}

.columns {
  margin: 10px;
  padding: 10px;
}

.slide {
  overflow: visible;
}

.image-3 {
  position: static;
  width: 100%;
  height: 100%;
  max-width: 100%;
  padding-top: 0px;
  float: none;
  clear: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.slider {
  position: relative;
  left: auto;
  width: auto;
  height: 300px;
  float: none;
  clear: both;
  background-color: #f7a37e;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-5 {
  font-weight: 400;
  text-align: center;
}

.paragraph-4 {
  width: 75%;
  font-size: 20px;
  text-align: left;
}

.link {
  width: 80%;
}

@media screen and (max-width: 991px) {
  h1 {
    text-shadow: none;
  }

  p {
    text-shadow: none;
  }

  .social-btn {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }

  .social-btn:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    text-shadow: none;
  }

  p {
    text-shadow: none;
  }

  .container {
    padding-right: 33px;
    padding-left: 33px;
  }

  .brand {
    font-size: 22px;
  }

  .section.hero {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 46px;
    text-shadow: none;
  }

  h2 {
    font-size: 30px;
    line-height: 31px;
    text-shadow: none;
  }

  p {
    padding-right: 18px;
    padding-left: 18px;
    text-shadow: none;
  }

  .container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .brand {
    padding-bottom: 0px;
    font-size: 12px;
    line-height: 12px;
  }

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

  .grey-heading {
    text-shadow: none;
  }
}

