body {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 20px;
}
h1 {
  margin: 60px 0px 10px;
  font-family:'PT Sans', sans-serif;
  color: #eee;
  font-size: 73px;
  line-height: 57px;
  font-weight: 700;
}
h2 {
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  float: none;
  font-family: Montserrat, sans-serif;
  color: #4bc3fa;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}
h3 {
  margin-top: 10px;
  margin-bottom: 23px;
  font-family: Montserrat, sans-serif;
  color: #4bc3fa;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}
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: 25px;
  margin-bottom: 5px;
  font-family: Bitter, serif;
  color: #555;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  float: none;
  background-image: none;
  text-shadow: none;
  vertical-align: middle;
}
.button {
  display: inline-block;
  padding: 18px 21px;
  border-radius: 5px;
  background-color: black;
  background-image: -webkit-linear-gradient(#ff8d5e, #d7624b);
  background-image: -o-linear-gradient(#ff8d5e, #d7624b);
  background-image: linear-gradient(#ff8d5e, #d7624b);
  box-shadow: rgba(255, 255, 255, 0.49) 0px 1px 0px 0px inset, #823c2e 0px 2px 0px 0px, rgba(0, 0, 0, 0.49) 0px 3px 12px 0px;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 22px;
  text-align: center;
  text-decoration: none;
  text-shadow: rgba(0, 0, 0, 0.10) 0px 2px 0px;
}
.button:hover {
  background-image: -webkit-linear-gradient(#ffa47d, #d7624b);
  background-image: -o-linear-gradient(#ffa47d, #d7624b);
  background-image: linear-gradient(#ffa47d, #d7624b);
  box-shadow: rgba(255, 255, 255, 0.49) 0px 1px 0px 0px inset, #823c2e 0px 2px 0px 0px, rgba(0, 0, 0, 0.49) 0px 3px 12px 0px;
  text-shadow: rgba(0, 0, 0, 0.10) 0px 2px 0px;
}
.button.app-store {
  width: 154px;
  padding-top: 9px;
  padding-bottom: 9px;
  background-image: -webkit-linear-gradient(#ff8d5e, #d7624b);
  background-image: -o-linear-gradient(#ff8d5e, #d7624b);
  background-image: linear-gradient(#ff8d5e, #d7624b);
  box-shadow: rgba(255, 255, 255, 0.49) 0px 1px 0px 0px inset, #823c2e 0px 2px 0px 0px, rgba(0, 0, 0, 0.49) 0px 3px 12px 0px;
  text-shadow: rgba(0, 0, 0, 0.10) 0px 2px 0px;
}
.section {
  padding-top: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.section.hero {
  left: 0px;
  top: 0px;
  right: 0px;
  height: auto;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  background-image: url(../images/034ac8b0-2bb2-4fd2-8754-ab3fd2315d54_hero-background.jpg);
  background-size: cover;
}
.section.white-bg {
  margin-top: -32px;
  padding-top: 60px;
  box-shadow: none;
}
.section.white-bg.subfooter {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}
.section.grey-bg {
  background-color: #f5f6f7;
  color: #333;
}
.section.grey-bg.footer {
  text-align: center;
}
.section.purple {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #4bc3fa;
}
.hero-iphone {
  display: block;
  margin-right: auto;
  margin-bottom: -66px;
  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: 9px;
  text-transform: uppercase;
}
.logo-in-header {
  margin-right: 12px;
  float: left;
}
.nav-link {
  margin-left: 21px;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #5c5c5c;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-link:hover {
  color: #ed7a56;
}
.nav-link.first {
  margin-left: 0px;
}
.nav-column {
  text-align: right;
}
.app-store-button {
  margin-left: 37px;
  padding: 5px 12px;
  border-radius: 8px;
  background-color: #837d99;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.app-store-button:hover {
  background-color: #ed7a56;
}
.hero-header {
  margin-bottom: 19px;
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 42px;
  text-shadow: rgba(0, 0, 0, 0.24) 0px 2px 0px;
}
.hero-subtitle {
  margin-bottom: 20px;
  font-family: Bitter, serif;
  color: rgba(255, 255, 255, 0.83);
  font-size: 15px;
  text-shadow: rgba(0, 0, 0, 0.24) 0px 2px 0px;
}
.section-big-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-image: none;
  text-shadow: black 0px 0px 0px;
}
.icon-title {
  margin-top: 22px;
  margin-bottom: 12px;
  font-family: Bitter, serif;
  color: #c1adcc;
  font-size: 17px;
  font-weight: 400;
}
.organize-row {
  margin-top: 36px;
}
.price-text {
  margin-top: 11px;
  background-image: none;
  box-shadow: none;
  color: white;
  font-size: 25px;
  line-height: 28px;
  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);
}
.subfooter-left {
  padding-top: 6px;
}
.social-icon {
  width: 36px;
  height: 36px;
  margin-right: 10px;
  padding-top: 7px;
  border-radius: 60px;
  background-color: #fa875b;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.social-icon:hover {
  background-color: #ff6224;
}
.social-icon.last-icon {
  margin-right: 0px;
}
.blog-link {
  -webkit-transition: all 200ms ease;
  -o-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;
  -o-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, 0.86);
}
.footer-text {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #333;
  text-align: center;
}
.bike {
  background-image: url(../images/example-bg.png);
}
.placehoder {
  height: 300px;
}
.links {
  margin-top: 65px;
}
.logo {
  margin-bottom: 60px;
  padding-right: 0px;
  padding-left: 20px;
}
.link {
  margin-bottom: 25px;
  color: #eee;
  font-size: 25px;
  text-decoration: none;
}
.imgbox {
  margin-bottom: 25px;
}
.logoheading {
  letter-spacing: 3px;
}
.imgtitle {
  margin-top: 20px;
  color: #333;
  font-size: 55px;
}
.logotext {
  color: #eee;
}
.photolinks {
  display: block;
  /*height: 200px;*/
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  background-image: url(../images/example-bg.png);
  background-size: 250px;
}
.photo {
  background-image: url(../images/example-bg.png);
}
.icons {
  padding-top: 0px;
}
.introtext {
  margin-top: 1px;
}
.footerheading {
  margin-top: 15px;
  margin-left: 20px;
  float: left;
}
.mailimage {
  float: left;
}
.iconcontainer {
  margin-top: 15px;
}
@media (max-width: 991px) {
  h2 {
    color: #57a6d4;
  }
  img {
    background-image: url(../images/example-bg.png);
  }
  .button {
    background-image: -webkit-linear-gradient(#ff8d5e, #d7624b);
    background-image: -o-linear-gradient(#ff8d5e, #d7624b);
    background-image: linear-gradient(#ff8d5e, #d7624b);
    box-shadow: rgba(255, 255, 255, 0.49) 0px 1px 0px 0px inset, #823c2e 0px 2px 0px 0px, rgba(0, 0, 0, 0.49) 0px 3px 12px 0px;
    text-shadow: rgba(0, 0, 0, 0.10) 0px 2px 0px;
  }
  .section.hero {
    padding-top: 34px;
    padding-bottom: 1px;
    background-image: url(../images/034ac8b0-2bb2-4fd2-8754-ab3fd2315d54_hero-background.jpg);
  }
  .hero-iphone {
    text-shadow: black 0px 0px 0px;
  }
  .hero-header {
    font-size: 38px;
    text-shadow: rgba(0, 0, 0, 0.24) 0px 2px 0px;
  }
  .hero-subtitle {
    text-shadow: rgba(0, 0, 0, 0.24) 0px 2px 0px;
  }
  .section-big-image {
    background-image: url(../images/example-bg.png);
    text-shadow: black 0px 0px 0px;
  }
  .bike {
    background-image: url(../images/example-bg.png);
  }
  .links {
    margin-top: 25px;
  }
  .link {
    font-size: 20px;
  }
  .logoheading {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  h2 {
    margin-top: 0px;
  }
  img {
    background-image: url(../images/example-bg.png);
  }
  .button {
    margin-bottom: 50px;
    background-image: -webkit-linear-gradient(#ff8d5e, #d7624b);
    background-image: -o-linear-gradient(#ff8d5e, #d7624b);
    background-image: linear-gradient(#ff8d5e, #d7624b);
    box-shadow: rgba(255, 255, 255, 0.49) 0px 1px 0px 0px inset, #823c2e 0px 2px 0px 0px, rgba(0, 0, 0, 0.49) 0px 3px 12px 0px;
    text-shadow: rgba(0, 0, 0, 0.10) 0px 2px 0px;
  }
  .button.app-store {
    margin-top: 12px;
    margin-bottom: 0px;
    background-image: -webkit-linear-gradient(#ff8d5e, #d7624b);
    background-image: -o-linear-gradient(#ff8d5e, #d7624b);
    background-image: linear-gradient(#ff8d5e, #d7624b);
    box-shadow: rgba(255, 255, 255, 0.49) 0px 1px 0px 0px inset, #823c2e 0px 2px 0px 0px, rgba(0, 0, 0, 0.49) 0px 3px 12px 0px;
    text-shadow: rgba(0, 0, 0, 0.10) 0px 2px 0px;
  }
  .section {
    text-align: center;
  }
  .section.hero {
    background-image: url(../images/034ac8b0-2bb2-4fd2-8754-ab3fd2315d54_hero-background.jpg);
    text-align: center;
  }
  .hero-iphone {
    margin-bottom: 1px;
    text-shadow: black 0px 0px 0px;
  }
  .app-name {
    margin-bottom: 13px;
  }
  .logo-in-header {
    display: block;
    margin-right: auto;
    margin-bottom: 12px;
    margin-left: auto;
    float: none;
    text-shadow: black 0px 0px 0px;
  }
  .nav-column {
    padding-top: 15px;
    text-align: center;
  }
  .hero-header {
    margin-top: 23px;
    text-shadow: rgba(0, 0, 0, 0.24) 0px 2px 0px;
  }
  .section-big-image {
    margin-top: 38px;
    margin-bottom: 20px;
    background-image: url(../images/example-bg.png);
    text-shadow: black 0px 0px 0px;
  }
  .subfooter-right {
    border-top: 1px solid rgba(0, 0, 0, 0.09);
  }
  .subfooter-left {
    text-align: center;
  }
  .links {
    margin-top: -25px;
  }
  .link {
    font-size: 25px;
  }
  .linkcolumns {
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  h1 {
    line-height: 68px;
  }
  h3 {
    font-size: 18px;
    line-height: 23px;
  }
  img {
    background-image: url(../images/example-bg.png);
  }
  .button {
    background-image: -webkit-linear-gradient(#ff8d5e, #d7624b);
    background-image: -o-linear-gradient(#ff8d5e, #d7624b);
    background-image: linear-gradient(#ff8d5e, #d7624b);
    box-shadow: rgba(255, 255, 255, 0.49) 0px 1px 0px 0px inset, #823c2e 0px 2px 0px 0px, rgba(0, 0, 0, 0.49) 0px 3px 12px 0px;
    text-shadow: rgba(0, 0, 0, 0.10) 0px 2px 0px;
  }
  .button.app-store {
    background-image: -webkit-linear-gradient(#ff8d5e, #d7624b);
    background-image: -o-linear-gradient(#ff8d5e, #d7624b);
    background-image: linear-gradient(#ff8d5e, #d7624b);
    box-shadow: rgba(255, 255, 255, 0.49) 0px 1px 0px 0px inset, #823c2e 0px 2px 0px 0px, rgba(0, 0, 0, 0.49) 0px 3px 12px 0px;
    text-shadow: rgba(0, 0, 0, 0.10) 0px 2px 0px;
  }
  .section {
    text-align: center;
  }
  .section.hero {
    background-image: url(../images/034ac8b0-2bb2-4fd2-8754-ab3fd2315d54_hero-background.jpg);
  }
  .hero-iphone {
    text-shadow: black 0px 0px 0px;
  }
  .logo-in-header {
    text-shadow: black 0px 0px 0px;
  }
  .hero-header {
    font-size: 32px;
    text-shadow: rgba(0, 0, 0, 0.24) 0px 2px 0px;
  }
  .section-big-image {
    background-image: url(../images/example-bg.png);
    text-shadow: black 0px 0px 0px;
  }
  .price-text {
    font-size: 23px;
  }
  .links {
    padding-right: 0px;
  }
  .logo {
    padding-left: 0px;
  }
  .link {
    margin-bottom: 0px;
  }
  .icons {
    background-image: url(../images/example-bg.png);
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .bike {
    background-image: url("http:/hw-cdn-prod-assets.webflow.com/placeholder/example-bg@2x.png");
    background-size: contain;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .photolinks {
    background-image: url("http:/hw-cdn-prod-assets.webflow.com/placeholder/example-bg@2x.png");
    background-size: 250px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .photo {
    background-image: url("http:/hw-cdn-prod-assets.webflow.com/placeholder/example-bg@2x.png");
    background-size: contain;
  }
}