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; }

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; }

@font-face {
  font-family: Lato;
  font-weight: 400;
  src: url(../fonts/LatoLatin-Regular.woff2) format("woff2"), url(../fonts/LatoLatin-Regular.woff) format("woff"); }

@font-face {
  font-family: Lato;
  font-weight: 700;
  src: url(../fonts/LatoLatin-Bold.woff2) format("woff2"), url(../fonts/LatoLatin-Bold.woff) format("woff"); }

@font-face {
  font-family: Lato;
  font-weight: 800;
  src: url(../fonts/LatoLatin-Heavy.woff2) format("woff2"), url(../fonts/LatoLatin-Heavy.woff) format("woff"); }

body {
  color: #2C2D30;
  font: 400 18px/1.35em Lato, sans serif;
  width: 100%; }

a {
  border-bottom: 1px dotted #7AD0E1;
  color: white;
  text-decoration: none; }

.float-right {
  float: right; }

.hero_header {
  background: #7AD0E1;
  background: url(../assets/header_grid.png), linear-gradient(45deg, #7AD0E1 0%, #6ACEAE 100%);
  color: #2C2D30;
  font-size: 22px;
  line-height: 28px;
  padding: 20px;
  text-align: center; }
  @media only screen and (min-width: 500px) {
    .hero_header {
      padding: 60px 20px; } }
  .hero_header .header_text {
    opacity: 0.9;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.1); }
  .hero_header .header_splash {
    max-width: 300px;
    margin-bottom: 20px; }
  .hero_header .built_by_image {
    padding-bottom: 20px;
    top: 20px; }
    .hero_header .built_by_image img {
      height: 32px;
      width: 80px; }
    @media only screen and (min-width: 500px) {
      .hero_header .built_by_image {
        position: absolute; } }
  .hero_header h1 {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.1em; }
    @media only screen and (min-width: 500px) {
      .hero_header h1 {
        font-size: 3.5rem; } }
  .hero_header p {
    font-weight: 400;
    padding: 20px 0; }

@media only screen and (min-width: 500px) {
  .container {
    margin: 0 auto;
    max-width: 800px; } }

.features, .usage, .setup {
  padding: 60px 0;
  text-align: center; }
  @media only screen and (min-width: 500px) {
    .features, .usage, .setup {
      text-align: left; } }

.setup {
  background: #6ACEAE; }

.usage {
  text-align: left; }

.feature_block {
  margin-bottom: 80px; }
  .feature_block.block_no_margin_bottom {
    margin-bottom: 0; }
  @media only screen and (min-width: 500px) {
    .feature_block {
      display: flex;
      flex-flow: row nowrap; } }
  .feature_block .feature_block_text {
    padding: 0 40px; }
    .setup .feature_block .feature_block_text {
      padding: 0 20px; }
    @media only screen and (min-width: 500px) {
      .feature_block .feature_block_text {
        flex: 1 0 50%;
        order: 2; } }
    .feature_block .feature_block_text h2 {
      font-size: 150%;
      font-weight: 800;
      margin-bottom: 10px; }
      @media only screen and (min-width: 500px) {
        .feature_block .feature_block_text h2 {
          margin-bottom: 20px; } }
    .feature_block .feature_block_text p {
      margin-bottom: 20px; }
      .feature_block .feature_block_text p:last-of-type {
        margin-bottom: 0; }
  .feature_block img {
    max-width: 100%; }
  .feature_block .feature_anim {
    box-sizing: border-box;
    padding: 20px; }
    @media only screen and (min-width: 500px) {
      .feature_block .feature_anim {
        flex: 0 1 50%;
        max-width: 320px;
        order: 1;
        padding: 0; } }
  .feature_block div:last-of-type {
    margin-bottom: 0; }

.section_header {
  font-weight: 800;
  margin: 0 20px 20px; }

h2.section_header {
  font-size: 200%; }

.list_header {
  font-size: 140%;
  font-weight: 800;
  margin-bottom: 40px; }

.blue_text {
  color: #7AD0E1; }

.yellow_text {
  color: #F8BA31; }

.red_text {
  color: #EA2B7E; }

.green_text {
  color: #6ACEAE; }

.white_text {
  color: white; }
  .white_text a {
    color: #EA2B7E; }

code {
  background: #eee;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  color: #EA2B7E;
  display: inline-block;
  font-family: Hack, monospace;
  font-size: 14px;
  line-height: 1em;
  padding: 2px 5px; }

pre {
  line-height: 0px; }
  pre code {
    background: #171c19;
    border-radius: 10px;
    color: #eee;
    display: block;
    font-family: Hack, monospace;
    margin: 10px -10px 0;
    overflow-x: auto;
    padding: 1em; }
    @media only screen and (min-width: 500px) {
      pre code {
        margin: 10px -20px 0; } }
    pre code span {
      padding-right: 10px; }
      pre code span:first-of-type {
        color: #7AD0E1; }
      pre code span:nth-of-type(2) {
        color: #ef599a;
        font-weight: bold; }

.command_list {
  padding: 40px 20px 0; }
  .command_list .command {
    padding: 0 0 40px; }
    .command_list .command h4 {
      font-family: Hack, monospace;
      font-weight: 600;
      line-height: 1.2em;
      margin-bottom: 20px; }
    .command_list .command p {
      font-size: 80%;
      line-height: 1.1em; }

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