/*! normalize.css v8.0.1 | 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 iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;700;900&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */ }

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/* es-lint disable */
/**
  *  Color Map
  */
/**
  *  Spacing Map
  *  Example usage:
  *
  *  $purple-spacing: (
  *    null  : (20px),
  *    small : 20px,
  *    medium: 40px
  *  );
  *
  *  .test{
  *    @include spacing(padding-bottom, $purple-spacing);
  *  }
  */
/**
 *  Typography
 */
/**
 *  Font weight variables
 */
/* Reset `button` and button-style `input` default styles */
input[type='submit'],
input[type='reset'],
input[type='button'],
button {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */ }

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

/**
 * Base button styles
 */
.btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  padding: 4px 12px;
  color: #ffffff;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  font-weight: 700;
  background-color: #96cd92;
  border: 1px solid transparent; }
  @media (min-width: 992px) {
    .btn {
      padding: 8px 24px; } }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1,
h2,
h3,
h4,
h5,
h6,
body,
p {
  margin-top: 0;
  font-family: 'Nunito Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  margin: 0;
  background-color: #eaeaea; }
  body #confetti {
    position: absolute;
    z-index: -9999; }

.home__header {
  position: relative;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  align-items: center;
  justify-content: center; }

.home__game {
  position: relative;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  align-items: center;
  justify-content: center; }

.home__footer {
  position: relative;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  align-items: center;
  justify-content: center; }

.header__graphic.hand {
  display: none; }
  @media (min-width: 768px) {
    .header__graphic.hand {
      position: absolute;
      z-index: -1;
      display: block;
      top: 180px;
      left: 0;
      height: auto;
      width: 16vw;
      min-width: 260px; } }
  @media (min-width: 992px) {
    .header__graphic.hand {
      top: 140px;
      left: 0;
      width: 26vw; } }
  @media (min-width: 1200px) {
    .header__graphic.hand {
      top: 80px;
      left: 0;
      width: 33vw;
      max-width: 470px; } }
  .header__graphic.hand img {
    display: none; }
    @media (min-width: 576px) {
      .header__graphic.hand img {
        position: relative;
        display: block;
        height: auto;
        max-width: 100%; } }

.header__graphic.telephone {
  display: none; }
  @media (min-width: 768px) {
    .header__graphic.telephone {
      position: absolute;
      z-index: -1;
      display: block;
      top: 45px;
      right: 30px;
      height: auto;
      width: 34vw;
      min-width: 500px;
      transform: rotate(42deg); } }
  @media (min-width: 992px) {
    .header__graphic.telephone {
      right: 70px;
      height: auto;
      width: 37vw; } }
  @media (min-width: 1200px) {
    .header__graphic.telephone {
      top: 55px;
      right: 90px;
      height: auto;
      width: 44vw;
      min-width: 650px; } }
  .header__graphic.telephone img {
    display: none; }
    @media (min-width: 576px) {
      .header__graphic.telephone img {
        position: relative;
        display: block;
        height: auto;
        max-width: 100%; } }

.header__content {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column; }

