@font-face {
  font-family: 'Varela Round';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/VarelaRound-Regular.ttf);
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fafafa;
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  height: 100%;
}

header p a {
  text-decoration: none;
  color: #333;
  padding: 0 4px;
}

#yellow-stripe {
  background-color: #ffe680;
  height: 16px;
}

section h1,
section h2,
section h3,
section h4,
section h5 {
  font-family: "Varela Round", "Trebuchet MS", sans-serif;
  font-weight: 300;
  letter-spacing: -1px;
  margin: 30px 16px 20px 16px;
}

section h1 {
  font-size: 2em;
  text-align: center;
}

section h2 {
  font-size: 1.4em;
}

section h3 {
  font-size: 1.2em;
}

section h4 {
  font-size: 1em;
  margin-bottom: 0;
}

section h5 {
  font-size: 1em;
  margin-bottom: 0;
}

section p {
  margin: 1em;
  font-size: 1em;
  line-height: 1.6em;
}

section p a,
section li a {
  text-decoration: none;
  border-bottom: 1px dotted #ccc;
  color: #069;
}

section p a:hover,
section li a:hover {
  color: #39c;
}

section p a:visited,
section li a:visited {
  color: #036;
}

section div.toc {
  width: 437px;
}

section div.doc {
  display: table-cell;
  padding-left: 30px;
}

section div.doc h1 {
  /* font-size: 28px; */
  font-size: 1.75em;
}

section div.doc h2 {
  /* font-size: 20px; */
  font-size: 1.25em;
}

section div.profile {
  margin: 20px 0;
  display: table;
  /* font-size: 14px; */
  font-size: 0.875em;
}

section div.profile img {
  display: table-cell;
}

section div.profile div {
  display: table-cell;
  vertical-align: top;
  padding: 10px 20px;
}

section div.profile div a {
  text-decoration: none;
  font-weight: bold;
  color: inherit;
}

section aside {
  width: 300px;
  display: table-cell;
  border-right: 1px solid #eee;
}

section aside h3 {
  /* font-size: 20px; */
  font-size: 1.25em;
}

section aside ul li {
  list-style: none;
  /* font-size: 14px; */
  font-size: 0.875em;
  height: 30px;
}

section aside ul li a {
  border: 0;
}

section div.toc h3 {
  margin-bottom: 0;
}

section div.toc h3 a {
  text-decoration: none;
  color: #339;
}

section div.toc p {
  margin-top: 0;
  font-size: 0.8em;
}

section div.column-basic {
  width: calc(100% - 2em);
  display: inline-block;
  vertical-align: top;
  padding: 1em;
}

section div.column-basic h2 {
  font-size: 1.2em;
  margin: 30px 0 0 0;
}

section div.column-basic h2:first-child {
  margin-top: 0;
}

section div.column-basic p {
  margin: auto;
  padding: 10px 0;
}

section div.column {
  width: calc(100% - 2em);
  display: inline-block;
  vertical-align: top;
  padding: 1em;
}

section div.column h2 {
  font-size: 1.6em;
  margin: 30px 0 0 0;
}

section div.column h2:first-child {
  margin-top: 0;
}

section div.column p {
  margin: auto;
  padding: 10px 0;
}

section p.error {
  color: #c33;
}

section p.success {
  color: #393;
}

section div.plan {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  background: #eee;
}

section div.plan:hover {
  background: #f55;
  color: #fff;
}

section div.plan h2 {
  margin-top: 20px;
  padding: 0 20px;
  font-family: "Varela Round", "Trebuchet MS", sans-serif;
  /* font-size: 28px; */
  font-size: 1.75em;
  font-weight: 300;
  text-align: center;
}

section div.plan h2 small {
  /* font-size: 12px; */
  font-size: 0.5em;
}

section div.plan h2.price {
  /* font-size: 24px; */
  font-size: 1.5em;
}

section div.plan h3 {
  /* font-size: 18px; */
  font-size: 1.125em;
  text-align: center;
}

section div.plan a {
  text-decoration: none;
  color: inherit;
}

section div.plan p {
  padding: 0 20px;
  font-size: 1em;
  text-align: center;
}

section div.plan.stats p {
  /* font-size: 12px; */
  font-size: 0.75em;
}

section div.plan table {
  border-spacing: 0;
  width: 100%;
  padding: 0 36px;
}

section div.plan table td {
  padding: 12px 0;
  /* font-size: 12px; */
  font-size: 0.75em;
}

section div.plan table td:last-child {
  /* font-size: 12px; */
  font-size: 0.75em;
  text-align: right;
}

section div.plan hr {
  border: 0;
  width: 90%;
  height: 2px;
  color: #fff;
  background-color: #fff;
}

section div.pricing {
  width: 100%;
  margin-bottom: 1em;
  border-radius: 5px;
}

