body {
  font-family: 'Karla', sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #2b2d33;
}
h1 {
  font-weight: 400;
  font-size: 36px;
}
h2 {
  font-weight: 400;
  font-size: 24px;
  color: #51545d;
  line-height: 1.5;
}
small {
  color: #aeb1b9;
  font-size: 14px;
}
em {
  font-style: normal;
  text-decoration: underline;
}
.focus h2 {
  font-size: medium;
  color: #7393c1;
  font-weight: 300;
}
a {
  color: #3a7ccc;
  text-decoration: none;
}
a.button {
  background: #0e82f6;
  color: #fff;
  border-radius: 25px;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 18px;
  -webkit-transition: background linear 0.25s;
  -moz-transition: background linear 0.25s;
  -o-transition: background linear 0.25s;
  -ms-transition: background linear 0.25s;
  transition: background linear 0.25s;
  display: inline-block;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
a.button:hover {
  background: #0875e2;
}
a.button:active {
  -webkit-transform: translate(0, 1px);
  -moz-transform: translate(0, 1px);
  -o-transform: translate(0, 1px);
  -ms-transform: translate(0, 1px);
  transform: translate(0, 1px);
}
main section,
footer section {
  *zoom: 1;
  width: auto;
  max-width: 1100px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
main section:before,
footer section:before,
main section:after,
footer section:after {
  content: '';
  display: table;
}
main section:after,
footer section:after {
  clear: both;
}
main {
  padding-top: 50px;
  padding-bottom: 40px;
  text-align: center;
  margin-bottom: 40px;
}
main section h1 {
  margin-bottom: 30px;
}
main section h2 {
  margin: auto;
  margin-bottom: 40px;
  max-width: 500px;
}
header.hero section {
  background: #fff;
  padding-bottom: 50px;
}
header.hero section article {
  padding-top: 100px;
}
header.hero section article h1 {
  text-align: center;
  font-size: 48px;
  width: 707px;
  height: 72px;
  margin: auto;
  margin-bottom: 40px;
  background-image: url("./images/title.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 138dpi), (min-resolution: 1.5dppx) {
  header.hero section article h1 {
    background-image: url("images/title@2x.png");
    -webkit-background-size: 707px 72px;
    -moz-background-size: 707px 72px;
    background-size: 707px 72px;
  }
}
header.hero section article h1 span {
  display: none;
}
header.hero section article h2 {
  max-width: 560px;
  margin: auto;
  margin-bottom: 40px;
  text-align: center;
}
header.hero section article #screenshot {
  width: 650px;
  height: 530px;
  background-image: url("./images/screenshot.png");
  margin: auto;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 138dpi), (min-resolution: 1.5dppx) {
  header.hero section article #screenshot {
    background-image: url("images/screenshot@2x.png");
    -webkit-background-size: 650px 530px;
    -moz-background-size: 650px 530px;
    background-size: 650px 530px;
  }
}
header.hero section article div.actions {
  text-align: center;
}
header.hero section article div.actions p {
  margin-top: 10px;
}
main.testimonials {
  background: #f8f8fa;
  padding-top: 30px;
  padding-bottom: 60px;
}
main.testimonials p {
  text-align: center;
  text-transform: uppercase;
}
main.testimonials .links {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
main.testimonials .links a {
  display: block;
  margin: auto 50px;
  -webkit-transition: opacity linear 0.25s;
  -moz-transition: opacity linear 0.25s;
  -o-transition: opacity linear 0.25s;
  -ms-transition: opacity linear 0.25s;
  transition: opacity linear 0.25s;
}
main.testimonials .links a:hover {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
}
main.testimonials .links a.producthunt {
  width: 195px;
  height: 45px;
  background-image: url("./images/testimonial_producthunt.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 138dpi), (min-resolution: 1.5dppx) {
  main.testimonials .links a.producthunt {
    background-image: url("images/testimonial_producthunt@2x.png");
    -webkit-background-size: 195px 45px;
    -moz-background-size: 195px 45px;
    background-size: 195px 45px;
  }
}
main.testimonials .links a.nativecraft {
  width: 163px;
  height: 24px;
  background-image: url("./images/testimonial_nativecraft.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 138dpi), (min-resolution: 1.5dppx) {
  main.testimonials .links a.nativecraft {
    background-image: url("images/testimonial_nativecraft@2x.png");
    -webkit-background-size: 163px 24px;
    -moz-background-size: 163px 24px;
    background-size: 163px 24px;
  }
}
main.menubar .menubar-screenshot {
  width: 577px;
  height: 180px;
  background-image: url("./images/menubar-screenshot.png");
  margin: auto;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 138dpi), (min-resolution: 1.5dppx) {
  main.menubar .menubar-screenshot {
    background-image: url("images/menubar-screenshot@2x.png");
    -webkit-background-size: 577px 180px;
    -moz-background-size: 577px 180px;
    background-size: 577px 180px;
  }
}
main.budget {
  background: #f8f8fa;
}
main.budget .budget-screenshot {
  width: 597px;
  height: 346px;
  background-image: url("./images/screenshot-budget.png");
  margin: auto;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 138dpi), (min-resolution: 1.5dppx) {
  main.budget .budget-screenshot {
    background-image: url("images/screenshot-budget@2x.png");
    -webkit-background-size: 597px 346px;
    -moz-background-size: 597px 346px;
    background-size: 597px 346px;
  }
}
main.budget p.image-label {
  margin-top: 6px;
}
main.download .icon {
  width: 118px;
  height: 104px;
  background-image: url("./images/icon.png");
  margin: auto;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 138dpi), (min-resolution: 1.5dppx) {
  main.download .icon {
    background-image: url("images/icon@2x.png");
    -webkit-background-size: 118px 104px;
    -moz-background-size: 118px 104px;
    background-size: 118px 104px;
  }
}
main.download .name {
  margin-bottom: 0;
}
main.download .info {
  margin-top: 5px;
}
main.download .actions {
  margin-top: 40px;
}
main.download strong {
  font-weight: 400;
  font-size: 18px;
}
footer {
  padding: 50px 0;
  background: #f8f8fa;
}
footer section {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: fill;
  -moz-box-pack: fill;
  -o-box-pack: fill;
  -ms-flex-pack: fill;
  -webkit-justify-content: fill;
  justify-content: fill;
}
footer section .spacer {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
footer small {
  margin-right: 20px;
}

.stripe {
  background: #087ff6;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  color: #fff;
  font-size: 18px;
  padding-left: 20px;
  text-align: center;
  transform: translate(0, -60px);
  transition: transform 0.25s ease-in-out;
}
.stripe.visible {
  transform: translate(0, 0);
}
.stripe strong {
  font-size: 24px;
  font-weight: 700;
}
.stripe a {
  font-weight: 700;
  color: #fff;
  text-decoration: underline;
}

body,
h1,
h2,
h3,
ul,
li {
  padding: 0;
  margin: 0;
}
ul {
  list-style: none;
}

.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
}
.swipe-wrap > div {
  float: left;
  width: 100%;
  position: relative;
}



/*# sourceMappingURL=app.css.map*/