/* normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
/* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
/* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
/* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/*# sourceMappingURL=node_modules/normalize.css/normalize.css.map */
html {
  font-family: "futura-pt", sans-serif;
}
html.wf-loading {
  color: transparent;
}
html.wf-loading * {
  color: transparent !important;
  text-shadow: none !important;
}
::-moz-selection {
  background: #0187c4;
  color: #b1e6ff;
}
::selection {
  background: #0187c4;
  color: #b1e6ff;
}
a {
  color: #7a7a7a;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
body {
  min-height: 100vh;
  background-color: #00020f;
  color: #ccc;
}
/*# sourceMappingURL=src/app.css.map */
._1dYzdxHMjkVl3HU6z2myLH {
  font-size: 80%;
  font-family: monospace;
  white-space: pre-wrap;
  margin: 1em auto;
  color: #00020f;
  display: inline-block;
  background-color: rgba(122,122,122,0.5);
  padding: 1em;
  border-radius: 0.5em;
  text-shadow: 0px 0px 4px rgba(122,122,122,0.75);
}
/*# sourceMappingURL=src/components/commit-message.css.map */
._2mjElDnZT9lAX8UlkD-9l1 {
  font-family: "adobe-garamond-pro", serif;
  padding: 0 2.5em;
  font-size: 1.5em;
  line-height: 1.333;
  position: relative;
  -webkit-transition: color 3s;
  -o-transition: color 3s;
  transition: color 3s;
}
._2mjElDnZT9lAX8UlkD-9l1::before {
  position: absolute;
  z-index: -1;
  content: '';
  color: rgba(255,255,255,0.25);
  -webkit-transition: color 3s;
  -o-transition: color 3s;
  transition: color 3s;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), color-stop(20%, #fff), color-stop(40%, currentColor));
  -webkit-mask-image: -webkit-linear-gradient(top, currentColor, #fff 20%, currentColor 40%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), color-stop(20%, #fff), color-stop(40%, currentColor));
          mask-image: linear-gradient(to bottom, currentColor, #fff 20%, currentColor 40%);
  background-image: url(/assets/images/arp299.e72a9b6b.jpg);
  background-size: cover;
  background-position: bottom center;
  top: -128px;
  bottom: -5em;
  left: 0;
  right: 0;
}
._2mjElDnZT9lAX8UlkD-9l1:hover {
  color: #e6e6e6;
  text-shadow: 0px 0px 4px rgba(0,2,15,0.75);
}
._2mjElDnZT9lAX8UlkD-9l1:hover::before {
  color: rgba(255,255,255,0.5);
}
._3J_JlJmb-k3gX7OuipgkNn {
  display: none;
}
.mSg0mT7bloXIppzjCRBQ {
  margin: 0;
  color: #e6e6e6;
  text-shadow: 0px 0px 4px rgba(0,2,15,0.75);
  padding: 0.83em 0;
  font-style: italic;
  font-weight: bold;
  text-align: center;
}
.mSg0mT7bloXIppzjCRBQ::before {
  content: '\2619   ';
}
.mSg0mT7bloXIppzjCRBQ::after {
  content: ' \2767';
}
._3CO88uexX363_QtNjN2Ukp {
  font-size: 0.75em;
  padding: 2em 10% 0;
  text-align: center;
}
._3CO88uexX363_QtNjN2Ukp h2 {
  color: rgba(204,204,204,0.8);
}
._3CO88uexX363_QtNjN2Ukp h2 a {
  color: inherit;
}
._3CO88uexX363_QtNjN2Ukp h2::before {
  content: 'background image:';
  font-style: italic;
  font-weight: normal;
  font-size: 0.75em;
  display: block;
}
._3CO88uexX363_QtNjN2Ukp blockquote {
  font-size: 1.25em;
  margin: 0;
}
._3CO88uexX363_QtNjN2Ukp blockquote::before,
._3CO88uexX363_QtNjN2Ukp blockquote::after {
  display: inline-block;
  position: relative;
  font-size: 2.5em;
  font-weight: bold;
  color: rgba(204,204,204,0.5);
}
html.wf-loading ._3CO88uexX363_QtNjN2Ukp blockquote::before,
html.wf-loading ._3CO88uexX363_QtNjN2Ukp blockquote::after {
  color: transparent !important;
}
._3CO88uexX363_QtNjN2Ukp blockquote::before {
  content: '\201C';
  margin-right: -2em;
  vertical-align: top;
  right: 2em;
}
._3CO88uexX363_QtNjN2Ukp blockquote::after {
  content: '\201D';
  margin-left: -2em;
  left: 2em;
  vertical-align: bottom;
}
._3CO88uexX363_QtNjN2Ukp blockquote > p {
  display: inline-block;
}
/*# sourceMappingURL=src/components/about.css.map */
._3CEroEEiYVR-QOh_b8LbO- {
  font-size: 2em;
  line-height: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
}
.Gak-gHsktSLxAc0n_Vsl {
  padding: 1em;
}
.Gak-gHsktSLxAc0n_Vsl:before {
  content: '\2766';
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  margin-right: 0.5em;
}
.Gak-gHsktSLxAc0n_Vsl:after {
  content: '\2766';
  margin-left: 0.5em;
  visibility: hidden;
  opacity: 0;
}
._2z3jQ5DYAoxmT-SnkXMcj3 {
  cursor: default;
  color: #ccc;
  font-weight: bold;
}
._2z3jQ5DYAoxmT-SnkXMcj3:hover,
._2z3jQ5DYAoxmT-SnkXMcj3:focus {
  text-decoration: none;
}
._2z3jQ5DYAoxmT-SnkXMcj3:before {
  opacity: 1;
  visibility: visible;
}
/*# sourceMappingURL=src/components/nav.css.map */
._9G1-bmMRUwXDWl-qxCfeQ {
  background-color: transparent;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  position: relative;
}
._9G1-bmMRUwXDWl-qxCfeQ::before {
  z-index: 0;
  -webkit-mask-image: url(/assets/images/black-thread-light.b99d03ae.png);
          mask-image: url(/assets/images/black-thread-light.b99d03ae.png);
  background-image: url(/assets/images/splash.be4ed9c3.jpg);
  background-size: cover;
  background-position: center;
  mask-type: alpha;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
._9G1-bmMRUwXDWl-qxCfeQ::before {
  -webkit-animation: 10s linear infinite translate-mask-position;
          animation: 10s linear infinite translate-mask-position;
}
._9G1-bmMRUwXDWl-qxCfeQ {
  background-color: transparent;
}
._9G1-bmMRUwXDWl-qxCfeQ.CyoikgUbdd447vl_1vyhn {
  background-color: rgba(255,255,255,0.15);
}
._9G1-bmMRUwXDWl-qxCfeQ.CyoikgUbdd447vl_1vyhn:hover {
  background-color: rgba(255,255,255,0.05);
}
._9G1-bmMRUwXDWl-qxCfeQ.CyoikgUbdd447vl_1vyhn::before {
  opacity: 1;
}
._9G1-bmMRUwXDWl-qxCfeQ._2Qgu0eiCKkz6eX9UcYDiLP:hover {
  background-color: rgba(255,255,255,0.8);
}
._9G1-bmMRUwXDWl-qxCfeQ._2Qgu0eiCKkz6eX9UcYDiLP:hover::before {
  opacity: 1;
}
._9G1-bmMRUwXDWl-qxCfeQ._2Qgu0eiCKkz6eX9UcYDiLP {
  cursor: pointer;
}
.yiFMgazHwbeZ-_7AeYgj2 {
  background-image: url(/assets/images/splash.be4ed9c3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  color: inherit;
  line-height: 1.5;
  font-size: 1.5em;
  position: relative;
  z-index: 0;
  -webkit-transition: padding 1s;
  -o-transition: padding 1s;
  transition: padding 1s;
  padding: 2em 0;
}
.wf-active .yiFMgazHwbeZ-_7AeYgj2._2Qgu0eiCKkz6eX9UcYDiLP:hover,
.wf-active .yiFMgazHwbeZ-_7AeYgj2.CyoikgUbdd447vl_1vyhn {
  -webkit-background-clip: text;
}
.wf-active .yiFMgazHwbeZ-_7AeYgj2._2Qgu0eiCKkz6eX9UcYDiLP:hover h1,
.wf-active .yiFMgazHwbeZ-_7AeYgj2.CyoikgUbdd447vl_1vyhn h1 {
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 0 rgba(21,181,254,0.25);
}
.wf-active .yiFMgazHwbeZ-_7AeYgj2._2Qgu0eiCKkz6eX9UcYDiLP:hover::after,
.wf-active .yiFMgazHwbeZ-_7AeYgj2.CyoikgUbdd447vl_1vyhn::after {
  opacity: 1;
}
.yiFMgazHwbeZ-_7AeYgj2 h1 {
  -webkit-transition: color 1s;
  -o-transition: color 1s;
  transition: color 1s;
  color: #ddd;
  font-size: 10vw;
  margin: 0;
}
.yiFMgazHwbeZ-_7AeYgj2 h2 {
  font-size: 4vw;
  font-style: italic;
}
.yiFMgazHwbeZ-_7AeYgj2._2x9qwhYLaa-tyYOfe67ObW {
  padding: 80vh 0 2em;
}
.yiFMgazHwbeZ-_7AeYgj2._2x9qwhYLaa-tyYOfe67ObW::before {
  opacity: 1;
}
.cfbnv69r2UEbaiOgpJpw5 {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s, opacity 0.5s;
  -o-transition: max-height 0.5s, opacity 0.5s;
  transition: max-height 0.5s, opacity 0.5s;
}
.cfbnv69r2UEbaiOgpJpw5._2x9qwhYLaa-tyYOfe67ObW {
  max-height: 500px;
  visibility: visible;
  opacity: 1;
  height: auto;
}
._35sva9dcwi0h4GBEcWTPt5 {
  font-size: 0.75em;
  padding: 0 10%;
}
._35sva9dcwi0h4GBEcWTPt5 p {
  display: inline;
}
@-webkit-keyframes translate-mask-position {
  0% {
    -webkit-mask-position: 0% 0%;
            mask-position: 0% 0%;
  }
  100% {
    -webkit-mask-position: 0% 100%;
            mask-position: 0% 100%;
  }
}
@keyframes translate-mask-position {
  0% {
    -webkit-mask-position: 0% 0%;
            mask-position: 0% 0%;
  }
  100% {
    -webkit-mask-position: 0% 100%;
            mask-position: 0% 100%;
  }
}
/*# sourceMappingURL=src/components/splash.css.map */

/*# sourceMappingURL=app.c97a0262842ef002f65f.css.map*/