/*=========================================
Reset
=========================================== */
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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

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

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

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.group:before,
.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1; }

body {
  font: 16px/1 "Avenir Next", "Helvetica Neue",Helvetica,Arial,sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  height: 100%;
  color: #fff;
  background-color: #563cb2; }

h1 {
  font-weight: 600;
  font-size: 4em;
  margin: 1.2em auto !important; }
  h1 img.icon {
    vertical-align: middle;
    width: 256px; }

img.screens {
  margin: 2em auto; }

@media screen and (max-width: 768px) {
  h1 {
    text-align: center; }
    h1 img.icon {
      display: block;
      margin: 0 auto; }

  .center {
    text-align: center; }

  ul li {
    text-align: left; }

  footer p.left, footer p.right {
    display: block;
    float: none;
    text-align: center; }

  .mas-corner {
    float: none !important;
    text-align: center;
    display: block;
    margin-top: 2em;
    position: static !important; } }
h2 {
  font-weight: 300;
  font-size: 2.4em;
  margin: 1.2em auto !important; }

h3 {
  font-weight: 200;
  font-size: 1.8em;
  margin: 1.2em auto !important;
  line-height: 1.8; }

li {
  margin: 1.1em;
  line-height: 1.8;
  font-size: 1.1em; }

p {
  line-height: 1.8; }

strong {
  font-weight: 500;
  color: #444; }

a:link, a:visited {
  text-decoration: none;
  color: #ae61e3; }
  a:link:hover, a:link:active, a:visited:hover, a:visited:active {
    color: #e4cbf6;
    text-decoration: underline; }

#wrapper {
  margin: 0 auto;
  width: 100%;
  height: 100%; }

#purchase-info {
  background-color: #ae61e3;
  padding: 2em;
  margin: 2em auto;
  width: 100%;
  height: 100%;
  font-size: 1.4em;
  font-weight: 700;
  text-align: center; }
  #purchase-info p {
    font-weight: normal;
    font-size: 0.9em; }

footer {
  padding: 0 30px 0 30px;
  color: rgba(255, 255, 255, 0.2);
  width: 100%;
  max-width: 800px;
  margin: 1em auto; }

p.left {
  float: left; }

p.right {
  float: right; }

p.middle {
  text-align: center; }

p.tiny {
  font-size: 0.8em; }

/* Link to Documentation */
a#documentation {
  position: fixed;
  top: 11px;
  right: 9px;
  background: #ae61e3;
  color: #fff;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.35;
  border-radius: 3px;
  z-index: 100; }

img.center {
  display: block;
  width: 533px;
  max-width: 80%; }

img.screenshot {
  width: 100%;
  max-width: 910px;
  display: block;
  margin: 2em auto; }

/* Horizontally and vertically centers the text */
.center {
  margin: 0 auto;
  padding: 0 40px 0 40px;
  max-width: 800px;
  position: relative; }

#mc_embed_signup {
  margin: 2em auto;
  clear: both; }
  #mc_embed_signup h2 {
    font-size: 1.1em;
    font-weight: normal; }

.mas {
  text-align: center;
  margin-bottom: 2em; }

.mas-corner {
  float: right;
  position: absolute;
  right: 20px;
  top: 20px; }
