/*
	Typography mixin
 */
/* CSS Document */
#gg_container {
  background-color: #afdff9;
  font-family: twinkl, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.foreground-container {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 103;
  position: absolute;
  pointer-events: none; }

:focus {
  outline: none; }

.border-radius {
  border-radius: 8px; }

.text-button.play {
  width: 40%;
  line-height: 1.15;
  padding: 2.5% 1.5% 2.5% 1.5%;
  font-size: 2vw;
  border: none; }

#lets-go-button {
  width: 20%;
  font-size: 3vw;
  height: 12%;
  padding: 0.6%; }

.fit-me-button {
  height: 100%;
  width: 80%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

#mainPage {
  width: 93.5%;
  height: 100%;
  background-color: black;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.title-text {
  font-size: 14vw;
  width: 50%;
  left: 25%;
  height: 40%;
  margin-top: 5%;
  top: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

#titlePage {
  width: 100%;
  height: 100%; }

#subContainer {
  position: absolute;
  height: auto;
  top: 55%;
  width: 100%;
  color: white;
  padding: 1%;
  font-weight: 600;
  font-size: 3vw;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.jodal .jodal-title {
  font-size: 5vw;
  margin: 0 auto; }

.jodal .jodal-text {
  font-size: 2.6vw; }

.jodal .answer-text {
  text-align: center;
  z-index: 100;
  width: 90%;
  height: 15%;
  margin: 0 auto;
  margin-bottom: 5%; }

.jodal .jodal-sub-text {
  font-size: 2.6vw; }

.binocular-cont {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center; }

.binocular-shape {
  width: 50%;
  height: 100%;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-transform: scale(1) translate(0, 0);
      -ms-transform: scale(1) translate(0, 0);
          transform: scale(1) translate(0, 0); }
  .binocular-shape .binocular-shape {
    width: 50%; }

.bino-shape-2 {
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center; }

.binoc-anim {
  -webkit-animation: binoc-grow 1s;
          animation: binoc-grow 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@-webkit-keyframes binoc-grow {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-position: center; }
  100% {
    -webkit-transform: scale(10);
            transform: scale(10);
    background-position: center; } }

@keyframes binoc-grow {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-position: center; }
  100% {
    -webkit-transform: scale(10);
            transform: scale(10);
    background-position: center; } }

.binoc-shrink {
  -webkit-animation: binoc-shrink 1s;
          animation: binoc-shrink 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@-webkit-keyframes binoc-shrink {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-position: center; }
  to {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    background-position: center; } }

@keyframes binoc-shrink {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-position: center; }
  to {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    background-position: center; } }

.reveal-answer-button {
  width: auto;
  padding: 0 1rem;
  bottom: 3%;
  left: 1.75%;
  height: 10%;
  position: absolute; }
  .reveal-answer-button:hover {
    cursor: pointer; }

.a {
  width: 100%;
  height: 100%;
  background: url("binoculars-game-22-Planet-Nine-443937.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  display: inline-block; }

svg {
  position: absolute; }

#play-again {
  margin: auto; }

.popup-information {
  position: absolute;
  width: 76.25%;
  background-color: white;
  height: 15%;
  border-radius: 12px;
  bottom: 3%;
  left: 16%;
  padding: 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  text-align: center;
  border: 2px solid black;
  overflow-x: auto; }

.popup-title {
  height: 40%;
  width: 100%;
  font-size: x-large;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-item-align: center;
      align-self: center;
  font-weight: bold;
  align-self: center;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.title-only {
  overflow: hidden;
  width: 40%;
  left: 29%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .title-only .popup-title {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.popup-desc {
  text-align: center;
  font-size: 1rem;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60%; }

.pop-in {
  -webkit-animation: pop-in .3s;
          animation: pop-in .3s; }

@-webkit-keyframes pop-in {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0); }
  80% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes pop-in {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0); }
  80% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }
