/* 	Colours
/* ======================================= */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 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 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in 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; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

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

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * 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 OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

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

@-webkit-keyframes bob {
  0% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px); }
  50% {
    -webkit-transform: translate(0, -12px);
    transform: translate(0, -12px); }
  100% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px); } }

@keyframes bob {
  0% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px); }
  50% {
    -webkit-transform: translate(0, -12px);
    transform: translate(0, -12px); }
  100% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px); } }

/* 	Typography styles
/* ======================================= */
.f-baloo, .mobile-nav, header li, .section-about .about-heading, .section-about .about-sign-up .thank-you, .section-about .about-sign-up input, .section-about .discord-cta, .section-play-our-games .play-our-games-list li .game-name, .section-play-our-games .play-our-games-heading, .section-game-view h2, .section-game-view .copy-wrapper h1, .section-game-view .copy-wrapper h2, .section-game-view .copy-wrapper h3, .section-game-view .copy-wrapper h4, .section-game-view .copy-wrapper h5, .section-game-view .links-wrapper li a, .section-game-view .game-cta a, footer .email {
  font-family: 'Baloo', sans-serif; }

.f-varela, .section-about .about-intro, .section-game-view p, .section-game-view .copy-wrapper li, .section-humans p, footer {
  font-family: 'Varela Round', sans-serif; }

.t-shadow {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4); }

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  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-cross:before {
  content: "\ea0f"; }

.icon-arrow-right:before {
  content: "\ea34"; }

.icon-arrow-left:before {
  content: "\ea38"; }

/*  Form styling
/* ======================================= */
/* 	Global styles
/* ======================================= */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body, html {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  font-family: 'Varela Round', sans-serif; }

.section, .inner {
  display: block;
  position: relative;
  width: 100%; }

.inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 22px; }

canvas {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1280px;
  height: 1280px;
  margin: 0;
  padding: 0;
  z-index: 10;
  background: #531989; }
  canvas.nocursor {
    cursor: none; }

#view {
  display: block;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  #view.show {
    opacity: 1; }

