/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

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

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
/* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

/**
 * Add a few more `block` elements, since they're mostly treated that way.
 */

audio,
canvas,
img,
video {
  display: block;
}

/**
 * Reset line-height, since it makes aligning elements way easier.
 */

html {
  line-height: 1;
}

/**
 * Remove default heading styles.
 */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: 1;
  font-weight: inherit;
}

/**
 * Remove default link styles, since they get used for buttons, etc.
 */

a {
  color: inherit;
  text-decoration: none;
}

/**
 * Remove outline for links. You should style it, but not necessarily outline.
 */

a:focus {
  outline: 0;
}

/**
 * Remove default paragraph styles.
 */

p,
small {
  margin: 0;
  padding: 0;
}

/**
 * Remove default list styles, since they get used for navs, etc.
 */

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

/**
 * Remove default blockquote and quote styles.
 */

blockquote,
q {
  margin: 0;
}

/**
 * Remove default cite styles.
 */

cite {
  font-style: inherit;
}

/**
 * Remove default form styles.
 */

form {
  margin: 0;
}

/**
 * Remove default fieldset styles.
 */

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

/**
 * Remove default pre styles.
 */

pre {
  margin: 0;
}

/**
 * Logo.
 *
 * TODO: remove
 */

.logo {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  /* not baseline, so we align up _and_ down */
  height: 1em;
  /* keep height constant regardless of innards */
  margin: 0;
  /* reset */
}

.logo > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-indent: -9999px;
  /* image replacement */
  direction: ltr;
  /* make text-indent play nice */
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  background-size: contain;
}

/**
 * Myth logo.
 */

.logo[data-logo="Myth"] {
  width: 2.425555556em;
  /* (74/36) * (1+.18) - 0 */
}

.logo[data-logo="Myth"] > * {
  background-image: url("segmentio-myth-logo/./images/myth.svg");
  margin: 0 0 -.18em 0;
}

.logo[data-logo="Myth"][data-color="black"] > * {
  background-image: url("segmentio-myth-logo/./images/myth-black.svg");
}

.logo[data-logo="Myth"][data-color="white"] > * {
  background-image: url("segmentio-myth-logo/./images/myth-white.svg");
}

/**
 * Logo.
 *
 * TODO: remove
 */

.logo {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  /* not baseline, so we align up _and_ down */
  height: 1em;
  /* keep height constant regardless of innards */
  margin: 0;
  /* reset */
}

.logo > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-indent: -9999px;
  /* image replacement */
  direction: ltr;
  /* make text-indent play nice */
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  background-size: contain;
}

/**
 * Logo.
 */

.logo[data-logo="Segment.io"] {
  width: 4.966245128em;
  /* (365.97/69.27) * (1-.02-.04) - 0 */
}

.logo[data-logo="Segment.io"] > * {
  background-image: url("segmentio-segmentio-logo/./images/segmentio.svg");
  margin: .02em 0 .04em 0;
}

.logo[data-logo="Segment.io"][data-color="black"] > * {
  background-image: url("segmentio-segmentio-logo/./images/segmentio-black.svg");
}

.logo[data-logo="Segment.io"][data-color="white"] > * {
  background-image: url("segmentio-segmentio-logo/./images/segmentio-white.svg");
}

/**
 * Icon.
 */

.logo[data-logo="Segment.io"][data-variation="icon"] {
  width: .999712em;
  /* (199.964/200) * (1+.3+.3) - .3-.3 */
}

.logo[data-logo="Segment.io"][data-variation="icon"] > * {
  background-image: url("segmentio-segmentio-logo/./images/segmentio-icon.svg");
  margin: -.3em;
}

.logo[data-logo="Segment.io"][data-variation="icon"][data-color="black"] > * {
  background-image: url("segmentio-segmentio-logo/./images/segmentio-icon-black.svg");
}

.logo[data-logo="Segment.io"][data-variation="icon"][data-color="white"] > * {
  background-image: url("segmentio-segmentio-logo/./images/segmentio-icon-white.svg");
}

