@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?idcc1p");
  src: url("../fonts/icomoon/icomoon.eot?#iefixidcc1p") format("embedded-opentype"), url("../fonts/icomoon/icomoon.woff?idcc1p") format("woff"), url("../fonts/icomoon/icomoon.ttf?idcc1p") format("truetype"), url("../fonts/icomoon/icomoon.svg?idcc1p#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^='icon-'],
[class*=' icon-'] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-envelope-o:before {
  content: '\f003';
}

.icon-heart:before {
  content: '\f004';
}

.icon-star:before {
  content: '\f005';
}

.icon-star-o:before {
  content: '\f006';
}

.icon-check:before {
  content: '\f00c';
}

.icon-close:before {
  content: '\f00d';
}

.icon-remove:before {
  content: '\f00d';
}

.icon-times:before {
  content: '\f00d';
}

.icon-repeat:before {
  content: '\f01e';
}

.icon-rotate-right:before {
  content: '\f01e';
}

.icon-plus:before {
  content: '\f067';
}

.icon-minus:before {
  content: '\f068';
}

.icon-asterisk:before {
  content: '\f069';
}

.icon-chevron-up:before {
  content: '\f077';
}

.icon-chevron-down:before {
  content: '\f078';
}

.icon-heart-o:before {
  content: '\f08a';
}

.icon-lemon-o:before {
  content: '\f094';
}

.icon-twitter:before {
  content: '\f099';
}

.icon-square:before {
  content: '\f0c8';
}

.icon-sitemap:before {
  content: '\f0e8';
}

.icon-github:before {
  content: '\f113';
}

.icon-terminal:before {
  content: '\f120';
}

.icon-code:before {
  content: '\f121';
}

.icon-rocket:before {
  content: '\f135';
}

.icon-ellipsis-h:before {
  content: '\f141';
}

.icon-ellipsis-v:before {
  content: '\f142';
}

.icon-check-square:before {
  content: '\f14a';
}

.icon-bug:before {
  content: '\f188';
}

.icon-drupal:before {
  content: '\f1a9';
}

.icon-cube:before {
  content: '\f1b2';
}

.icon-cubes:before {
  content: '\f1b3';
}

.icon-codepen:before {
  content: '\f1cb';
}

.icon-wechat:before {
  content: '\f1d7';
}

.icon-weixin:before {
  content: '\f1d7';
}

.icon-paper-plane:before {
  content: '\f1d8';
}

.icon-send:before {
  content: '\f1d8';
}

.icon-paper-plane-o:before {
  content: '\f1d9';
}

.icon-send-o:before {
  content: '\f1d9';
}

.icon-bomb:before {
  content: '\f1e2';
}

.icon-copyright:before {
  content: '\f1f9';
}

.icon-bicycle:before {
  content: '\f206';
}

.icon-mug:before {
  content: '\e600';
}

.icon-stack:before {
  content: '\e611';
}

.icon-spaceinvaders:before {
  content: '\e601';
}

.icon-lamp:before {
  content: '\e602';
}

.icon-layout:before {
  content: '\e603';
}

.icon-bike:before {
  content: '\e612';
}

.icon-ruler:before {
  content: '\e604';
}

.icon-heart2:before {
  content: '\e605';
}

.icon-bulb:before {
  content: '\e606';
}

.icon-phone:before {
  content: '\e607';
}

.icon-data:before {
  content: '\e608';
}

.icon-lab:before {
  content: '\e609';
}

.icon-food:before {
  content: '\e60a';
}

.icon-file-settings:before {
  content: '\e60b';
}

.icon-share:before {
  content: '\e60c';
}

.icon-mapmarker:before {
  content: '\e60d';
}

.icon-support:before {
  content: '\e60e';
}

.icon-bolt:before {
  content: '\e60f';
}

.icon-pill:before {
  content: '\e610';
}

/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

/* Bitters 0.10.0
 * http://bitters.bourbon.io
 * Copyright 2013–2014 thoughtbot, inc.
 * MIT License */
body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.25;
  margin: 0;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 2.25em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1em;
}

p {
  margin: 0 0 0.75em;
}

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #477DCA;
  text-decoration: none;
}

a:hover {
  color: #2c5999;
}

a:active, a:focus {
  color: #2c5999;
  outline: none;
}

