@charset "UTF-8";
/*! normalize.css v6.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
   ========================================================================== */
/**
 * 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 {
  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 */
  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
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

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

/**
 * 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 {
  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"] {
  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; }

.bitcoin-color {
  color: #f1911e; }

.bitcoin-cash-color {
  color: #f1911e; }

.ripple-color {
  color: #36a2eb; }

.monero-color {
  color: #FF6600; }

.litecoin-color {
  color: #BEBEBE; }

.iota-color {
  color: #333333; }

.dash-color {
  color: #2573C2; }

.ethereum-color {
  color: #000000; }

.neo-color {
  color: #BEEA2E; }

.nem-color {
  color: #00C4B3; }

@font-face {
  font-family: "GT-Walsheim-Pro-Regular";
  src: url("../fonts/GT-Walsheim-Pro-Regular.eot");
  src: url("../fonts/GT-Walsheim-Pro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Walsheim-Pro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "GT-Walsheim-Pro-Regular-Oblique";
  src: url("../fonts/GT-Walsheim-Pro-Regular-Oblique.eot");
  src: url("../fonts/GT-Walsheim-Pro-Regular-Oblique.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Walsheim-Pro-Regular-Oblique.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "GT-Walsheim-Pro-Thin";
  src: url("../fonts/GT-Walsheim-Pro-Thin.eot");
  src: url("../fonts/GT-Walsheim-Pro-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Walsheim-Pro-Thin.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "GT-Walsheim-Pro-Thin-Oblique";
  src: url("../fonts/GT-Walsheim-Pro-Thin-Oblique.eot");
  src: url("../fonts/GT-Walsheim-Pro-Thin-Oblique.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Walsheim-Pro-Thin-Oblique.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: "GT-Walsheim-Pro-Regular", sans-serif;
  background: #fcfdff;
  margin: 0;
  padding: 0; }

.wrap {
  padding: 0 2em;
  width: 100%;
  max-width: 54em;
  margin: 0 auto;
  box-sizing: border-box; }

.large-wrap {
  padding: 0 2em;
  width: 100%;
  max-width: 68em;
  margin: 0 auto;
  box-sizing: border-box; }

.button {
  display: inline-block;
  background: black;
  color: white;
  min-width: 220px;
  line-height: 3.25em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Muli', sans-serif;
  letter-spacing: 0.2em;
  font-size: 12px;
  box-sizing: border-box;
  border: 1px solid black;
  transition: background 300ms ease, color 300ms ease; }
  .button:hover {
    background: white;
    color: black; }

.center-button {
  text-align: center;
  margin-bottom: 6em; }

header {
  z-index: 100;
  position: relative; }

.mobile-toggle {
  display: block;
  position: absolute;
  top: calc(2em + 8px);
  right: 2em;
  z-index: 90;
  display: none; }
  @media screen and (max-width: 768px) {
    .mobile-toggle {
      display: block; } }
  .mobile-toggle span {
    display: block;
    height: 1px;
    width: 2em;
    background: black;
    position: absolute;
    top: 50%;
    right: 0; }
    .mobile-toggle span:after, .mobile-toggle span:before {
      content: '';
      position: absolute;
      top: -8px;
      height: 1px;
      width: 100%;
      background: black;
      right: 0; }
    .mobile-toggle span:after {
      top: 8px; }

nav {
  text-align: center;
  text-transform: uppercase;
  font-family: 'Muli', sans-serif;
  letter-spacing: 0.2em;
  position: relative;
  top: 0;
  left: 0;
  right: 0; }
  header nav {
    position: absolute; }
  nav ul {
    margin: 0;
    padding: 1em 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    color: black;
    list-style: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    nav ul li {
      font-size: 12px;
      display: block;
      padding: 0 1em 0 1.75em;
      position: relative;
      line-height: 1.5em; }
      nav ul li a {
        color: black;
        text-decoration: none;
        position: relative;
        display: block; }
        nav ul li a:after {
          content: '';
          display: block;
          height: 1px;
          width: 0;
          background: black;
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translate(calc(-50% - 0.075em), 0);
          transition: width 500ms ease; }
        nav ul li a.active:after, nav ul li a:hover:after {
          width: 100%; }
      nav ul li::before {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -65%);
        content: '•';
        display: block; }
      nav ul li:first-child::before {
        display: none; }
  @media screen and (max-width: 768px) {
    nav {
      background: black;
      color: white;
      box-sizing: border-box;
      padding: 4em 4em;
      position: fixed;
      top: 0;
      height: 100vh;
      left: 50%;
      transform: translate(-50%, -150%);
      width: 100%;
      transition: transform 500ms ease;
      z-index: 100; }
      nav.active {
        transform: translate(-50%, 0); }
      nav ul {
        display: block; }
        nav ul li {
          font-size: 1em;
          line-height: 1.9em; }
          nav ul li a {
            color: white; }
      nav a.mobile-close {
        position: absolute;
        top: 2em;
        width: 2em;
        height: 2em;
        right: 2em; }
        nav a.mobile-close span:after, nav a.mobile-close span:before {
          content: '';
          position: absolute;
          top: 50%;
          height: 1px;
          width: 100%;
          background: white;
          right: 0;
          transform: rotate(-45deg); }
        nav a.mobile-close span:after {
          transform: rotate(45deg); } }

article {
  padding: 6em 0;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center; }
  article.nopadding {
    padding: 0; }
  @media screen and (max-width: 768px) {
    article {
      padding: 3em 0; } }
  article a {
    text-decoration: none;
    color: black; }
  article#intro {
    background: none; }
    @media screen and (max-width: 768px) {
      article#intro {
        padding-top: 8em; } }
    article#intro.add-background {
      background-image: url("../images/bg1.jpg");
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: bottom center;
      padding-bottom: 0; }
      @media screen and (max-width: 768px) {
        article#intro.add-background {
          background-size: auto 100%; } }
    article#intro.meta h1, article#intro.meta h2, article#intro.meta h3, article#intro.meta h4 {
      font-weight: normal;
      text-transform: uppercase;
      margin: 2em 0 0.5em; }
    article#intro.meta ul {
      list-style: none;
      line-height: 2em; }
  article#charts {
    background-image: url("../images/bg2.jpg");
    background-position: center center;
    padding: 6em 0 0; }
  article#footer {
    padding: 0 0 6em;
    background-image: url("../images/bg3.jpg");
    background-position: bottom center; }
  @media screen and (max-width: 768px) {
    article {
      background-size: auto 100%; } }
  article .logo {
    margin: 0 0 4em; }
  article .intro-text {
    margin: 0 0 7em; }
    @media screen and (max-width: 768px) {
      article .intro-text {
        margin: 0 0 3.5em; } }
    article .intro-text p {
      margin: 0 auto 1em;
      font-size: 1em;
      line-height: 2em; }
  article .list ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    article .list ul li {
      font-size: 27px;
      line-height: 1.5em; }
      @media screen and (max-width: 768px) {
        article .list ul li {
          font-size: 20px; } }
      article .list ul li.small {
        line-height: 1.25em; }
      article .list ul li small {
        font-size: 16px;
        line-height: 1em; }
        article .list ul li small b {
          font-weight: normal;
          font-size: 20px; }
  article#charts > div.large-wrap.first {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center; }
    article#charts > div.large-wrap.first > div {
      -ms-flex: 1;
          flex: 1;
      -ms-flex-preferred-size: 33.333%;
          flex-basis: 33.333%;
      width: 33.333%;
      max-width: 33.333%;
      padding: 1em;
      box-sizing: border-box; }
      article#charts > div.large-wrap.first > div > div {
        background: #fcfdff; }
    @media screen and (max-width: 1024px) {
      article#charts > div.large-wrap.first > div {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        width: 50%;
        max-width: 50%; } }
    @media screen and (max-width: 768px) {
      article#charts > div.large-wrap.first {
        display: block; }
        article#charts > div.large-wrap.first > div {
          max-width: 100%;
          width: 100%; } }
  article#charts canvas {
    padding: 3em 0;
    min-height: 350px;
    max-height: 75vh; }
    article#charts canvas.dominance {
      padding: 6em 0; }
    @media screen and (max-width: 768px) {
      article#charts canvas {
        max-height: 75vh;
        max-width: 100%; } }

.layer {
  max-width: 54em;
  background: black;
  color: white;
  box-sizing: border-box;
  padding: 6em 4em;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 150%);
  line-height: 1.66em;
  font-size: 14px;
  z-index: 100;
  opacity: 0;
  transition: transform 500ms ease, opacity 500ms ease;
  width: 100vw;
  max-height: 100vh;
  overflow-y: auto; }
  .layer.active {
    opacity: 1;
    transform: translate(-50%, -50%); }
  .layer a.close {
    position: absolute;
    top: 1em;
    left: 50%;
    transform: translate(-50%);
    width: 50px;
    height: 50px; }
    .layer a.close:after, .layer a.close:before {
      content: '';
      width: 2px;
      height: 50px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(45deg);
      background: white;
      display: block; }
    .layer a.close:after {
      content: '';
      transform: translate(-50%, -50%) rotate(-45deg); }

#polygon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }

#trends .cols {
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 1024px) {
    #trends .cols {
      display: block; } }
  #trends .cols .col {
    -ms-flex: 1;
        flex: 1;
    margin-left: 30px;
    margin-right: 30px; }
    @media screen and (max-width: 1024px) {
      #trends .cols .col {
        margin-bottom: 2em;
        margin-left: 0px;
        margin-right: 0px; } }
    #trends .cols .col span {
      display: block; }
      #trends .cols .col span > span {
        display: inline; }
      #trends .cols .col span.headline {
        margin-bottom: 0.33em; }
      #trends .cols .col span.percent {
        font-size: 70px;
        margin-bottom: 30px; }
      #trends .cols .col span.value {
        margin-bottom: 30px; }

.widget {
  margin-bottom: 2em; }
  .widget .button {
    margin-top: 1em; }

.coinmarketcap-currency-widget > div {
  min-width: 0 !important; }

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