/* Reset styling from div.plan */
section div.stats {
  width: 315px;
  margin-bottom: 8px;
}

section div.stats hr {
  width: 95%;
}

section div.stats span.sparkline {
  display: none;
}

section div.column form label {
  display: block;
  margin: 30px 0 10px 0;
  color: #666;
}

section div.column form label.for-radio {
  display: table-cell;
}

section div.column form input[type="text"],
section div.column form input[type="password"] {
  font-size: 0.875em;
  width: 90%;
  padding: 6px;
}

section div.column form input[type="radio"] {
  display: table-cell;
  margin-right: 10px;
}

section div.column form input[readonly] {
  color: #666;
}

section div.column form select {
  font-size: 0.875em;
  width: 360px;
  padding: 0.5em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #eee;
  border-radius: 5px;
  background-color: #fff;
  background-image: url('/img/down-arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  color: #333;
}

section div.column form textarea {
  font-size: 0.875em;
  width: 364px;
  padding: 6px;
  height: 4em;
  border: 1px solid #999;
  box-shadow: 1px 2px 1px 0px #ccc inset;
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
}

section div.column form button[type="submit"] {
  margin-top: 20px;
  font-size: 0.75em;
  border: 0;
  border-radius: 3px;
  background-color: #f55;
  padding: 12px;
  color: #fff;
  vertical-align: middle;
  text-transform: uppercase;
  float: left;
}

section div.column p.alt {
  margin-top: 18px;
  margin-left: 16px;
  display: inline-block;
}

section div.options {
  background: transparent;
}

section div.options label a {
  text-decoration: none;
  color: #069;
}

section div.backups p {
  line-height: 20px;
  margin: 20px 0 0 0;
}

footer {
  margin-top: 90px;
  padding-top: 20px;
  padding-bottom: 0px;
  border-top: 2px solid #eee;
}

footer p {
  text-align: center;
  font-size: 0.8em;
  color: #666;
}

footer p a {
  text-decoration: none;
  color: #069;
}

footer p a:visited {
  color: #036;
}

footer div.payment-logos {
  text-align: center;
  margin: 0 auto 100px;
  padding-top: 20px;
  padding-bottom: 20px;
}

img.credit-card {
  vertical-align: middle;
}

img.powered-by {
  vertical-align: middle;
  margin: 1em;
}

pre {
  background-color: #EEE;
  margin: 1em;
  padding: 1em;
  font-size: 0.75em;
}

#payment-form .card-cvc {
  width: 3em;
}

#payment-form .card-expiry-month {
  width: 2em;
}

#payment-form .card-expiry-year {
  width: 4em;
}

#payment-form .clear {
  clear: both;
}

#payment-form button[disabled] {
  background: #DDD;
}

header, section, footer {
  width: 100%;
  padding-top: 30px;
  margin: auto;
}

header {
  text-align: center;
}

header img {
  margin: auto;
}

header p {
  margin: 4vw;
  text-align: center;
  font-size: 4vw;
  text-transform: uppercase;
}
@media only screen and (min-width: 830px) {
  header, section, footer {
    width: 960px;
    padding-top: 30px;
    margin: auto;
  }

  header {
    border-bottom: 2px solid #eee;
    text-align: left;
  }

  header img {
    margin: 30px 0 10px 0;
  }

  header p {
    margin: 65px 50px 0 0;
    float: right;
    /* font-size: 11px; */
    font-size: 0.6875em;
    text-transform: uppercase;
  }

  section h1 {
    /* font-size: 50px; */
    font-size: 3.125em;
    text-align: left;
  }

  section h2 {
    /* font-size: 28px; */
    font-size: 1.75em;
  }

  section h3 {
    /* font-size: 22px; */
    font-size: 1.375em;
  }

  section h4 {
    /* font-size: 16px; */
    font-size: 1em;
    margin-bottom: 0;
  }

  section h5 {
    /* font-size: 16px; */
    font-size: 1em;
    margin-bottom: 0;
  }

  section p {
    margin: 20px 16px;
    line-height: 1.6;
  }

  section div.column-basic {
    width: 437px;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
  }

  section div.column {
    width: 437px;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
  }

  section div.column h2 {
    /* font-size: 20px; */
    font-size: 1.25em;
    margin: 30px 0 0 0;
  }

  section div.column form input[type="text"],
  section div.column form input[type="password"] {
    width: 360px;
  }

  section div.pricing {
    width: 186px;
  }

  section div.plan p {
    padding: 0 20px;
    /* font-size: 13px; */
    font-size: 0.8125em;
    text-align: center;
  }

  footer {
    margin-top: 90px;
    padding-top: 20px;
    padding-bottom: 0px;
    border-top: 2px solid #eee;
  }

  footer p {
    text-align: center;
    /* font-size: 13px; */
    font-size: 0.8125em;
    color: #666;
  }

  img.powered-by {
    margin: 0;
  }
}