.header__logo {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 28px; }
  @media (min-width: 576px) {
    .header__logo {
      margin-bottom: 56px; } }
  .header__logo .logo {
    margin-bottom: 16px; }
    .header__logo .logo img {
      position: relative;
      display: block;
      height: 35px;
      width: 89px; }
      @media (min-width: 576px) {
        .header__logo .logo img {
          height: 45px;
          width: 99px; } }
  .header__logo span {
    position: relative;
    z-index: 1;
    color: #565656;
    font-size: 1.25rem;
    text-transform: uppercase; }
    @media (min-width: 576px) {
      .header__logo span {
        font-size: 1.5rem; } }
    .header__logo span:before {
      position: absolute;
      content: '';
      bottom: 0;
      left: -8px;
      height: 10px;
      z-index: -1;
      width: calc(100% + 16px);
      background-color: #ffffff; }

.header__intro {
  margin-bottom: 24px; }
  @media (min-width: 768px) {
    .header__intro {
      margin-bottom: 48px; } }
  .header__intro h1 {
    color: #565656;
    font-size: 3rem;
    line-height: 1.375;
    margin-bottom: 16px;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase; }
  .header__intro p {
    width: 80%;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    color: #343434; }
    @media (min-width: 768px) {
      .header__intro p {
        width: 60%; } }
    @media (min-width: 992px) {
      .header__intro p {
        width: 40%; } }

.header__heading--desktop {
  display: none; }
  @media (min-width: 768px) {
    .header__heading--desktop {
      display: block; } }

.header__heading--mobile {
  display: flex;
  justify-content: center; }
  .header__heading--mobile img {
    position: relative;
    display: block;
    height: 139px;
    max-width: 305px;
    margin-bottom: 32px; }
    @media (min-width: 576px) {
      .header__heading--mobile img {
        height: 193px;
        max-width: 424px; } }
  @media (min-width: 768px) {
    .header__heading--mobile {
      display: none; } }

.header__cta .btn {
  position: relative;
  transition: all .3s ease-in-out; }

.header__cta .btn-shadow {
  box-shadow: 0.3em 0.3em 0 0 #ffffff, inset 0 0 0 0 #ffffff; }
  .header__cta .btn-shadow:hover, .header__cta .btn-shadow:focus, .header__cta .btn-shadow:active {
    box-shadow: inset 6em 3.5em 0 0 #96cd92; }

.game__background {
  text-indent: -99999px; }

.game__canvas-wrapper {
  position: relative; }

.game__canvas {
  position: relative;
  display: block;
  height: auto;
  width: 45vw;
  z-index: 99;
  min-width: 250px;
  max-width: 500px;
  margin-bottom: 8px;
  border: 3px solid #ffffff; }
  @media (min-width: 576px) {
    .game__canvas {
      margin-bottom: 16px; } }

.game__overlay {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  padding: 24px;
  align-items: center;
  flex-direction: column;
  border: 3px solid #96cd92;
  justify-content: center;
  background-color: #96cd92; }

.game__overlay-content {
  color: #ffffff;
  text-align: center; }
  .game__overlay-content h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 8px; }
  .game__overlay-content p {
    font-size: 1rem; }

.game__over {
  display: none; }
  .game__over.show {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    padding: 24px;
    align-items: center;
    flex-direction: column;
    border: 3px solid #96cd92;
    justify-content: center;
    background-color: #96cd92; }

.game__over-inner {
  margin-bottom: 32px; }

.game__over-heading {
  margin-bottom: 16px; }
  .game__over-heading h2 {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase; }

.game__over-score p {
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 1.25rem; }

.game__over-cta {
  text-align: center; }
  .game__over-cta .btn {
    position: relative;
    background-color: #565656;
    transition: all .3s ease-in-out; }
  .game__over-cta .btn-shadow {
    box-shadow: 0.3em 0.3em 0 0 #ffffff, inset 0 0 0 0 #ffffff; }
    .game__over-cta .btn-shadow:hover, .game__over-cta .btn-shadow:focus, .game__over-cta .btn-shadow:active {
      box-shadow: inset 6em 3.5em 0 0 #565656; }

.game__scoreboard {
  display: none; }
  .game__scoreboard.show {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    padding: 24px;
    overflow: scroll;
    flex-direction: column;
    border: 3px solid #96cd92;
    justify-content: space-between;
    background-color: #96cd92; }

.game__status {
  display: flex;
  flex-direction: row;
  margin-bottom: 16px;
  justify-content: space-between; }

.game__portraits img {
  display: none; }

.game__snake-head img {
  display: none; }

.game__keyboard {
  position: relative;
  height: 110px; }
  @media (min-width: 576px) {
    .game__keyboard {
      height: 130px; } }

.status {
  position: relative; }
  .status__wrapper {
    display: flex;
    flex-direction: column; }
    .status__wrapper p {
      font-size: 1rem;
      color: #565656;
      font-weight: 700; }
      @media (min-width: 576px) {
        .status__wrapper p {
          font-size: 1.25rem; } }
  .status__cta .btn {
    position: relative;
    transition: all .3s ease-in-out; }
  .status__cta .btn-shadow {
    box-shadow: 0.3em 0.3em 0 0 #ffffff, inset 0 0 0 0 #ffffff; }
    .status__cta .btn-shadow:hover, .status__cta .btn-shadow:focus, .status__cta .btn-shadow:active {
      box-shadow: inset 6em 3.5em 0 0 #96cd92; }

.scoreboard__heading {
  margin-bottom: 16px; }
  .scoreboard__heading h2 {
    color: #ffffff;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    font-size: clamp(16px, 1.8vw, 24px); }
  .scoreboard__heading button {
    position: absolute;
    top: 24px;
    right: 24px; }
    .scoreboard__heading button span {
      color: #ffffff;
      font-weight: 700;
      font-size: clamp(16px, 1.8vw, 24px); }

.scoreboard__column-heading {
  display: flex;
  flex-direction: row;
  margin-bottom: 16px;
  justify-content: space-between; }
  .scoreboard__column-heading h3 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: clamp(14px, 1.3vw, 18px); }

.scoreboard__left {
  display: flex;
  flex-direction: row; }
  .scoreboard__left .rank {
    padding: 0 16px; }

.scoreboard__entry {
  display: flex;
  margin-bottom: 16px;
  flex-direction: row;
  justify-content: space-between; }
  .scoreboard__entry:last-of-type {
    margin-bottom: 0; }
  .scoreboard__entry p {
    color: #ffffff;
    font-size: 1.2vw;
    font-weight: 700;
    font-size: clamp(14px, 1.3vw, 18px); }

.scoreboard__cta {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-top: 32px; }

.scoreboard__play {
  margin-bottom: 16px; }

.keyboard {
  position: relative;
  display: flex;
  height: inherit;
  align-items: center; }
  .keyboard button {
    cursor: pointer; }
    .keyboard button img {
      position: relative;
      display: block;
      height: 35px;
      width: 35px; }
      @media (min-width: 576px) {
        .keyboard button img {
          height: 30px;
          width: 30px; } }
  .keyboard #up {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  .keyboard #down {
    position: absolute;
    top: 75px;
    left: 50%;
    transform: translateX(-50%); }
    @media (min-width: 576px) {
      .keyboard #down {
        top: 100px; } }
  .keyboard__wrapper {
    display: flex;
    height: 50px;
    width: 100%;
    top: 40px;
    justify-content: center; }
  .keyboard__inner {
    position: relative;
    display: flex;
    height: inherit;
    width: 120px;
    justify-content: space-between; }
    @media (min-width: 576px) {
      .keyboard__inner {
        width: 130px; } }
    .keyboard__inner #space img {
      height: 30px;
      width: 30px; }
    @media (min-width: 576px) {
      .keyboard__inner #space img {
        height: 50px;
        width: 50px; } }

.footer__graphic.television {
  display: none; }
  @media (min-width: 576px) {
    .footer__graphic.television {
      position: absolute;
      z-index: -1;
      display: block;
      bottom: 0;
      left: 0;
      height: auto;
      width: 25vw;
      min-width: 200px;
      max-width: 387px; } }
  @media (min-width: 992px) {
    .footer__graphic.television {
      bottom: -5px;
      left: 0; } }
  .footer__graphic.television img {
    position: relative;
    display: block;
    height: auto;
    max-width: 100%; }

.footer__graphic.coffee {
  display: none; }
  @media (min-width: 576px) {
    .footer__graphic.coffee {
      position: absolute;
      display: block;
      top: 30%;
      right: 0;
      z-index: -1;
      height: auto;
      width: 25vw;
      min-width: 200px;
      transform: translate(0, -30%); } }
  .footer__graphic.coffee img {
    position: relative;
    height: auto;
    max-width: 100%;
    transform: rotate(-62deg); }

.footer__content {
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column; }

.footer__bubble {
  display: flex;
  margin-bottom: 16px;
  justify-content: center; }
  .footer__bubble img {
    position: relative;
    display: block;
    height: auto;
    width: 32vw;
    min-width: 220px;
    max-width: 359px; }

.footer__heading {
  margin-bottom: 8px; }
  .footer__heading h2 {
    color: #565656;
    text-align: center;
    font-weight: 900;
    font-size: clamp(24px, 5vw, 48px); }

.footer__description {
  margin-bottom: 16px; }
  .footer__description p {
    width: 80%;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    color: #565656; }
    @media (min-width: 576px) {
      .footer__description p {
        width: 70%; } }

.footer__links .socials {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center; }

.footer__links .social {
  margin-right: 4px; }
  .footer__links .social:last-of-type {
    margin-right: 0; }
  .footer__links .social__link:hover span .fa-circle, .footer__links .social__link:focus span .fa-circle {
    color: #ffffff; }
  .footer__links .social__link:hover span .fa-instagram,
  .footer__links .social__link:hover span .fa-linkedin-in,
  .footer__links .social__link:hover span .fa-facebook-f,
  .footer__links .social__link:hover span .fa-window-maximize, .footer__links .social__link:focus span .fa-instagram,
  .footer__links .social__link:focus span .fa-linkedin-in,
  .footer__links .social__link:focus span .fa-facebook-f,
  .footer__links .social__link:focus span .fa-window-maximize {
    color: #565656; }
  .footer__links .social__link span {
    font-size: 1.25em; }
    .footer__links .social__link span .fa-circle {
      color: #f0ae9f; }
    .footer__links .social__link span .fa-instagram,
    .footer__links .social__link span .fa-linkedin-in,
    .footer__links .social__link span .fa-facebook-f,
    .footer__links .social__link span .fa-window-maximize {
      color: #ffffff; }


/*# sourceMappingURL=/main.b6459537.css.map */