@font-face {
  font-family: 'Source Sans';
  src: url("typefaces-source-sans-extra-light/./fonts/source-sans-extra-light.eot");
  src: url("typefaces-source-sans-extra-light/./fonts/source-sans-extra-light.eot?#iefix") format('embedded-opentype'),
       url("typefaces-source-sans-extra-light/./fonts/source-sans-extra-light.woff") format('woff'),
       url("typefaces-source-sans-extra-light/./fonts/source-sans-extra-light.ttf") format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Source Sans';
  src: url("typefaces-source-sans-extra-light-italic/./fonts/source-sans-extra-light-italic.eot");
  src: url("typefaces-source-sans-extra-light-italic/./fonts/source-sans-extra-light-italic.eot?#iefix") format('embedded-opentype'),
       url("typefaces-source-sans-extra-light-italic/./fonts/source-sans-extra-light-italic.woff") format('woff'),
       url("typefaces-source-sans-extra-light-italic/./fonts/source-sans-extra-light-italic.ttf") format('truetype');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'Source Sans';
  src: url("typefaces-source-sans-light/./fonts/source-sans-light.eot");
  src: url("typefaces-source-sans-light/./fonts/source-sans-light.eot?#iefix") format('embedded-opentype'),
       url("typefaces-source-sans-light/./fonts/source-sans-light.woff") format('woff'),
       url("typefaces-source-sans-light/./fonts/source-sans-light.ttf") format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Source Sans';
  src: url("typefaces-source-sans-light-italic/./fonts/source-sans-light-italic.eot");
  src: url("typefaces-source-sans-light-italic/./fonts/source-sans-light-italic.eot?#iefix") format('embedded-opentype'),
       url("typefaces-source-sans-light-italic/./fonts/source-sans-light-italic.woff") format('woff'),
       url("typefaces-source-sans-light-italic/./fonts/source-sans-light-italic.ttf") format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Source Sans';
  src: url("typefaces-source-sans-regular/./fonts/source-sans-regular.eot");
  src: url("typefaces-source-sans-regular/./fonts/source-sans-regular.eot?#iefix") format('embedded-opentype'),
       url("typefaces-source-sans-regular/./fonts/source-sans-regular.woff") format('woff'),
       url("typefaces-source-sans-regular/./fonts/source-sans-regular.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Source Sans';
  src: url("typefaces-source-sans-italic/./fonts/source-sans-italic.eot");
  src: url("typefaces-source-sans-italic/./fonts/source-sans-italic.eot?#iefix") format('embedded-opentype'),
       url("typefaces-source-sans-italic/./fonts/source-sans-italic.woff") format('woff'),
       url("typefaces-source-sans-italic/./fonts/source-sans-italic.ttf") format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Source Sans';
  src: url("typefaces-source-sans-semibold/./fonts/source-sans-semibold.eot");
  src: url("typefaces-source-sans-semibold/./fonts/source-sans-semibold.eot?#iefix") format('embedded-opentype'),
       url("typefaces-source-sans-semibold/./fonts/source-sans-semibold.woff") format('woff'),
       url("typefaces-source-sans-semibold/./fonts/source-sans-semibold.ttf") format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Source Sans';
  src: url("typefaces-source-sans-semibold-italic/./fonts/source-sans-semibold-italic.eot");
  src: url("typefaces-source-sans-semibold-italic/./fonts/source-sans-semibold-italic.eot?#iefix") format('embedded-opentype'),
       url("typefaces-source-sans-semibold-italic/./fonts/source-sans-semibold-italic.woff") format('woff'),
       url("typefaces-source-sans-semibold-italic/./fonts/source-sans-semibold-italic.ttf") format('truetype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Source Sans';
  src: url("typefaces-source-sans-bold/./fonts/source-sans-bold.eot");
  src: url("typefaces-source-sans-bold/./fonts/source-sans-bold.eot?#iefix") format('embedded-opentype'),
       url("typefaces-source-sans-bold/./fonts/source-sans-bold.woff") format('woff'),
       url("typefaces-source-sans-bold/./fonts/source-sans-bold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Source Sans';
  src: url("typefaces-source-sans-bold-italic/./fonts/source-sans-bold-italic.eot");
  src: url("typefaces-source-sans-bold-italic/./fonts/source-sans-bold-italic.eot?#iefix") format('embedded-opentype'),
       url("typefaces-source-sans-bold-italic/./fonts/source-sans-bold-italic.woff") format('woff'),
       url("typefaces-source-sans-bold-italic/./fonts/source-sans-bold-italic.ttf") format('truetype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Source Sans';
  src: url("typefaces-source-sans-black/./fonts/source-sans-black.eot");
  src: url("typefaces-source-sans-black/./fonts/source-sans-black.eot?#iefix") format('embedded-opentype'),
       url("typefaces-source-sans-black/./fonts/source-sans-black.woff") format('woff'),
       url("typefaces-source-sans-black/./fonts/source-sans-black.ttf") format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Source Sans';
  src: url("typefaces-source-sans-black-italic/./fonts/source-sans-black-italic.eot");
  src: url("typefaces-source-sans-black-italic/./fonts/source-sans-black-italic.eot?#iefix") format('embedded-opentype'),
       url("typefaces-source-sans-black-italic/./fonts/source-sans-black-italic.woff") format('woff'),
       url("typefaces-source-sans-black-italic/./fonts/source-sans-black-italic.ttf") format('truetype');
  font-weight: 900;
  font-style: italic;
}

/**
 * Variables.
 */



/**
 * Body.
 */

body {
  font: 300 16px/1.5 "Source Sans", "Source Sans Pro", sans-serif;
  color: white;
  background-color: #1C1521;
}

a {
  color: #847AD1;
  text-decoration: underline;
  -webkit-transition: color .2s;
  transition: color .2s;
}

a:hover {
  color: rgb(157, 149, 218);
}

pre {
  font: 300 12px/1.2 "Source Code", "Source Code Pro",  monospace;
  color: rgb(223, 226, 238);
}

/**
 * Sections.
 */

.Header,
.Section,
.Footer {
  position: relative;
  padding: 4em 1.5em;
}

.Section-title {
  font-size: 1.5em;
  margin-bottom: .25em;
  text-align: center;
}

.Section-description {
  color: #BEC4DD;
  margin-bottom: 1em;
}

.Section-example {
  margin-top: 1em;
  border-radius: .2em;
  background: #1C1521;
  padding: 1em;
  overflow: hidden;
}

.Section-example-code b {
  font-weight: 600;
  color: #847AD1;
}

.Section-example-code em {
  font-style: normal;
  font-weight: 600;
  color: #5790EF;
}

.Section-example-code s {
  font-style: normal;
  text-decoration: none;
  color: #605668;
}

.Section-legend {
  text-align: center;
  color: #BEC4DD;
  margin-top: .75em;
}

/**
 * Header.
 */

.Header {
  background: url("myth.io/./images/background-small.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  padding-bottom: 6em;
  overflow: hidden;
}

@media (min-width: 800px) {
  .Header {
    background-image: url("myth.io/./images/background-medium.jpg");
  }
}

@media (min-width: 1500) {
  .Header {
    background-image: url("myth.io/./images/background-large.jpg");
  }
}

.Header-title {
  font-size: 1.5em;
  margin-bottom: 4em;
}

.Header-subtitle {
  font-size: 2.5em;
  margin-bottom: .6em;
}

.Header-description {
  max-width: 30em;
  margin-right: auto;
  margin-left: auto;
}

.Header-github-link {
  display: block;
  position: absolute;
  top: 3em;
  right: -6.5em;
  padding: 1em;
  width: 20em;
  text-align: center;
  background-color: #847AD1;
  text-transform: uppercase;
  font-size: .6em;
  color: white;
  letter-spacing: 1px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.Header-github-link:hover {
  font-weight: normal;
  color: white;
}

/**
 * Feature section.
 */

.Section--feature {
  background-color: #26202B;
}

.Section--feature + .Section--feature {
  padding-top: 0;
}

.animate .Section--feature .Section-title,
.animate .Section--feature .Section-description,
.animate .Section--feature .Section-example {
  opacity: 0;
}

.Section--feature .Section-description {
  text-align: center;
}

/**
 * First and last feature.
 */

.Section--feature-variables::before,
.Section--feature-no-prefixes::after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
}

/**
 * First feature.
 */

.Section--feature-variables::before {
  height: 6em;
  bottom: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#26202B));
  background: -webkit-linear-gradient(top, transparent, #26202B);
  background: linear-gradient(to bottom, transparent, #26202B);
}

/**
 * Last feature.
 */

.Section--feature-no-prefixes {
  padding-bottom: 2em;
}

.Section--feature-no-prefixes::after {
  height: 14em;
  top: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#26202B), to(transparent));
  background: -webkit-linear-gradient(top, #26202B, transparent);
  background: linear-gradient(to bottom, #26202B, transparent);
}

/**
 * Install section.
 */

.Section--install {
  padding-top: 2em;
  padding-bottom: 0;
}

.Section--install .Section-example {
  background-color: #120C17;
}

.Section--install .Section-example-code {
  line-height: 1.4;
}

/**
 * Why section.
 */

.Section--why .Section-description {
  color: #BEC4DD;
}

/**
 * Footer.
 */

.Footer {
  padding-top: 0;
  text-align: center;
}

.Footer-title {
  font-size: 1.5em;
  -webkit-transition: -webkit-transform .2s;
  transition: transform .2s;
}

.Footer-title:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.Footer-subtitle {
  color: #BEC4DD;
  font-size: .7em;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: .5em;
}

/**
 * Animation, only happens on first load.
 */

.Header-subtitle {
  -webkit-transition: opacity 1.25s ease-in-out .25s;
  transition: opacity 1.25s ease-in-out .25s;
}

.Header-description {
  -webkit-transition: opacity 1.5s ease-in-out 1.5s;
  transition: opacity 1.5s ease-in-out 1.5s;
}

.Header-github-link,
.Section--feature .Section-title,
.Section--feature .Section-description,
.Section--feature .Section-example {
  -webkit-transition: opacity 1.5s ease-in-out 3s;
  transition: opacity 1.5s ease-in-out 3s;
}

.animate .Header-subtitle,
.animate .Header-description,
.animate .Header-github-link,
.animate .Section--feature .Section-title,
.animate .Section--feature .Section-description,
.animate .Section--feature .Section-example {
  opacity: 0;
}

/**
 * Small screens.
 */

@media (max-width: 767px) {
  .Section--feature .Section-example-code:last-child {
    display: none;
    /* keep it simpler, just show the api */
  }

  .Section--install s {
    display: none;
    /* breaks the line, and just not worth it */
  }
}

/**
 * Large screens.
 */

@media (min-width: 768px) {
  body {
    font-size: 18px;
  }

  pre {
    font-size: 14px;
  }

  /**
   * Sections.
   */

  .Header,
  .Section,
  .Footer {
    padding: 6em 2em;
  }

  .Section-title {
    font-size: 1.8em;
  }

  .Section-example {
    margin-top: 1.5em;
    padding: 1.5em;
  }

  /**
   * Header.
   */

  .Header {
    font-size: 1.2em;
    padding-bottom: 17%;
  }

  .Header-subtitle {
    font-size: 2.5em;
  }

  .Header-description {
    max-width: 30em;
    margin-right: auto;
    margin-left: auto;
  }

  .Header-github-link {
    top: 4em;
    right: -5em;
  }

  /**
   * Feature section.
   */

  .Section--feature .Section-title,
  .Section--feature .Section-description,
  .Section--feature .Section-example {
    max-width: 40em;
    margin-right: auto;
    margin-left: auto;
  }

  .Section--feature .Section-example {
    background-image: url("myth.io/./images/example-background.png");
    background-position: center center;
    background-repeat: no-repeat;
  }

  .Section--feature .Section-example-code {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .Section--feature .Section-example-code:first-child {
    padding-left: 1em;
  }

  .Section--feature .Section-example-code:last-child {
    padding-left: 3.5em;
  }

  /**
   * Install & Why sections.
   */

  .Section--install,
  .Section--why {
    max-width: 26em;
    margin-right: auto;
    margin-left: auto;
  }

  /**
   * Install section.
   */

  .Section--install {
    padding-top: 8em;
  }

  .Section--install .Section-example {
    width: 24em;
    margin-right: auto;
    margin-left: auto;
  }

  .Section--install .Section-example-code {
    font-size: 1em;
  }

  /**
   * Why section.
   */

  .Section--why {
    padding-top: 0;
    padding-bottom: 0;
  }
}