/* website styles */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.7rem;
  line-height: 180%;
  color: #222;
  background-color: #fff; }

a, a:visited {
  color: #413980; 
  text-decoration: underline;
}

h1 {
  text-align: center;
  line-height: 100%;
  margin: 4rem 0 4rem 0;
  font-size: 6rem;
  /*font-family: 'Roboto Slab', serif;*/
 }

h1 a { text-decoration: none; }

h2 {
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 1.5rem; }

p {
  line-height: 180%;
  margin-bottom: 2rem; }

.descrip {
  font-size: 1.5rem;
  padding-top: 0rem;
  float: left; 
  margin-top: -1rem;
}

.downloads {
  padding: 3rem 0;
  white-space: nowrap; }

.screenshot {
  float: right; }
  .screenshot img {
    max-height: 70rem;
    padding-left: 10rem; }

a.apple_button, a.apple_button:visited {
  background-color: #000;
  color: #fff;
  padding: 0.5rem 2rem;
  border-radius: 5px;
  font-size: 1.5rem;
  font-weight: bold;
  display: inline-block;
  transition: all 300ms;
  border: 2px solid #000; }
  a.apple_button img, a.apple_button:visited img {
    width: 2rem;
    height: 2rem;
    margin-top: -5px; }

.apple_button:hover, .apple_button:focus {
  background-color: #000;
  color: #fff;
  text-decoration: none;
  transform: translate(0, -5px); }

.android_button, .android_button:visited {
  background-color: transparent;
  border: 2px solid #000;
  color: #000;
  padding: 1rem 1.5rem;
  border-radius: 5px;
  font-size: 1.5rem;
  transition: all 300ms; }
  .android_button img, .android_button:visited img {
    width: 2rem;
    height: 2rem;
    margin-top: -5px; }

footer {
  font-size: 1.5rem; 
  text-align: center;
}

.formkit-form { margin: 3rem auto; }

@media (max-width: 995px) {
  .screenshot img {
    padding-left: 2rem; }

  .downloads {
    white-space: normal; }
    .downloads a {
      display: block;
      margin-bottom: 2rem; } }
@media (max-width: 770px) {
  h1 {
    font-size: 4rem; }

  h2 {
    font-size: 3rem; }

  .screenshot {
    padding: 0;
    float: none;
    text-align: center;
    margin: 0 auto; }
    .screenshot img {
      max-height: 60rem;
      padding-left: 0rem; }

  .descrip {
    padding-top: 1rem;
    font-size: 1.5rem; } }

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