hr {
  border-bottom: 1px solid #DDD;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

blockquote {
  border-left: 2px solid #DDD;
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em;
}

cite {
  color: #737373;
  font-style: italic;
}

cite:before {
  content: "\2014 \00A0";
}

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #DDD;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

dl {
  margin-bottom: 0.75em;
}

dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}

dl dd {
  margin: 0;
}

/*
  Animate.css - http://daneden.me/animate
  Licensed under the MIT license - http://opensource.org/licenses/MIT
  Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes spinningH {
  from {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
  }
  to {
    -webkit-transform: rotateX(360deg) rotateY(360deg);
  }
}

@-moz-keyframes spinningH {
  from {
    -moz-transform: rotateX(0deg) rotateY(0deg);
  }
  to {
    -moz-transform: rotateX(360deg) rotateY(360deg);
  }
}

@keyframes spinningH {
  from {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -ms-transform: rotateX(0deg) rotateY(0deg);
    -o-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg);
  }
  to {
    -webkit-transform: rotateX(360deg) rotateY(360deg);
    -moz-transform: rotateX(360deg) rotateY(360deg);
    -ms-transform: rotateX(360deg) rotateY(360deg);
    -o-transform: rotateX(360deg) rotateY(360deg);
    transform: rotateX(360deg) rotateY(360deg);
  }
}

.animate {
  -webkit-animation: spinningH 6s infinite linear;
  -moz-animation: spinningH 6s infinite linear;
  animation: spinningH 6s infinite linear;
}

/* PrismJS 1.16.0
https://prismjs.com/download.html#themes=prism-tomorrow&languages=markup+css+clike+javascript+json&plugins=command-line */
/**
 * prism.js tomorrow night eighties for JavaScript, CoffeeScript, CSS and HTML
 * Based on https://github.com/chriskempson/tomorrow-theme
 * @author Rose Pritchard
 */
code[class*='language-'],
pre[class*='language-'] {
  color: #ccc;
  background: none;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

/* Code blocks */
pre[class*='language-'] {
  padding: 1em 2em;
  margin: 0.5em 0;
  overflow: auto;
}

:not(pre) > code[class*='language-'],
pre[class*='language-'] {
  background: #2d2d2d;
}

/* Inline code */
:not(pre) > code[class*='language-'] {
  padding: 0.1em;
  border-radius: 0.3em;
  white-space: normal;
}

.token.comment,
.token.block-comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #999;
}

.token.punctuation {
  color: #ccc;
}

.token.tag,
.token.attr-name,
.token.namespace,
.token.deleted {
  color: #e2777a;
}

.token.function-name {
  color: #6196cc;
}

.token.boolean,
.token.number,
.token.function {
  color: #f08d49;
}

.token.property,
.token.class-name,
.token.constant,
.token.symbol {
  color: #f8c555;
}

.token.selector,
.token.important,
.token.atrule,
.token.keyword,
.token.builtin {
  color: #cc99cd;
}

.token.string,
.token.char,
.token.attr-value,
.token.regex,
.token.variable {
  color: #7ec699;
}

.token.operator,
.token.entity,
.token.url {
  color: #67cdcc;
}

.token.important,
.token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}

.token.inserted {
  color: green;
}

.command-line-prompt {
  border-right: 1px solid #999;
  display: block;
  float: left;
  font-size: 100%;
  letter-spacing: -1px;
  margin-right: 1em;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.command-line-prompt > span:before {
  color: #999;
  content: ' ';
  display: block;
  padding-right: 0.8em;
}

.command-line-prompt > span[data-user]:before {
  content: "[" attr(data-user) "@" attr(data-host) "] $";
}

.command-line-prompt > span[data-user='root']:before {
  content: "[" attr(data-user) "@" attr(data-host) "] #";
}

.command-line-prompt > span[data-prompt]:before {
  content: attr(data-prompt);
}

.readable small {
  font-size: 80%;
  font-weight: bold;
  margin-bottom: 16px;
  display: block;
}

input[type='range'] {
  height: 25px;
  -webkit-appearance: none;
  width: 100%;
}

input[type='range']::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #dcdcdc;
  border-radius: 1px;
  border: 0px solid #000000;
}

input[type='range']::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #e53b56;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #e53b56;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}

input[type='range']:focus::-webkit-slider-runnable-track {
  background: #2497e3;
}

