body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 20px;
}
h1 {
  display: block;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 45px;
  margin-bottom: 10px;
  font-family: Bitter, serif;
  color: #a60040;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}
h3 {
  margin: 10px 0px 23px;
  font-family:'Droid Sans', sans-serif;
  color: #34b772;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
h4 {
  margin: 10px 0px;
  font-family:'Droid Sans', sans-serif;
  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-bottom: 5px;
  font-family:'Droid Sans', sans-serif;
  color: #666;
  font-size: 15px;
  line-height: 26px;
  text-align: left;
}
.button {
  display: inline-block;
  padding: 18px 21px;
  border-radius: 5px;
  background-color: #a60040;
  box-shadow: rgba(255, 255, 255, 0.29) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.27) 0px 2px 11px 0px;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: white;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}
.button:hover {
  background-color: #8be8b7;
  -webkit-transition-delay: initial;
  transition-delay: initial;
  color: #a60040;
}
.button.app-button {
  padding: 8px 17px;
}
.section {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.section.hero {
  padding-bottom: 0px;
}
.section.hero.colorgreen {
  padding-top: 40px;
  padding-bottom: 48px;
  background-color: #34b772;
}
.section.hero.colorgreen.topbanner {
  position: static;
  top: 91px;
  padding-top: 141px;
}
.section.white.subfooter {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}
.section.grey {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f5f6f7;
}
.section.grey.footer {
  padding-top: 49px;
  padding-bottom: 49px;
  text-align: center;
}
.section.grey.ptop100px {
  margin-top: 0px;
  padding-top: 53px;
}
.section.purple {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #745785;
}
.section.bggreen {
  background-color: #34b772;
}
.section.ptop {
  padding-top: 53px;
}
.hero-iphone {
  display: block;
  margin-right: auto;
  margin-bottom: -73px;
  margin-left: auto;
  text-shadow: black 0px 0px 0px;
}
.app-name {
  margin-top: 3px;
  font-family: Montserrat, sans-serif;
  color: #5c5c5c;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 6px;
  text-transform: uppercase;
}
.nav-link {
  display: inline-block;
  margin-right: 7px;
  margin-left: 7px;
  padding: 10px;
  border-bottom: 2px solid transparent;
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
  font-family:'Droid Sans', sans-serif;
  color: #5c5c5c;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-link:hover {
  border-bottom-color: #a60040;
}
.nav-link.fw--current {
  color: #a60040;
}
.nav-column {
  text-align: right;
}
.hero-header {
  margin-top: 78px;
  margin-bottom: 19px;
  font-family:'PT Sans', sans-serif;
  color: white;
  font-size: 42px;
  font-weight: 700;
  text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px;
}
.hero-subtitle {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.83);
  font-size: 15px;
  line-height: 22px;
  text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px;
}
.hero-subtitle.paddingtopbanner {
  padding-top: 135px;
  font-family: Bitter, serif;
  color: rgba(255, 255, 255, 0.93);
  font-size: 19px;
}
.icon-title {
  margin-top: 22px;
  margin-bottom: 12px;
  font-family: Bitter, serif;
  color: #c1adcc;
  font-size: 17px;
  font-weight: 400;
}
.price-text {
  margin-top: 11px;
  background-image: none;
  box-shadow: none;
  color: white;
  font-size: 25px;
  line-height: 28px;
  font-weight: 400;
  text-shadow: none;
}
.logo-in-footer {
  display: block;
  margin-top: 22px;
  margin-right: auto;
  margin-left: auto;
  text-shadow: black 0px 0px 0px;
}
.left-column {
  padding-top: 35px;
  padding-bottom: 35px;
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}
.subfooter-right {
  padding-top: 35px;
  padding-bottom: 35px;
  border-right: 1px solid rgba(0, 0, 0, 0.09);
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}
.social-button {
  width: 36px;
  height: 36px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 7px;
  border-radius: 60px;
  background-color: #745785;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
.social-button:hover {
  background-color: #f02e4e;
}
.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, 0.34);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Bitter, serif;
  color: #a60040;
  text-decoration: none;
}
.footer-link:hover {
  border-bottom: 1px solid rgba(131, 125, 153, 0.86);
  text-decoration: underline;
}
.footer-text {
  display: inline;
  color: white;
  font-size: 12px;
}
.center {
  text-align: center;
}
.navbar {
  position: static;
  padding-top: 15px;
  padding-bottom: 16px;
  background-color: white;
}
.navbar.colorgreen {
  background-color: #34b772;
}
.social-widget {
  display: inline-block;
  margin-top: 17px;
  margin-right: 14px;
}
.text-link {
  color: #a60040;
  text-decoration: none;
}
.text-link:hover {
  text-decoration: underline;
}
.button-block {
  margin-top: 17px;
}
.logo {
  margin-right: 12px;
  float: left;
}
.paddingtopp {
  padding-top: 91px;
}
.colorred {
  color: #a60040;
  font-weight: 700;
}
.colorgreen {
  color: #34b772;
}
.logotext {
  font-family:'Droid Sans', sans-serif;
  color: #5c5c5c;
  font-size: 21px;
  font-weight: 700;
}
.logotext:hover {
  text-decoration: none;
}
.paddingtopp2 {
  padding-top: 95px;
}
.margintopcol {
  margin-top: 25px;
}
.margintopcol.bgextra {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(52, 183, 114, 0);
}
.margintoph2 {
  margin-top: 37px;
  font-family: Montserrat, sans-serif;
}
.marginsalert {
  margin-top: 22px;
  margin-bottom: 22px;
}
.color {
  min-width: 100px;
  margin-top: 19px;
  background-color: #a60040;
}
.marginbottomp {
  margin-bottom: 25px;
}
.marginlogos {
  margin-top: 25px;
  margin-bottom: 24px;
}
.marginheader {
  position: fixed;
  width: 100%;
  margin-bottom: 46px;
}
.fixed {
  position: fixed;
  z-index: 1000;
  display: block;
  width: 100%;
  border-bottom: 1px solid #34b772;
  background-color: white;
}
@media (max-width: 991px) {
  p {
    font-size: 14px;
    line-height: 21px;
  }
  .section.hero {
    padding-top: 34px;
    padding-bottom: 1px;
  }
  .hero-iphone {
    text-shadow: black 0px 0px 0px;
  }
  .hero-header {
    font-size: 38px;
    text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px;
  }
  .hero-subtitle {
    text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px;
  }
  .hero-subtitle.paddingtopbanner {
    padding-top: 116px;
  }
  .iconemobile.fw--open {
    background-color: transparent;
    color: #a60040;
  }
  .navmobile {
    background-color: #ccc;
  }
}
@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;
  }
  .section.grey.ptop100px {
    padding-top: 115px;
  }
  .section.ptop {
    padding-top: 115px;
  }
  .hero-iphone {
    margin-bottom: 1px;
    text-shadow: black 0px 0px 0px;
  }
  .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, 0.2) 0px 2px 0px;
  }
  .hero-subtitle.paddingtopbanner {
    padding-top: 21px;
    text-align: center;
  }
  .price-text {
    margin-bottom: 31px;
    box-shadow: none;
    text-shadow: none;
  }
  .subfooter-right {
    border-top: 1px solid rgba(0, 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;
  }
  .paddingtopp {
    padding-top: 20px;
  }
  .paddingtopp2 {
    padding-top: 20px;
  }
  .marginbottomp {
    padding-right: 6px;
    padding-left: 6px;
  }
  .marginleft-img {
    margin-left: 32px;
  }
}
@media (max-width: 479px) {
  h3 {
    font-size: 18px;
    line-height: 23px;
  }
  .section {
    text-align: center;
  }
  .section.white {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section.grey.ptop100px {
    padding-top: 155px;
  }
  .section.bggreen {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .section.ptop {
    padding-top: 155px;
  }
  .hero-iphone {
    text-shadow: black 0px 0px 0px;
  }
  .hero-header {
    font-size: 32px;
    text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px;
  }
  .price-text {
    font-size: 23px;
  }
  .footer-text {
    font-size: 10px;
  }
  .marginleft-img {
    margin-left: 12px;
  }
}

