html,
body,
h1, h2, h3, h4, h5, h6, p,
ol, ul, li,
blockquote, figure, img,
input, textarea, select, button, form {
  padding: 0;
  margin: 0;
  border: 0; }

html, * {
  box-sizing: border-box; }

*,
*:before,
*:after {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.x:before,
.x:after {
  content: " ";
  display: table; }

.x:after {
  clear: both; }

ul {
  list-style: none; }

input,
button,
textarea {
  padding: 10px;
  font-size: 1rem; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

html {
  opacity: 0;
  transition: opacity 0.5s ease-in-out; }
  html.ready {
    opacity: 1; }

body {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background: #212121;
  padding: 0;
  margin: 0;
  background: #006064;
  transition: all 0.5s linear;
  height: 100%; }
  @media screen and (min-width: 50em) {
    body {
      border-top: 50vh solid rgba(0, 0, 0, 0.3); }
      body.bg1 {
        background: #b71c1c; }
      body.bg2 {
        background: #263238; }
      body.bg3 {
        background: #111; }
      body.bg4 {
        background: #b71c1c; }
      body.bg5 {
        background: #000000; }
      body.bg6 {
        background: #424242; }
      body.bg7 {
        background: #3e2723; }
      body.bg8 {
        background: #37474f; }
      body.bg8 {
        background: #212121; }
      body.bg9 {
        background: black; }
      body.bg10 {
        background: #004d40; } }
  body.intro header h1 {
    font-size: 2rem;
    transform: translateY(25vh); }
    @media screen and (min-width: 50em) {
      body.intro header h1 {
        transform: translateY(32vh);
        font-size: 5rem; } }
  @media screen and (min-width: 50em) {
    body:not(.intro) {
      border-top-width: 66vh; } }
  body:not(.intro) header {
    background: rgba(255, 255, 255, 0.1); }
    @media screen and (min-width: 50em) {
      body:not(.intro) header {
        background: none; } }
  body.stopped .choices {
    pointer-events: none;
    filter: invert(1) brightness(0.5) blur(2px); }
  body.stopped.start a.start {
    display: block; }
  body.stopped.start a.try-again {
    display: none; }
  body.stopped.end .results {
    transform: translateY(-50%);
    opacity: 1;
    pointer-events: all; }
  body.stopped.end .overlay {
    opacity: 0.7; }
  body.stopped.end a.start {
    display: none; }
  body.stopped.end a.try-again {
    transform: translate(-50%, 100px);
    opacity: 1;
    pointer-events: all; }
  body.playing .score {
    opacity: 1; }
  body.playing a.start,
  body.playing a.try-again {
    transform: translate(-50%, -50vh);
    opacity: 0;
    pointer-events: none; }
  body.playing .info-container, body.stopped.end .info-container {
    opacity: 1; }
  body.loaded .info-container:before,
  body.loaded .info-container:after {
    display: inline-block; }
  body.has-answer .info-container .question {
    opacity: 0; }
    @media screen and (min-width: 50em) {
      body.has-answer .info-container .question {
        opacity: 1; } }
  body.interstitial .loading {
    opacity: 1;
    display: block; }
  body.show-info .info-container .info {
    opacity: 1;
    transform: none; }
  body.show-info .info-container .question {
    opacity: 0; }
    @media screen and (min-width: 50em) {
      body.show-info .info-container .question {
        opacity: 1;
        transform: translate(-50%, -100px) scale(0.8); } }

.background {
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  transition: all 0.5s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/background/krs.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  filter: sepia() hue-rotate(30deg); }
  .background.ready {
    opacity: 0.1; }

h1 {
  font-family: 'Caveat Brush', cursive; }

header {
  padding: 5px;
  color: white;
  text-align: center;
  transition: all 0.3s linear;
  height: 40px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11; }
  header h1 {
    font-weight: normal;
    font-size: 1.4rem;
    transition: all 0.3s ease-in-out; }
    @media screen and (min-width: 50em) {
      header h1 {
        font-size: 3rem; } }
  @media screen and (min-width: 50em) {
    header {
      padding: 40px;
      height: auto;
      background: none;
      text-align: center; } }

.score {
  position: absolute;
  padding: 10px 5px 0px 5px;
  font-weight: bold;
  min-width: 40px;
  text-align: center;
  top: 0;
  right: 0;
  color: white;
  z-index: 9;
  background: rgba(0, 0, 0, 0.2);
  display: block;
  height: 40px;
  opacity: 0;
  transition: all 0.2s linear; }
  @media screen and (min-width: 50em) {
    .score {
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      height: auto;
      top: auto;
      right: auto;
      padding: 10px;
      font-size: 1.2rem; }
      .score:before {
        content: 'Score: '; } }

.info-container {
  padding: 40px 20px 40px 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
  height: 120px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  transform: none; }
  @media screen and (min-width: 50em) {
    .info-container {
      background: none;
      color: rgba(255, 255, 255, 0.9);
      height: 260px;
      top: -120px; } }
  @media screen and (min-width: 64em) {
    .info-container {
      top: -180px; } }
  .info-container.off {
    opacity: 0;
    transform: scale(0); }
  .info-container .info {
    transition: all 0.4s ease-in-out;
    transform: rotateY(90deg);
    opacity: 0;
    font-size: 0.8rem; }
    @media screen and (min-width: 50em) {
      .info-container .info {
        font-size: 1.2rem;
        margin: 90px auto 0 auto; } }
    .info-container .info span,
    .info-container .info strong {
      display: block; }
  .info-container .question {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    width: calc(100% - 80px);
    max-width: calc(100% - 40px);
    transform: translate(-50%, -50%);
    font-weight: normal;
    transition: all 0.3s ease-in-out;
    font-size: 0.8rem; }
    .info-container .question span {
      padding: 3px;
      background: rgba(0, 0, 0, 0.1);
      line-height: 155%;
      box-decoration-break: clone;
      -webkit-box-decoration-break: clone; }
    @media screen and (min-width: 40em) {
      .info-container .question {
        width: auto; } }
    @media screen and (min-width: 50em) {
      .info-container .question {
        width: auto;
        min-width: 650px;
        font-size: 1.6rem;
        padding: 4px; }
        .info-container .question.r-1 {
          transform: translate(-50%, -50%) rotate(-2deg); }
        .info-container .question.r-2 {
          transform: translate(-50%, -50%) rotate(2deg); }
        .info-container .question.r-3 {
          transform: translate(-50%, -50%) rotate(-1deg); }
        .info-container .question.r-4 {
          transform: translate(-50%, -50%) rotate(1deg); } }
  .info-container.on .question:before, .info-container.on .question:after {
    font-family: 'Garamond', 'Georgia', serif;
    font-size: 5rem;
    display: none;
    position: absolute;
    color: rgba(0, 0, 0, 0.2);
    z-index: -1; }
    @media screen and (min-width: 50em) {
      .info-container.on .question:before, .info-container.on .question:after {
        font-size: 15rem; } }
  .info-container.on .question:before {
    content: "\201C";
    display: block;
    top: -10px;
    left: 20px; }
    @media screen and (min-width: 50em) {
      .info-container.on .question:before {
        top: -60px;
        left: -20px; } }
  .info-container.on .question:after {
    content: "\201D";
    display: none;
    bottom: -10px;
    right: 20px; }
    @media screen and (min-width: 50em) {
      .info-container.on .question:after {
        display: block;
        top: -50px;
        right: -20px; } }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  pointer-events: none;
  z-index: 10; }

.results {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  text-align: center;
  transform: translateY(-50vh);
  padding: 30px;
  color: white;
  z-index: 11;
  transition: all 0.4s ease-in-out; }
  .results strong,
  .results span {
    display: block;
    text-align: center; }
  .results span.final-score {
    font-size: 10rem;
    position: relative;
    top: -10px;
    margin-bottom: 30px; }

.loading {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 15;
  pointer-events: none; }
  .loading .loader,
  .loading .loader:before,
  .loading .loader:after {
    background: rgba(255, 255, 255, 0.5);
    animation: load1 1s infinite ease-in-out;
    width: 8px;
    height: 24px; }
  .loading .loader:before,
  .loading .loader:after {
    position: absolute;
    top: 0;
    content: ''; }
  .loading .loader:before {
    left: -12px;
    animation-delay: -0.32s; }
  .loading .loader {
    color: black;
    text-indent: -9999em;
    margin: 88px auto;
    position: relative;
    font-size: 11px;
    transform: translateZ(0);
    animation-delay: -0.16s; }
  .loading .loader:after {
    left: 12px; }

@keyframes load1 {
  0%,
  80%,
  100% {
    transform: scaleY(0.3); }
  40% {
    transform: scaleY(1.5); } }
.wrapper {
  width: 100%;
  max-width: 800px;
  margin: auto; }

a.start,
a.try-again {
  text-decoration: none;
  box-shadow: 0px 3px 0px 1px rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  z-index: 12;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border: 2px solid white;
  padding: 10px 20px 10px 25px;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 1px;
  color: #424242;
  transition: all 0.3s ease-in-out;
  letter-spacing: 5px;
  text-align: center; }
  a.start:hover,
  a.try-again:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) scale(1.1);
    color: white; }
  a.start:focus, a.start:active,
  a.try-again:focus,
  a.try-again:active {
    margin-top: 2px;
    background: #f5f5f5; }

a.try-again {
  pointer-events: none;
  transition-delay: 0.1s;
  transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50vh); }

.choices-container {
  height: calc(100% - 120px);
  position: absolute;
  top: 120px;
  width: 100%;
  max-width: 1024px;
  left: 50%;
  transform: translateX(-50%); }
  @media screen and (min-width: 64em) {
    .choices-container {
      top: 100px; } }

.choices {
  position: absolute;
  height: calc(100% - 40px);
  top: 40px;
  transition: all 0.3s linear; }
  @media screen and (min-width: 50em) {
    .choices {
      max-width: calc(100% - 100px);
      bottom: auto;
      top: 50%;
      left: 50%;
      height: auto;
      transform: translate(-50%, -50%); } }
  .choices .choice {
    width: 100%;
    height: calc(100% / 3);
    display: inline-block;
    position: relative;
    float: left;
    transition: all 0.3s ease-in-out; }
    @media screen and (min-width: 50em) {
      .choices .choice {
        margin: 20px;
        width: calc(33.33% - 40px);
        padding-bottom: calc(calc(100% / 3) - 40px);
        height: auto; } }
    .choices .choice.choice-1 a, .choices .choice.choice-1 {
      transition-delay: 0.1s; }
    .choices .choice.choice-2 a, .choices .choice.choice-2 {
      transition-delay: 0.15s; }
    .choices .choice.choice-3 a, .choices .choice.choice-3 {
      transition-delay: 0.2s; }
    .choices .choice.choice-4 a, .choices .choice.choice-4 {
      transition-delay: 0.25s; }
    .choices .choice.off {
      opacity: 0;
      transform: scale(0); }
  .choices .pick {
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    transition: all 0.4s ease-in-out;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #212121;
    box-shadow: inset 0px 0px 0px 10px transparent; }
    @media screen and (min-width: 50em) {
      .choices .pick {
        border-radius: 100%;
        border: 10px solid white;
        box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.1); }
        .choices .pick:hover {
          border-radius: 100%;
          border-color: white;
          background-color: white;
          box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.3);
          transform: scale(1.1); } }
    @media screen and (min-width: 80em) {
      .choices .pick {
        border-width: 15px;
        font-size: 1.6rem; } }
    .choices .pick:active {
      filter: brightness(0.8); }
    .choices .pick.incorrect {
      box-shadow: inset 0px 0px 0px 10px #f44336;
      filter: none;
      transform: scale(0.8); }
      @media screen and (min-width: 50em) {
        .choices .pick.incorrect {
          box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.1);
          border-color: #f44336; } }
    .choices .pick.picked {
      pointer-events: none; }
    .choices .pick.not-picked, .choices .pick.incorrect {
      opacity: 0.8;
      pointer-events: none; }
      @media screen and (min-width: 50em) {
        .choices .pick.not-picked, .choices .pick.incorrect {
          transform: scale(0.8);
          filter: brightness(0.5) blur(2px); } }
    .choices .pick.correct {
      box-shadow: inset 0px 0px 0px 10px #4caf50;
      filter: none;
      transform: none; }
      @media screen and (min-width: 50em) {
        .choices .pick.correct {
          box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.1);
          border-color: #4caf50; } }
      @media screen and (min-width: 50em) {
        .choices .pick.correct {
          transform: scale(1.2); } }
    .choices .pick > span {
      position: absolute;
      top: 50%;
      left: 50%;
      display: inline-block;
      transform: translate(-50%, -50%);
      color: black;
      font-weight: bold;
      letter-spacing: 1px;
      padding: 10px; }
      .choices .pick > span > span {
        display: inline;
        background: white;
        padding: 2px;
        box-decoration-break: clone;
        -webkit-box-decoration-break: clone; }

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