header {
  display: block;
  max-width: 1080px;
  margin: 0 auto;
  -webkit-transform: translate(-35px, 0);
  transform: translate(-35px, 0);
  padding: 0 22px; }
  header nav {
    display: inline-block; }
    header nav a {
      cursor: pointer; }
  header .logo {
    display: inline-block;
    vertical-align: middle;
    width: 197px;
    height: 279px; }
  header ul {
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align: middle; }
  header li {
    display: inline-block;
    margin: 0;
    color: white;
    font-size: 32px;
    padding: 0 16px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    header li:hover {
      color: #F35B39; }

.section-home {
  display: block;
  position: relative;
  overflow: hidden;
  background: linear-gradient(45deg, #0B3F78, #531989);
  min-height: 620px; }
  .section-home .hex-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent url("/img/hex-bg.png") center center no-repeat;
    background-size: cover;
    opacity: 0.2;
    pointer-events: none; }
  .section-home .hero {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 480px;
    z-index: 5; }
    .section-home .hero img {
      display: block;
      width: 100%; }
  .section-home h1 {
    display: inline-block;
    margin: 0 0 30px;
    padding: 0;
    text-transform: uppercase;
    font-size: 61px;
    color: white;
    text-shadow: 2px 2px 2px black;
    position: relative;
    z-index: 10; }
    .section-home h1:after {
      display: block;
      position: absolute;
      content: '';
      border-radius: 100px;
      width: 100%;
      background: #2E84BA;
      height: 8px;
      bottom: 0; }
  .section-home h2 {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 40px;
    line-height: 50px;
    color: white;
    max-width: 570px;
    text-shadow: 2px 2px 2px black;
    position: relative;
    z-index: 10; }

/**
 * About
 */
.section-about {
  display: block;
  position: relative;
  background: #F35B39;
  min-height: 620px;
  padding: 60px 0; }
  .section-about .half-bg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 50%;
    background: #ED5431;
    z-index: 1; }
  .section-about .spilt-milk-dead {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 300px;
    z-index: 2; }
  .section-about .inner {
    z-index: 10; }
  .section-about .about-heading {
    position: absolute;
    left: 22px;
    top: 0px;
    font-size: 135px;
    line-height: 130px;
    width: 360px;
    text-shadow: 6px 6px 0px #C94427;
    color: white;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    display: inline-block; }
  .section-about .about-intro {
    display: block;
    color: white;
    padding: 0 0 0 430px;
    min-height: 400px; }
    .section-about .about-intro p {
      font-size: 16px;
      line-height: 28px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }
  .section-about .about-sign-up {
    display: block;
    position: relative;
    padding: 40px 0 0 0; }
    .section-about .about-sign-up form,
    .section-about .about-sign-up .thank-you {
      display: block;
      position: relative;
      width: 100%;
      max-width: 400px; }
    .section-about .about-sign-up .thank-you {
      display: block;
      position: absolute;
      left: 0;
      top: 40px;
      font-size: 16px;
      text-transform: uppercase;
      padding: 26px 20px;
      width: 100%;
      height: 75px;
      cursor: pointer;
      border: none;
      outline: none;
      background: #2E84BA;
      text-align: center;
      pointer-events: none;
      opacity: 0;
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      .section-about .about-sign-up .thank-you.show {
        pointer-events: auto;
        opacity: 1; }
    .section-about .about-sign-up input {
      font-size: 16px;
      text-transform: uppercase;
      padding: 26px 20px;
      width: 100%;
      height: 75px;
      cursor: pointer;
      border: none;
      outline: none;
      background: white; }
    .section-about .about-sign-up input[type=text] {
      padding-right: 95px; }
    .section-about .about-sign-up input[type=submit] {
      display: block;
      width: 75px;
      position: absolute;
      right: 0;
      top: 0;
      background: #2E84BA;
      color: white;
      -webkit-transition: background 0.2s ease-out, color 0.2s ease-out;
      transition: background 0.2s ease-out, color 0.2s ease-out; }
      .section-about .about-sign-up input[type=submit]:hover, .section-about .about-sign-up input[type=submit]:active {
        background: white;
        color: #2E84BA; }
  .section-about .discord-cta {
    display: block;
    background: #2E84BA;
    font-size: 16px;
    text-transform: uppercase;
    padding: 20px 20px;
    width: 100%;
    max-width: 400px;
    height: 75px;
    text-align: center;
    -webkit-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
    color: white;
    text-decoration: none; }
    .section-about .discord-cta .discord-logo {
      display: inline-block;
      vertical-align: middle;
      width: 120px; }
    .section-about .discord-cta:hover {
      background: #2975a6; }

.section-play-our-games {
  display: block;
  padding: 80px 0 0 0;
  background: #ED5431;
  background-size: 300px auto; }
  .section-play-our-games:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    height: 300px;
    background: transparent url("/img/spilt-milk-dead.png") right top no-repeat;
    background-size: 100% auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .section-play-our-games .play-our-games-list li {
    border: 6px solid white;
    position: relative;
    -webkit-box-shadow: 0px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 0px rgba(0, 0, 0, 0.2); }
    .section-play-our-games .play-our-games-list li:before {
      content: '';
      display: block;
      padding-top: 65%; }
    .section-play-our-games .play-our-games-list li a {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 10; }
    .section-play-our-games .play-our-games-list li .game-name {
      display: block;
      position: absolute;
      text-transform: uppercase;
      left: 0;
      bottom: 0;
      width: 100%;
      color: white;
      background: rgba(0, 0, 0, 0.8);
      font-size: 20px;
      text-align: center;
      padding: 5px; }
  .section-play-our-games .play-our-games-heading {
    position: absolute;
    top: 120px;
    right: 22px;
    font-size: 115px;
    line-height: 110px;
    text-shadow: 6px 6px 0px #C94427;
    color: white;
    width: 453px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: right; }

.section-game-view {
  padding: 110px 0 60px 0;
  background: #EAEAEA;
  overflow: hidden; }
  .section-game-view .game-bg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 480px;
    width: 100%;
    background: black;
    overflow: hidden;
    border-bottom-left-radius: 100% 30px;
    border-bottom-right-radius: 100% 30px; }
    .section-game-view .game-bg:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
      background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)); }
  .section-game-view .col-left {
    display: block;
    width: 52%;
    float: left; }
  .section-game-view .col-right {
    display: block;
    width: 42%;
    float: right; }
  .section-game-view .screenshots-wrapper {
    display: block;
    margin: 0;
    padding: 0; }
    .section-game-view .screenshots-wrapper li {
      display: block;
      padding: 8px;
      margin: 0;
      float: left;
      width: 49%;
      margin: 0 2% 10px 0;
      position: relative;
      border-radius: 2px;
      overflow: hidden; }
      .section-game-view .screenshots-wrapper li:before {
        display: block;
        content: '';
        position: relative;
        padding-top: 56%; }
      .section-game-view .screenshots-wrapper li:nth-child(even) {
        margin: 0 0 10px 0; }
    .section-game-view .screenshots-wrapper a {
      cursor: pointer;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
  .section-game-view .video-wrapper {
    display: block;
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin: 0 0 60px;
    background: black;
    margin: 32px 0;
    border-radius: 2px; }
    .section-game-view .video-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .section-game-view h2 {
    margin: 0;
    padding: 0;
    color: white;
    font-size: 55px;
    text-shadow: 2px 2px 2px black;
    text-transform: uppercase; }
  .section-game-view p {
    font-size: 16px;
    line-height: 28px; }
    .section-game-view p.headline-copy {
      color: white;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }
  .section-game-view .copy-wrapper {
    display: block;
    width: 100%;
    margin: 0 0 40px; }
    .section-game-view .copy-wrapper h1, .section-game-view .copy-wrapper h2, .section-game-view .copy-wrapper h3, .section-game-view .copy-wrapper h4, .section-game-view .copy-wrapper h5 {
      font-size: 32px;
      color: #2D232F;
      margin: 0 0 16px;
      padding: 0; }
    .section-game-view .copy-wrapper p {
      margin: 0 0 16px; }
    .section-game-view .copy-wrapper a {
      color: #F35B39;
      text-decoration: none; }
    .section-game-view .copy-wrapper li {
      font-size: 16px;
      line-height: 28px;
      margin: 0 0 6px; }
    .section-game-view .copy-wrapper img {
      display: block;
      margin: 0 0 18px;
      width: 100%; }
  .section-game-view .links-wrapper {
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center; }
    .section-game-view .links-wrapper ul {
      display: block;
      padding: 0;
      margin: 0; }
    .section-game-view .links-wrapper li {
      display: inline-block;
      position: relative;
      max-width: 50%;
      width: 100%;
      background: #F35B39;
      margin: 0 0 30px 0;
      text-align: left;
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      .section-game-view .links-wrapper li:hover {
        background: #2E84BA; }
      .section-game-view .links-wrapper li:before {
        display: block;
        position: absolute;
        content: '';
        top: 100%;
        height: 10px;
        width: 100%;
        background: rgba(0, 0, 0, 0.1);
        left: 0; }
      .section-game-view .links-wrapper li:after {
        display: block;
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 28px;
        height: 28px;
        content: '';
        background: transparent url("/img/link.svg") center center no-repeat;
        background-size: 100% auto; }
      .section-game-view .links-wrapper li a {
        display: block;
        padding: 11px 22px;
        color: white;
        text-decoration: none;
        font-size: 18px;
        text-transform: uppercase;
        line-height: 28px; }
  .section-game-view .hero {
    display: block;
    padding: 30px 0 0 0; }
    .section-game-view .hero img {
      display: block;
      width: 100%;
      -webkit-animation: bob 4s infinite ease-in-out;
      animation: bob 4s infinite ease-in-out; }
  .section-game-view .game-cta {
    display: block;
    position: relative;
    width: 100%;
    background: #F35B39;
    margin: 30px 0 30px 0;
    text-align: left;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    .section-game-view .game-cta:hover {
      background: #2E84BA; }
    .section-game-view .game-cta:before {
      display: block;
      position: absolute;
      content: '';
      top: 100%;
      height: 10px;
      width: 100%;
      background: rgba(0, 0, 0, 0.1);
      left: 0; }
    .section-game-view .game-cta:after {
      display: block;
      position: absolute;
      right: 10px;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 28px;
      height: 28px;
      content: '';
      background: transparent url("/img/link.svg") center center no-repeat;
      background-size: 100% auto; }
    .section-game-view .game-cta a {
      display: block;
      padding: 11px 22px;
      color: white;
      text-decoration: none;
      font-size: 18px;
      text-transform: uppercase;
      line-height: 28px; }

.section-humans {
  display: block;
  position: relative;
  background: #F35B39;
  min-height: 620px;
  padding: 60px 0;
  overflow: hidden;
  color: white; }
  .section-humans h3 {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }
  .section-humans .humans-heading {
    font-size: 105px;
    line-height: 105px;
    text-transform: uppercase;
    color: white;
    margin: 0;
    padding: 0;
    text-shadow: 6px 6px 0px #C94427; }
  .section-humans h4 {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    margin: 0 0 12px; }
  .section-humans p {
    display: block;
    color: white;
    font-size: 14px;
    line-height: 24px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }
  .section-humans .humans-left,
  .section-humans .humans-right {
    display: block; }
  .section-humans .humans-left {
    width: 42%;
    float: left; }
  .section-humans .humans-right {
    width: 54%;
    float: right; }
  .section-humans .human {
    display: block;
    position: relative;
    padding: 0 0 0 135px;
    margin: 0 0 22px;
    overflow: hidden; }
    .section-humans .human img {
      -webkit-box-shadow: 6px 6px 0px #C94427;
      box-shadow: 6px 6px 0px #C94427; }
    .section-humans .human img, .section-humans .human:before {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      border-radius: 500px;
      width: 110px; }
    .section-humans .human a {
      text-decoration: underline;
      color: white; }

footer {
  display: block;
  background: #01243B;
  color: white;
  font-size: 18px; }
  footer .inner {
    padding: 60px 32px; }
  footer .email {
    display: block;
    color: white;
    text-decoration: none;
    font-size: 24px;
    margin: 0 0 24px; }
  footer .social {
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden; }
    footer .social li {
      display: block;
      float: left;
      margin: 0 24px 24px 0; }
  footer p {
    margin: 0; }
  footer .small {
    display: block;
    overflow: hidden;
    font-size: 14px; }
    footer .small span {
      display: block;
      width: 50%; }
    footer .small .left {
      float: left; }
    footer .small .right {
      float: right;
      text-align: right; }
  footer a {
    color: white; }

.screenshot-viewer {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out; }
  .screenshot-viewer.show {
    opacity: 1;
    pointer-events: auto; }
  .screenshot-viewer img {
    display: block;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 80%;
    max-height: 80%;
    border: 6px solid #F35B39; }
  .screenshot-viewer .go-left,
  .screenshot-viewer .go-right {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    color: white;
    z-index: 100;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out; }
    .screenshot-viewer .go-left:hover,
    .screenshot-viewer .go-right:hover {
      color: #F35B39; }
    .screenshot-viewer .go-left:before,
    .screenshot-viewer .go-right:before {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      height: 32px;
      font-size: 44px; }
  .screenshot-viewer .go-left:before {
    left: 24px; }
  .screenshot-viewer .go-right {
    left: 50%; }
    .screenshot-viewer .go-right:before {
      right: 24px; }
  .screenshot-viewer .close-screenshot {
    display: block;
    position: absolute;
    right: 24px;
    top: 24px;
    color: white;
    font-size: 28px;
    z-index: 200; }

.cookie-message {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 22px;
  background: #F35B39;
  color: white;
  z-index: 3000;
  border-top: 5px solid white;
  -webkit-box-shadow: 0px -5px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px -5px 3px rgba(0, 0, 0, 0.3); }
  .cookie-message.show {
    display: block; }
  .cookie-message .cookie-continue {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 32px;
    cursor: pointer; }
  .cookie-message a {
    color: white; }

@media screen and (max-width: 768px) {
  /* 	Mobile styles
/* ======================================= */
  .section {
    padding: 32px 16px; }
  .mobile-hidden {
    display: none !important; }
  header {
    display: none; }
  .mobile-nav {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    .mobile-nav ul {
      display: block;
      margin: 0;
      padding: 24px 24px;
      width: 100%;
      background-image: linear-gradient(-125deg, #394E64 0%, #17202B 69%);
      -webkit-box-shadow: 0 7px 3px 0 rgba(0, 0, 0, 0.39);
      box-shadow: 0 7px 3px 0 rgba(0, 0, 0, 0.39);
      color: white;
      font-size: 26px;
      -webkit-transform: translate(0, -100%);
      transform: translate(0, -100%);
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      .mobile-nav ul li {
        display: block;
        text-align: center;
        margin: 0 0 12px; }
    .mobile-nav.show {
      opacity: 1;
      pointer-events: auto; }
      .mobile-nav.show ul {
        -webkit-transform: translate(0, 0%);
        transform: translate(0, 0%); }
  .section-home {
    min-height: auto; }
    .section-home .hex-bg {
      background-size: 200% auto; }
    .section-home .mobile-logo {
      display: block;
      margin: 0 auto 32px;
      width: 160px; }
    .section-home h1 {
      display: block;
      font-size: 23px;
      line-height: 33px;
      text-align: center;
      margin: 0 0 16px; }
      .section-home h1:after {
        display: none; }
    .section-home h2 {
      font-size: 23px;
      line-height: 33px;
      text-align: center;
      max-width: 100%; }
      .section-home h2 p {
        margin: 0; }
    .section-home .hero {
      display: none; }
    .section-home .nav-toggle {
      position: absolute;
      left: 32px;
      top: 32px;
      z-index: 10; }
      .section-home .nav-toggle img {
        display: block; }
  .section-about {
    display: block; }
    .section-about .about-heading,
    .section-about .play-our-games-heading {
      display: block;
      position: relative;
      font-size: 45px;
      line-height: 55px;
      width: auto;
      left: 0;
      top: 0; }
    .section-about .play-our-games-list {
      display: none; }
    .section-about .about-intro {
      padding: 0;
      min-height: auto; }
    .section-about .about-sign-up form {
      margin: 0 auto; }
    .section-about .about-sign-up input {
      font-size: 14px; }
    .section-about .about-sign-up .disclaimer {
      text-align: center; }
    .section-about .discord-cta {
      font-size: 13px;
      margin: 0 auto; }
  .section-play-our-games {
    padding: 100px 0 0 0; }
    .section-play-our-games .about-heading,
    .section-play-our-games .play-our-games-heading {
      display: block;
      position: relative;
      font-size: 40px;
      line-height: 50px;
      width: auto;
      left: 0;
      top: 0;
      text-align: left;
      margin: 0 0 22px; }
    .section-play-our-games .play-our-games-list {
      padding: 0;
      display: block;
      overflow: hidden;
      padding: 22px 0;
      margin: 0; }
      .section-play-our-games .play-our-games-list li {
        float: left;
        display: block;
        margin: 0 0 22px;
        float: left;
        width: 48%; }
        .section-play-our-games .play-our-games-list li:nth-child(odd) {
          margin-right: 2%; }
        .section-play-our-games .play-our-games-list li .game-name {
          font-size: 16px; }
  .section-game-view .col-left,
  .section-game-view .col-right {
    display: block;
    width: auto;
    float: none; }
  .section-game-view .hero {
    display: none; }
  .section-game-view .copy-wrapper h1, .section-game-view .copy-wrapper h2, .section-game-view .copy-wrapper h3, .section-game-view .copy-wrapper h4, .section-game-view .copy-wrapper h5 {
    font-size: 26px;
    line-height: 36px; }
  .section-game-view .links-wrapper li {
    display: block;
    max-width: 100%; }
  .section-humans .humans-heading {
    display: block;
    position: relative;
    font-size: 40px;
    line-height: 50px;
    width: auto; }
  .section-humans .humans-left,
  .section-humans .humans-right {
    display: block;
    width: auto;
    float: none;
    margin: 0 0 32px;
    padding: 0 0 12px; }
  .section-humans .humans-left {
    border-bottom: 1px dashed white; }
  .section-humans .human {
    padding: 0; }
    .section-humans .human img, .section-humans .human:before {
      width: 80px; }
    .section-humans .human h4 {
      height: 94px;
      font-size: 26px;
      padding: 16px 0 16px 110px;
      margin: 0 0 12px; }
  footer .email {
    font-size: 16px; }
  footer .small span {
    width: 100%; }
  footer .small .left,
  footer .small .right {
    display: block;
    text-align: left;
    width: 100%;
    font-size: 13px;
    float: none;
    line-height: 23px;
    margin: 0 0 8px; }
  .screenshot-viewer .go-left:before,
  .screenshot-viewer .go-right:before {
    font-size: 24px; }
  .screenshot-viewer .go-left:before {
    left: 18px; }
  .screenshot-viewer .go-right:before {
    right: 18px; } }

@media screen and (min-width: 769px) {
  /* 	Desktop styles
/* ======================================= */
  .desktop-hidden, .mobile-only {
    display: none !important; }
  .play-our-games-list {
    display: inline-block;
    min-height: 600px;
    margin: 0;
    padding: 122px 30% 22px 22px; }
    .play-our-games-list li {
      margin: 0;
      padding: 0;
      display: block;
      float: left;
      width: 180px;
      height: 140px;
      border: 6px solid white;
      margin: 0 16px 32px;
      position: relative;
      -webkit-box-shadow: 0px 8px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 8px 0px rgba(0, 0, 0, 0.2); }
      .play-our-games-list li a {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 10; }
      .play-our-games-list li .game-name {
        display: block;
        position: absolute;
        text-transform: uppercase;
        left: 0;
        bottom: 0;
        width: 100%;
        color: white;
        background: rgba(0, 0, 0, 0.8);
        font-size: 20px;
        text-align: center;
        padding: 5px; }
  .section-game-view .links-wrapper li:nth-child(odd) {
    width: 48%;
    margin-right: 3%; }
  .section-game-view .links-wrapper li:nth-child(even) {
    width: 48%; } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* 	Hi-def styles
/* ======================================= */ }

/* 	Shameful styles
/* ======================================= */