input[type='range']::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #2497e3;
  border-radius: 1px;
  border: 0px solid #000000;
}

input[type='range']::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #e53b56;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #e53b56;
  cursor: pointer;
}

input[type='range']::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type='range']::-ms-fill-lower {
  background: #2497e3;
  border: 0px solid #000000;
  border-radius: 2px;
  box-shadow: 0px 0px 0px #000000;
}

input[type='range']::-ms-fill-upper {
  background: #2497e3;
  border: 0px solid #000000;
  border-radius: 2px;
  box-shadow: 0px 0px 0px #000000;
}

input[type='range']::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #2497e3;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #a1d0ff;
  cursor: pointer;
}

input[type='range']:focus::-ms-fill-lower {
  background: #2497e3;
}

input[type='range']:focus::-ms-fill-upper {
  background: #2497e3;
}

/* Everhood 0.1.0
 * http://everhood.com
 * Copyright 2014–2015 Kyle Langford
 * MIT License */
* {
  box-sizing: border-box;
}

body {
  opacity: 0;
  -webkit-font-feature-settings: 'lnum';
}

body .mast-head h1 {
  position: relative;
  left: -200px;
}

body.tween {
  opacity: 1;
  -webkit-transition: all 0.7s ease-in;
  -moz-transition: all 0.7s ease-in;
  transition: all 0.7s ease-in;
}

body.tween .mast-head h1 {
  -webkit-transition: all 0.45s ease 0.7s;
  -moz-transition: all 0.45s ease 0.7s;
  transition: all 0.45s ease 0.7s;
  left: 0px;
  opacity: 1;
}

body.dark-mode {
  background: #212121;
}

.content_div {
  box-shadow: 0 0 10px;
  border: 10px solid black;
  height: 800px;
  left: -1000px;
  width: 100%;
  -webkit-animation: slide_in 800ms ease-out forwards;
  position: absolute;
  box-sizing: border-box;
}

@-webkit-keyframes slide_in {
  0% {
    left: -1000px;
  }
  100% {
    left: 0px;
  }
}

p {
  font-family: "Palatino Linotype", "Book Book Antiqua", "Palatino", serif;
  font-size: 1.15em;
  line-height: 1.5;
  color: #212121;
}

h1,
h2 {
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 800;
}

h3 {
  font-family: "Raleway", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 800;
}

h4,
h5 {
  font-family: "Raleway", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}

p .icon {
  font-size: 0.875em;
}

textarea {
  width: 100%;
  overflow: auto;
  background-color: #f4f4f4;
  border: none;
}

.panel:after {
  content: "";
  display: table;
  clear: both;
}

.size-to-window {
  min-height: 75vh;
}

.about {
  background-color: #903;
}

.about .flex {
  align-items: center;
  justify-content: center;
}

.about a {
  color: white;
}

.wrap {
  padding: 6em 0;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}

.wrap:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 769px) {
  .wrap {
    padding: 6em 0;
  }
}

.wrap img {
  width: 100%;
}

.wrap .logo {
  width: 50%;
  margin-bottom: 3em;
}

.mast-head {
  position: fixed;
  width: 100%;
  height: 6.5em;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  z-index: 9999;
}

.mast-head h1 {
  display: inline;
  margin: 0;
}

.site-logo {
  position: absolute;
  top: 1.25em;
  left: 1.25em;
  color: #999;
  font-size: 1.6rem;
  z-index: 9999;
  padding-left: 1.2em;
}

.site-logo.active {
  color: white;
}

@media screen and (max-width: 640px) {
  .site-logo {
    left: 0;
  }
}

p.copy {
  color: #212121;
  font-family: "Raleway", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 100;
  font-size: 0.85em;
}

