@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap);

*,
*:before,
*:after {
  box-sizing: border-box;
}html {
  font-family: sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}header,
main,
footer {
  display: block;
}h1,
h2,
h3,
h4,
p,
ul {
  margin: 0;
}h1,
h2,
h3,
h4 {
  font-weight: 700;
}h1 {
  font-size: 2.5rem;
}h2 {
  font-size: 1.625rem;
}h3 {
  font-size: 1rem;
  text-transform: uppercase;
}h4 {
  font-size: 1.125rem;
  text-transform: uppercase;
}b {
  margin: 0 5px;
  font-weight: bold;
}a {
  text-decoration: none;
  background-color: transparent
}a:hover,
  a:focus {
    text-decoration: none;
  }img {
  vertical-align: middle;
  border-style: none;
}button {
  border-radius: 0;

  [type='button'],
  [type='reset'],
  [type='submit'] {
    -webkit-appearance: button;
  }

  &::-moz-focus-inner,
  [type='button']::-moz-focus-inner {
    padding: 0;
    border-style: none;
  }
}button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
  }button {

  &:not(:disabled),
  [type='button']:not(:disabled) {
    cursor: pointer;
  }
}:root {
  --background-color: #000000;
  --color-primary: #805ad5;
  --footer-color: #8a8a8a;
  --link-color: #ff5964;
  --section-title-color: #8a8a8a;
  --section-subtitle-color: #cacaca;
  --text-color: #e2e8f0;
  --title-color: #edf2f7;
  --white-color: #ffffff;
}body {
  font-weight: 400;
  font-size: 1.25rem;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5em;
  letter-spacing: -.03rem;
  background-color: #000000;
  background-color: var(--background-color);

  ::-moz-selection {
    color: #ff5964;
    color: var(--link-color);
  }

  ::selection {
    color: #ff5964;
    color: var(--link-color);
  }
}a {
  color: #ffffff;
  color: var(--white-color);
  transition: all 150ms linear
}a:hover,
  a:focus {
    color: #ff5964;
    color: var(--link-color);
  }p {
  color: #e2e8f0;
  color: var(--text-color)
}p + p {
    margin-top: 20px;
  }h1,
h2 {
  color: #edf2f7;
  color: var(--title-color);
  line-height: 1.375em;
}h2 {
  margin-bottom: 15px;
}h3 {
  margin-bottom: 25px;
  color: #8a8a8a;
  color: var(--section-title-color);
}h4 {
  margin: -10px 0 15px;
  color: #cacaca;
  color: var(--section-subtitle-color);
}ul,
li {
  color: #e2e8f0;
  color: var(--text-color);
}section,
footer {
  max-width: 820px;
}section {
  margin: 10vh auto 0;
}article + article {
  margin-top: 40px;
}.container___ABLEj {
  max-width: 1024px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px
}@media (max-width: 600px) {.container___ABLEj {
    width: 100%
}
  }

.footer___Eq4mJ {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin: 50px auto;
  color: var(--footer-color);
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: -.15px;
}

.emoji___2T8mp {
  position: relative;
  top: 2px;
  margin: 0 5px 0 10px;
  font-size: .875rem;
}

.sub___8i6cp {
  color: var(--section-title-color);
  text-transform: uppercase;
}

.title___1Scmy {
  margin-bottom: 20px;
}

.emoji___2x7bt {
  margin: 0 15px 0 13px;
}

.desc___29lo4 {
  color: var(--text-color);
}

.navList___2t3J- {
  display: -webkit-flex;
  display: flex;
  margin: 40px 0 0;
  padding: 0;
}

.navItem___3Wz6Q {
  display: -webkit-inline-flex;
  display: inline-flex;
  margin-right: 30px;
  list-style: none
}

.navItem___3Wz6Q:last-child {
    margin-right: 0;
  }

.navIcon___kUNRd {
  display: block;
  width: auto;
  height: 18px;
  transition: fill 150ms ease;
  fill: var(--white-color)
}

.navIcon___kUNRd:hover {
    fill: var(--color-primary);
  }

.navItemLink___1rSIC {
  color: var(--text-color);
  font-size: 18px;
  letter-spacing: -.01px;
}

