/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.grater-container {
  width: 640px;
  margin: 0 auto;
}
@media all and (max-width: 660px) {
  .grater-container {
    width: 300px;
  }
}

.grater > div {
  width: 300px;
  margin: 0 0 2em;
}
.grater > div:first-child {
  float: left;
}
.grater > div:last-child {
  float: right;
}
.grater.reverse > div:first-child {
  float: right;
}
.grater.reverse > div:last-child {
  float: left;
}
.grater {
  zoom: 1;
}
.grater:before, .grater:after {
  content: "";
  display: table;
}
.grater:after {
  clear: both;
}
@media all and (max-width: 660px) {
  .grater {
    margin-bottom: 1em;
  }
  .grater > div {
    float: none !important;
    margin: 0 auto 2em;
  }
}

html {
  -webkit-font-smoothing: antialiased;
}

::selection {
  color: #fff;
  background: #e63946;
}

body {
  font: 20px ui-rounded, "SF Pro Rounded", "Avenir LT W01 65 Medium", "HelveticaNeue", Helvetica, sans-serif;
  color: #555;
  line-height: 1.4em;
  background-color: #f1faee;
}

p, ul {
  margin-bottom: 1.4em;
}

p.disclaimer {
  color: #212529;
  font-size: 0.8em;
}
p.disclaimer a {
  color: #212529;
}
p.disclaimer a:hover {
  color: #e63946;
}

strong {
  font-family: ui-rounded, "SF Pro Rounded", "Avenir LT W01 85 Heavy", "HelveticaNeue-Bold", Helvetica, sans-serif;
}

span.asterisk {
  color: #212529;
}

a {
  color: #e63946;
  text-decoration: none;
}

mark {
  background-color: #a8dadc;
  padding: 2px;
  box-shadow: #a8dadc 0 0 5px;
}

code {
  font-family: Courier, monospace;
}

ul.list {
  padding-left: 1.4em;
}
ul.list li {
  list-style: disc;
}

h3 {
  font-family: ui-rounded, "SF Pro Rounded", "Avenir LT W01 85 Heavy", "HelveticaNeue-Bold", Helvetica, sans-serif;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #000000;
}

h4 {
  font-family: ui-rounded, "SF Pro Rounded", "Avenir LT W01 85 Heavy", "HelveticaNeue-Bold", Helvetica, sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #000;
}

body > header {
  background-color: #fdfdff;
  background-image: -webkit-linear-gradient(#fdfdff, #fdfdff);
  background-image: linear-gradient(#fdfdff, #fdfdff);
  color: #000;
  padding: 25px 0;
  margin-bottom: 50px;
}
body > header h1 {
  margin-top: 0.4em;
}
body > header h2 {
  margin-bottom: 20px;
}
body > header p {
  margin: 0;
}
body > header a.icon {
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 22%;
  overflow: hidden;
}
body > header a.icon img {
  width: 100%;
  height: 100%;
}
body > header div.grater, body > header div.grater div {
  margin-bottom: 0;
}
body > header p {
  margin-bottom: 0;
}
@media all and (max-width: 660px) {
  body > header {
    text-align: center;
    padding: 20px 0 20px;
  }
  body > header a.icon {
    width: 160px;
    height: 160px;
    margin: 0 auto 1em;
  }
  body > header h1 {
    margin-top: 0;
  }
  body > header h2 {
    font-size: 20px;
  }
}

h1 {
  font: 50px ui-rounded, "SF Pro Rounded", "Avenir LT W01 85 Heavy", "HelveticaNeue-Bold", Helvetica, sans-serif;
  font-weight: bold;
}
h1 a {
  color: #000;
  text-decoration: none;
}

h2 {
  font: 30px ui-rounded, "SF Pro Rounded", "Avenir LT W01 35 Light", "HelveticaNeue-Light", Helvetica, sans-serif;
  color: rgba(0, 0, 0, 0.5);
}

body > footer {
  width: 640px;
  margin: 0 auto;
  padding: 1em 0;
  color: #000000;
  font: 18px ui-rounded, "SF Pro Rounded", "Avenir LT W01 35 Light", "HelveticaNeue-Light", Helvetica, sans-serif;
  font-weight: bold;
}
body > footer a {
  color: #000000;
}
body > footer a:hover {
  color: #e63946;
}
body > footer ul {
  float: right;
  text-align: right;
}
body > footer li {
  float: left;
  margin-left: 1em;
  display: inline-block;
}
@media all and (max-width: 660px) {
  body > footer {
    text-align: center;
    padding-bottom: 0;
  }
  body > footer li {
    float: none;
    display: inline;
  }
  body > footer li:first-child {
    margin-left: 0;
  }
  body > footer ul {
    float: none;
    text-align: center;
    width: 100%;
  }
}

@media all and (max-width: 660px) {
  footer.grater > div {
    margin-bottom: 0.5em;
  }
}
div.iphone {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 388px;
  height: 791.84px;
}
div.iphone:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 388px;
  height: 791.84px;
  background: url(/assets/iphone.png) no-repeat;
  background-size: 388px 791.84px;
  pointer-events: none;
  z-index: 1;
}
div.iphone #screenshots {
  position: absolute;
  top: 17.42px;
  left: 19.8px;
  width: 348.41px;
  height: 757px;
  overflow: hidden;
  z-index: 0;
}
div.iphone img {
  background: #000;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (max-width: 660px) {
  div.iphone {
    display: none;
  }
}

ul.press-coverage {
  margin-top: 4em;
  font-size: 0.9em;
}
ul.press-coverage li {
  margin-bottom: 4em;
}

blockquote {
  border-left: 5px solid #eee;
  color: #888;
  margin: 0 0 1em;
  padding-left: 1em;
}

a.app-store {
  width: 186px;
  height: 55px;
  display: inline-block;
}
a.app-store img {
  width: 100%;
  height: 100%;
}

@media all and (max-width: 660px) {
  p.app-store {
    text-align: center;
  }
}

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