.headroom {
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.headroom--pinned {
  transform: translateY(0%);
}

.headroom--pinned.headroom--top .site-logo {
  color: #999;
}

.headroom--unpinned {
  transform: translateY(-100%);
}

.headroom--unpinned.active {
  transform: translateY(0);
}

nav.primary {
  background: #eb2088;
  position: fixed;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  padding-right: 0.6em;
  z-index: -1;
  display: none;
}

nav.primary.overlay {
  -webkit-transition: opacity 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
  display: table;
  opacity: 1;
  z-index: 999;
}

nav.primary.overlay .wrap {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
}

nav.primary ul {
  width: 100vw;
  text-align: center;
  font-size: 3em;
}

nav.primary ul a {
  color: white;
}

button {
  line-height: 1.6;
  padding: 0.6em 1em;
  font-size: 1rem;
}

button.primary-menu-btn {
  color: white;
  padding: 0.7em 1.75em;
  background-color: rgba(0, 0, 0, 0.16);
  -webkit-transform: scale(1, 1.05) skew(-8deg, 0deg);
  -ms-transform: scale(1, 1.05) skew(-8deg, 0deg);
  transform: scale(1, 1.05) skew(-8deg, 0deg);
  display: block;
  line-height: 100%;
}

.monogram {
  border-radius: 50%;
  background-color: #e53b56;
  margin: auto;
  height: 42px;
  width: 42px;
  line-height: 42px;
  text-align: center;
  display: block;
  color: white;
}

.icon-chevron-up.left:before {
  display: block;
  position: relative;
  left: -3px;
  transform: rotate(-90deg);
}

.flex {
  display: flex;
}

.flex .message {
  align-items: center;
  justify-content: center;
}

button {
  background: #e53b56;
  border-radius: 4px;
  border: none;
  color: white;
  line-height: 1.6;
  padding: 4px 0;
  margin: 16px 0 0;
  display: block;
  width: 100%;
}

.message {
  width: 100%;
  max-width: 700px;
  margin: 0px auto;
  padding: 0 2%;
  position: relative;
}

.message p:first-child:first-letter {
  color: #e53b56;
  color: #212121;
  float: left;
  font-family: Georgia;
  font-size: 3.25em;
  line-height: 0.8;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}

.dark-mode .message p {
  color: white;
}

.dark-mode .message p:first-child:first-letter {
  color: #ededed;
}

@media (prefers-dark-interface) {
  .message p {
    color: pink;
  }
  .message p:first-child:first-letter {
    color: #ededed;
  }
}

.message.knockout h2,
.message.knockout h3,
.message.knockout p {
  color: white;
}

.message.justify {
  text-align: justify;
}

.message .item {
  margin-bottom: 12em;
}

.message .description {
  text-align: left;
}

.message ul,
.message ol {
  font-size: inherit;
}

.message h2 {
  font-size: 3.5em;
  line-height: 1;
  margin-bottom: 0.35em;
}

@media screen and (max-width: 769px) {
  .message h2 {
    font-size: 2.75em;
  }
}

.message h2 span {
  color: #ffcc2f;
}

.message h3 {
  margin-top: 48px;
  margin-bottom: 1em;
}

.message p {
  font-family: "Raleway", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
}

@media screen and (max-width: 769px) {
  .message p {
    font-size: 1.25em;
  }
}

.extras {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.extras:after {
  content: "";
  display: table;
  clear: both;
}

.extras .half {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

.extras .half:last-child {
  margin-right: 0;
}

.credits {
  text-align: center;
  padding: 4em 2em;
}

.credits:after {
  content: "";
  display: table;
  clear: both;
}

.line-behind-text {
  border-bottom: 1px solid #212121;
  text-align: center;
  width: 20%;
  min-width: 200px;
  margin: 0 auto 2.5em;
}

.line-behind-text h2 {
  background: white;
  color: #212121;
  display: inline-block;
  font-size: 1rem;
  padding: 0 10px;
  position: relative;
  text-transform: uppercase;
  top: 14px;
}

.dark-mode .line-behind-text {
  border-color: white;
}

.dark-mode .line-behind-text h2 {
  background: #212121;
  color: white;
}

.dm-trigger {
  position: absolute;
  top: 0;
  right: -150px;
  cursor: pointer;
}

pre.markup {
  margin-bottom: 48px;
}

/*
 * Ruler
 */
.ruler {
  display: flex;
  justify-content: space-between;
  flex-flow: row nowrap;
  width: 100%;
  top: 0;
  position: relative;
  height: 12px;
  padding: 0 8px;
}

.ruler div {
  border-left: 1px solid #979797;
  height: 4px;
  position: relative;
}

.ruler div span {
  position: absolute;
  top: 100%;
  left: -20px;
  width: 40px;
  display: none;
  text-align: center;
  font-weight: bold;
}

@media (min-width: 800px) {
  .ruler div span {
    font-size: 15px;
  }
}

/*# sourceMappingURL=maps/styles.css.map */
