html, body {
    margin: 0;
    height: 100%;
    width: 100%;
    overflow: hidden
}


body, html {
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    -webkit-user-select: none; /* Safari */        
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+/Edge */
user-select: none; /* Standard */
}


body.moving {
	cursor: none;
}



/*
body[data-section="0"] #section {
    background-image: url(../img/backs/back-pink.jpg);
}
body[data-section="1"] #section {
    background-image: url(../img/backs/back-blue.jpg);
}
body[data-section="2"] #section {
    background-image: url(../img/backs/back-red.jpg);
}
body[data-section="3"] #section {
    background-image: url(../img/backs/back-orange.jpg);
}
body[data-section="4"] #section {
    background-image: url(../img/backs/back-green.jpg);
}
body[data-section="5"] #section {
    background-image: url(../img/backs/back-pink.jpg);
}

#section {
      -moz-box-shadow:    inset 0 0 100px #000000;
    -webkit-box-shadow: inset 0 0 100px #000000;
    box-shadow:         inset 0 0 100px #000000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

}
*/





#page-container {
    position: absolute;
    top: 0;
    left: 0;
    right:  0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-box-shadow:    inset 0 0 100px #000000;
    -webkit-box-shadow: inset 0 0 100px #000000;
    box-shadow:         inset 0 0 100px #000000;
    display: none;
    background-image: url(../img/backs/back-pink.jpg);
}

#page-container-inner {
    position: absolute;
    top: 0;
    left: 0;
    right:  0;
    bottom: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content:center;
    /* display: none; */
    /* opacity: 0; */
    -moz-box-shadow:    inset 0 0 100px #000000;
    -webkit-box-shadow: inset 0 0 100px #000000;
    box-shadow:         inset 0 0 100px #000000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

body[data-section="2"] {
    background-image: url(../img/backs/back-red.jpg);
  
}




#page-holder {
    height: 0;
    padding-top: 56.25%;
    position: relative;
    
}


#page {
    position: absolute;
    top: 0;
    left: 0;
    /* right:  0; */
    /* bottom: 0; */
    /* overflow: hidden; */
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    transition: transform 0.4s cubic-bezier(0.15, 0.8, 0.3, 1);
}



.challengebox {
  /*border: solid 1px rgba(164,244,90,.9);*/
  border-radius: 0.5em;
  padding: 1em;
  background-color: rgba(164,244,90,.9);
}

p + .challengebox {
  margin-top: 0.5em;
}




/*padding-top: 56.25%*/



#drag-container {
}


#pages-holder {
     position: absolute;
     top: 0;
     left: 0;
     /* min-width: 100rem; */
     height: 100%;
     width: 20000px;
     transition: transform 0.4s cubic-bezier(0.15, 0.8, 0.3, 1);
     transform: translateX(0);
     /* padding-left: 25rem; */
}

#page-header {
  position: fixed;
  height: 4rem;
  /* padding: 0 22px; */
  top: 0;
  width: 100%;
  z-index: 2000;
  margin: 0;
  background-color: #fff;
  display: flex;
  flex-direction:column;
  justify-content: center;
  align-items:flex-end;
}

#page-header img {
  /* display: inline-block; */
  height: 3rem;
  margin-right: 5rem;
  display: none;
}

#page-header a img {
  height: 100%;
  width: auto;

}

.page-content2 {
     position: relative;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     float: left;
     /* overflow: hidden; */
     /* border-radius: 50rem 0 0 50rem; */
}


.page-content {
    /* width: 500px; */
    /* height: 500px; */
    /* background: #eee; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#page-container {
    /* min-width: 100%; */
    /* height: 100%; */
    /* position: absolute; */
}


.page-content-holder {
    /* width: 500px; */
    /* height: 500px; */
    /* background: #eee; */
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    /* bottom: 7rem; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-family: 'phosphate_prosolid';
    font-size: 3rem;
    /* background-color: rgba(255,255,255,0.1); */
    /* box-shadow: rgb(0 0 0 / 30%) 0px 2px 10px; */
    /* height: 80vh; */
    transform: translateY(-50%);
}


.page-content-holder2 {
    /* width: 500px; */
    /* height: 500px; */
    /* background: #eee; */
    position: absolute;
    top: 10rem;
    left: 0;
    right: 0;
    bottom: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-family: 'phosphate_prosolid';
    font-size: 2.6rem;
    /* background-color: rgba(255,255,255,0.1); */
    /* box-shadow: rgb(0 0 0 / 30%) 0px 2px 10px; */
}






div#page-container-2 {
    /* display: none; */
    transform: translate(100%, 0);
    z-index: 0;
    opacity: 0;
}


.next-button-hover2 div#page-container-2:after {
    content: '';
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}


.pages {
    position:absolute;
    width: 100%;
    /* height: 100%; */
    bottom: 0;
    left: 0;
    transition: transform 0.8s cubic-bezier(0.15, 0.8, 0.3, 1);
    top: -6rem;
}

#main-content-block {
    transition: transform 0.8s cubic-bezier(0.15, 0.8, 0.3, 1);  
}

.page-content-holder {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  
}

.cont-block-container-outer {
    position: relative;
}


.outro-title {
    font-size: 6rem;
    position: absolute;
    /* bottom: 100%; */
    /* color: #fff; */
    letter-spacing: 00.05em;
    color: yellow;
    text-align: center;
    font-size: 4rem;
    letter-spacing: 0.1em;
    text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
    font-family: 'phosphate_prosolid';
    width: 100%;
    bottom: 100%;
    left: 0;
    margin-bottom: 1rem;
    /* transform: translate(-50%,-50%); */
}
.outro-points {
    width: 80%;
    color: #000;
    font-family: 'core_rhino_45_regularregular';
    background-color: rgba(255,255,255,0.7);
    padding: 0 3rem;
    font-size: 2rem;
}

.outro-points li {
    padding: 0.5em 0;
}

.outro-next {
     font-size: 2.2rem;
     position: absolute;
     bottom: 3%;
     color: #fff;
     letter-spacing: 00.05em;
     width: 70%;
     text-align: center;
}

.stage-map {
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: #000; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: 1000;
    /*display: none;*/
    opacity: 0;
    display: none;
}

#intro {
    /*background-color: #fff;*/
    transform: translate(0, 0);
    /* z-index: 1; */
    /* display: none; */
    opacity: 0;
}






#intro,
#outro {/* position: absolute; *//* bottom: 0; *//* left: 0; *//* right: 0; *//* transition: transform 0.8s cubic-bezier(0.15, 0.8, 0.3, 1); *//* top: 0; */}

.hide-overflow {
    overflow: hidden;
}

.offset-page {
    transition: all 0.8s cubic-bezier(0.15, 0.8, 0.3, 1);
    position: absolute;
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    height: 100%;
    /* float: left; */
    overflow: visible;
    transform: translate(100%, 0);
    opacity: 0;
    pointer-events: none;
}
.offset-page.open {
    /* margin-left: -25rem; */
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
}
.offset-page.opened {
    /* margin-left: -25rem; */
    transform: translate(-100%, 0);
    /* opacity: 0; */
}

#outro {
    /*background-color: #fff;*/
    /* transform: translate(100%, 0); */
    /* z-index: 2; */
    /* display: none; */
}



@keyframes pulse-white {
  0% {
    box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }  
  100% {
    box-shadow: 0 0 20rem 30rem rgba(255,255,255, 0.85);
  }
}




@keyframes pulse-white-3 {
  0% {
    box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }  
  20% {
    box-shadow: 0 0 15rem 30rem rgba(255,255,255, 0.85);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }  
}


@keyframes pulse-black {
  0% {
      background-color: rgba(255,255,255,0.9);
    /*transform: translate(0, -50%) scale(1);*/
    box-shadow: 0 0 2vh 0 rgba(255,255,255, 0.8);
  }
  
  50% {
      background-color: rgba(164,244,90,0.75);
    /*transform: translate(0, -50%) scale(1);*/
    box-shadow: 0 0 0 30vh rgba(164,244,90, 0);
  }
  
  100% {
      background-color: rgba(164,244,90,0.75);
    /*transform: translate(0, -50%) scale(1);*/
    box-shadow: 0 0 0 0 rgba(164,244,90, 0);
  }
}


@keyframes pulse-black-1 {
  0% {
      background-color: rgba(255,255,255,0.9);
    /*transform: translate(0, -50%) scale(1);*/
    box-shadow: 0 0 0 0 rgba(255,255,255, 0.8);
  }
  
  80% {
      background-color: rgba(164,244,90,0.75);
    /*transform: translate(0, -50%) scale(1);*/
    box-shadow: 0 0 0 20vh rgba(164,244,90, 0);
  }
  
  100% {
      background-color: rgba(164,244,90,0.75);
    /*transform: translate(0, -50%) scale(1);*/
    box-shadow: 0 0 0 0 rgba(164,244,90, 0);
  }
}


@keyframes pulse-black-3 {
  0% {
      /*background-color: rgba(255,255,255,1);*/
    /*transform: translate(0, -50%) scale(1);*/
    box-shadow: 0 0 0 2rem rgba(255,255,255, 1);
  }
  
  80% {
      /*background-color: rgba(164,244,90,0.9);*/
    /*transform: translate(0, -50%) scale(1);*/
    box-shadow: 0 0 50rem 30vh rgba(255,255,255, 0);
  }
  
  100% {
      /*background-color: rgba(164,244,90,1);*/
    /*transform: translate(0, -50%) scale(1);*/
    box-shadow: 0 0 0 30rem rgba(255,255,255, 0);
  }
}




@keyframes pulse-white-2 {
  0% {
      background-color: rgba(255,255,255,0.9);
    /*transform: translate(0, -50%) scale(1);*/
    box-shadow: 0 0 0 0 rgba(255,255,255, 0.8);
  }
  
  80% {
      background-color: rgba(164,244,90,0.75);
    transform: translate(0, -50%) scale(1);
    box-shadow: 0 0 0 200px rgba(164,244,90, 0);
  }
  
  100% {
      background-color: rgba(164,244,90,0.75);
    /*transform: translate(0, -50%) scale(1);*/
    box-shadow: 0 0 0 0 rgba(164,244,90, 0);
  }
}




.game-nav {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%) scale(1);
    margin-right: 0;
    border: none;
    font-size: 0;
    outline: 0;
    height: 10rem;
    width: 10rem;
    background-color: rgba(164,244,90,.9);
    /*border-radius: 50% 0 0 50%;*/
    border-radius: 5rem;
    cursor: pointer;
    transition: left 0.4s cubic-bezier(0.15, 0.8, 0.3, 1), right 0.4s cubic-bezier(0.15, 0.8, 0.3, 1);
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 99999;
    display: none;
    /* margin-top: 3rem; */
}

#proceed-button {
  right: -5rem;
  /* display: block; */
  top: 50%;
  margin-top: 0;
}

#proceed-button:hover {
  right: -2.5rem;
}

#proceed-button:hover span {
  display: block;
}

.game-nav.pulsing {

}

.game-nav.pulsing:not(:hover) {
    animation: pulse-black 4s;
}


.pulse {
    animation: pulse-black-3 2.5s infinite;
}

.game-nav2:before {
    content: '';
    position: absolute;
    background-color: #ccc;
    width: 200rem;
    height: 200vh;
    z-index: 0;
}

.game-nav2 span {
    width: 0;
    right: 100%;
}

.game-nav.hover {
    /*
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
    */
    animation: pulse-white 0.3s;
    animation-fill-mode: forwards;
    /*
    background-color: rgba(164,244,90,.9) !important;
    box-shadow: 0 0 0 0 rgba(164,244,90, 0) !important;
    right: 0;
    transform: translate(0, -50%) scale(1.2) !important;
    */


    /*box-shadow: 0 0 15rem 30rem rgba(255,255,255, 0.85) !important;*/
    right: 0;
}  


.game-nav.pulse_nav {
    animation: pulse-white-2 2s;
    animation-fill-mode: forwards;
  
}

.game-nav2:hover span {
    display: none !important;
}

.game-nav#next-page {
    display: none;
}

.game-nav#next-level {
    display: none;
    /* display: block; */
}

.game-nav svg {
    width: 50%;
    height: auto;
    fill: #fff;
    float: left;
}

.game-nav:hover svg {
    width: 90%;
}

.game-nav span {
    font-size: 1.8rem;
    position:absolute;
    right:100%;
    top: 50%;
    transform: translate(-10px, -50%);
    white-space: nowrap;
    color: #fff;
    /*text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;*/
    letter-spacing: 0.1em;
    pointer-events: none;
    display: none;
    /* width:  0; */
}

.game-nav#start-game span {
    /* display: block; */
}

.game-nav.hover span {
    display: block;
    color: #000;
}



.game-nav.hover span {
}








div#control-bar {
    position: absolute;
    top: 0;
    left: 0;
    width:  100%;
    background-color: rgba(255,255,255,.2);
    z-index: 999;
    text-align: center;
}



div#menu {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}








button {
    font-family: 'phosphate_prosolid' !important;
    letter-spacing: 0.025em;
    color: #fff;
}

button svg {
  height: 1em;
  fill: currentColor;
}

div#title-bar {
    position: absolute;
    z-index: 99999;
    font-family: 'phosphate_prosolid';
    text-align: center;
    width: 100%;
    /*top: 59%;*/
    /* background: rgba(255,255,255,0.8); */
    /* padding: 20px 0; */
    /*font-size: 6.75rem;*/
    color: #d00d6d;
    letter-spacing: 0.1em;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 6rem;
    /*
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black;
    */
    /* text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; */
    /* opacity: 0; */
    transform: translate(-50%, -50%);
    left: 50%;
    /*transition: all 0.4s cubic-bezier(0.15, 0.8, 0.3, 1);*/
    top: 50%;
    font-size: 2.75rem;
}



body[data-section="1"] div#title-bar {
    color: #026ba5;
}
body[data-section="2"] div#title-bar {
    color: #da1818;
}
body[data-section="3"] div#title-bar {
    color: #e05800;
}
body[data-section="4"] div#title-bar {
    color: #0b8500;
}



div#title-bar.outro-text {
  /* top: 6rem; */
  /* font-size: 4rem; */
}



div#results-bar {
    position: absolute;
    z-index: 2000;
    font-family: 'phosphate_prosolid';
    text-align: center;
    width: 100%;
    bottom: 0;
    /* background-color: rgba(164,244,90,.9); */
    /* padding: 20px 0; */
    font-size: 1.8rem;
    color: #444;
    letter-spacing: 0.1em;
    /* flex-direction: column; */
    /* justify-content: center; */
    height: 4rem;
    /* display: none; */
    /* transition: background-color 0.4s cubic-bezier(0.15, 0.8, 0.3, 1); */
    display: flex;
    /* background: #fff; */
    align-items: flex-end;
}

div#results-bar2.active.hover {
    height: 6rem;
}



.end-game2 div#results-bar {
    display: none !important;
}

div#results-bar.flashed {
    background-color: rgba(255,244,90,.9);
}

.intruction-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;

}

.intruction-text-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

#results-bar-content {
    position:absolute;
    right:2rem;
    height: 100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    width: 100%;
}

.reveal div#results-bar {
    /* display: block; */
}

#results-bar svg {
    fill: #ffffff;
    height: 2em;
    width: 2em;
    transform: translate(0, -0.1em);
    margin: 0 0.2em;
    position: relative;

    
}






.logo {
    position: absolute;
    /*top: 35%;*/
    /* left: 50%; */
    /* width: 2rem; */
    /* z-index: 999; */
    pointer-events: none;
    /* transform: translate(0, -50%); */
    width: 1em;
    height: 1em;
    background-image: url(
    ../img/logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    /* display: none; */
    z-index: 999;
    transform: translate(-50%, -50%);
    /*font-size: 35rem;*/
    top: 2.5rem;
    font-size: 35rem;
    left: 50%;
    transition: all 0.4s cubic-bezier(0.15, 0.8, 0.3, 1);
}

#page-header .logo {
    top: 50%;
    font-size: 9rem;
    transform: translate(0%, -50%);
    left: 0rem;
}


.bar-logo {
    position: absolute;
    pointer-events: none;
    width: 1em;
    height: 1em;
    z-index: 999;
    transform: translate(-50%, -50%);
    top: 50%;
    font-size: 3.5rem;
    left: 2rem;
}

.client-logo {
   position: absolute;
   pointer-events: none;
   width: 3rem;
   height: 3rem;
   z-index: 999;
   transform: translate(-50%, -50%);
   top: 50%;
   font-size: 3.5rem;
   left: 6rem;
   background-size:contain;
   display: none;
}

.bar-logo .st0{
  fill:#d00d6d;
}



.page-box .logo {
    font-size: 20rem;
    top: 31%;
}


.main-logo {
    position: absolute;
    /*top: 35%;*/
    /* left: 50%; */
    /* width: 2rem; */
    /* z-index: 999; */
    pointer-events: none;
    /* transform: translate(0, -50%); */
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    /* display: none; */
    z-index: 999;
    transform: translate(-50%, -50%);
    /*font-size: 35rem;*/
    top: 20%;
    font-size: 18rem;
    left: 50%;
    background-color: #fff;
    transition: all 0.4s cubic-bezier(0.15, 0.8, 0.3, 1);
    pointer-events: none;
}



.zurich-logo {
    position: absolute;
    /*top: 35%;*/
    /* left: 50%; */
    /* width: 2rem; */
    /* z-index: 999; */
    pointer-events: none;
    /* transform: translate(0, -50%); */
    width: 1em;
    height: 0.39em;
    background-image: url(../img/zurich-logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    /* display: none; */
    z-index: 999;
    transform: translate(-50%, -50%);
    /*font-size: 35rem;*/
    top: 20%;
    font-size: 40rem;
    left: 50%;
    background-color: #fff;
    transition: all 0.4s cubic-bezier(0.15, 0.8, 0.3, 1);
}






#section .logo {
    top: 1rem;
    font-size:24rem;
  
}

#intro .logo {
    top: 9rem;
    font-size: 39rem;
}

body[data-section="0"] #section .logo {
    top: 50%;
    font-size: 50rem;
}

#top-logo {
     top: -3.5rem;
     font-size: 10rem;
     left: 6rem;
     display: none;
}

#stage-map-logo {
    font-size: 150rem;
    top: 32rem;
}

.started2 div#logo {
     top: -3.5rem;
     font-size: 10rem;
     left: 6rem;
}

div#logo2 img {
    width: 30rem;
    height: auto;
    /* z-index: 9999; */
    /* pointer-events: none; */
}


.logo img {
    width: 50rem;
    height: auto;
    /* z-index: 9999; */
    /* pointer-events: none; */
}




.next_button {
    position:absolute;
    right: 2rem;
    cursor: pointer;
    /* color: #fff */
}

.prev_button {
    position:absolute;
    left: 2rem;
    cursor: pointer;
}

a .prev_button,
a .next_button {
    color: #444;
}


.prev_button:hover,
.next_button:hover {
    color: #fff;
}


.prev_button:hover svg,
.next_button:hover svg {
    fill: #fff !important;
}












.countdown-bar {
    width: 100%;
    height: 100%;
    background-color: rgb(239, 54, 86);
}

.progression-bar {
    background-color: rgb(164,244,90);
    width: 100%;
    height: 100%;
    transition: width 1s linear;
        display: flex;
    align-items: center;
    justify-content: flex-end;

}

.progression-bar-text {
    font-size: 3rem;
    padding-right: 1.4rem;
    opacity: 0.2;
}











#full-screen {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    outline: 0;
    font-size: 0;
    /* display: none; */
    width: 3rem;
    height: 3rem;
    outline: 0;
    z-index: 99999;
    border: none;
    background-image: url(../img/full-screen.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70%;
    background-color: rgba(0,0,0,0.15);
    transform: translateY(-50%);
    border-radius:0.5rem;
}



button#full-screen {
    cursor: pointer;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}


button#full-screen:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);

}




















.nav-buttons {
    position:absolute;
    bottom: 10px;
    width: 40px;
    height: 40px;
    /* margin-top: -20px; */
    z-index: 9999;
    display: none;
}

.reveal .nav-buttons {
    display: none;
}


.nav-buttons#next-button {
    right: 0;

}

.nav-buttons#prev-button {
    left: 0;

}



#demo,
.info-text-holder,
#instruction {
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999999;
    transition: all 0.4s cubic-bezier(0.15, 0.8, 0.3, 1);
}

.info-text-holder {
  /* width: 50rem; */
  top: 50%;
  width: 100%;
  /* text-align: center; */
  /* display: inline-block; */
  /* text-align: right; */
}

.info-text-holder {
    bottom: 50%;
    /* max-width: 50%; */
}

#instruction {
    bottom: 98%;
}

#instruction.bottom2 {
    top: auto;
    transform: translate(-50%,-50%) scale(0.6);
    bottom: 84%;
}

.top-instr {
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999999;
    top: auto;
    transform: translate(-50%,-50%) scale(0.6) !important;
    bottom: 98% !important;
}

.middle-instr {
     position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999999;
   top: auto;
    transform: translate(-50%,-50%) scale(1) !important;
    bottom: 50% !important;
}

.bottom-instr {
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999999;
    top: auto;
    transform: translate(-50%,-50%) scale(0.6) !important;
    bottom: 10% !important;
}



#instruction.middle {
    top: 60%;

}


#instruction.top {
    bottom: 70%;
    /*transform: translate(-50%,-50%) scale(0.5);*/
}


/*
.info-text,
.intro-intruction,
.outro-intruction,
.instruction-content:not(.clickable),
.instruction-content button,
#reveal,
#zoomer,
#next-level-button

*/

#zoomer, #next-level-button, .info-text1, .intro-intruction, .outro-intruction, #instruction2 > :first-child, .outro-intruction, .instruction-content

{
    font-family: 'phosphate_prosolid';
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 1rem;
    outline: 0;
    border: none;
    padding: 0.75em;
    background-color: #fff;
    z-index: 0;
    letter-spacing: 0.1em;
    white-space: nowrap;
    display: flex;
    /* max-width: 100rem; */
    text-align: center;
    align-items: center;
}


.instruction-content.instruction_button {
    background-color: rgba(164,244,90,1);
    box-shadow: 0 10px 20px rgb(0 0 0 / 40%);
    cursor: pointer;
}

.instruction-content.instruction_button:hover {
  background-color: #87ed28;
  box-shadow: 0 10px 20px rgb(0 0 0 / 80%);
}

.info-text {
    padding: 0.75em;
    letter-spacing: 0.1em;
    border-radius: 0.75rem;
    display: flex;
    box-shadow: 0 10px 20px rgb(0 0 0 / 40%);
    font-family: 'phosphate_prosolid';
    background-color: rgba(164,244,90,1);
    text-align: center;
    align-items: center;
    font-size: 2rem;
    max-width: 80rem;
    transform: translateY(-50%);
    margin: 0 auto;
    text-align: left;
}


#instruction button {
     outline: 0;
     border: none;
     background-color: rgba(164,244,90,1);
     padding: 0.75em;
     margin: 0;
     position: absolute;
     left: 50%;
     transform: translate(-50%,-50%);
     border-radius: 1rem;
     white-space: nowrap;
     display: flex;
     align-items: center;
}

.info-text span {
  font-size: 0.75em;
  display: inline-block;
  /* height: 100%; */
  vertical-align: middle;
  color: #666;
  margin-left: auto;
  /* margin-right: -0.5em; */
  flex-shrink: 0;
  display: flex;
  align-items: center;
}



#info-text-1 .info-text:hover,
#reveal:hover,
#next-level-button:hover {
    /* background-color: rgba(164,244,90,1); */
    /* box-shadow: 0 10px 20px rgb(0 0 0 / 60%); */
}



.intro-intruction {
    font-size: 3rem;
    top: 90%;
    /* max-width: 100rem; */
    /* white-space: normal; */
    transform: translate(-50%,-50%) scale(0.5);
}

.page-content-holder2 .intro-intruction {
  top: 100%;
}

.outro-intruction {
    font-size: 3rem;
    /* max-width: 90rem; */
    /* white-space: normal; */
    transform: translate(-50%,-50%) scale(0.5);
    top: 100%;
    margin-top: 5rem;
}

.instruction-content,
#reveal {
    top: 50%;
    font-size: 1.8rem;
}



.instruction-content {
    /* pointer-events: none; */
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
}


#instruction-bottom .instruction-content {
  white-space:normal;
  width: 65rem;
  /* text-align: center; */
  justify-content: center;
}


#instruction-bottom .instruction-content.larger {
  font-size: 2.4rem;
}

.bottom .instruction-content,
.instruction-content.clickable {
    pointer-events:auto;
}






















#next-level {
    right: -2.5rem;
}


#next-page {
    right: -5rem;
}


#start-game {
    right: -5rem;
    display: none;
}

#next-game {
    right: -5rem;
}
#next-game:hover {
    right: -2.5rem;
}

#reveal-content #next-game {
  /* right: auto; */
  /* left: 470%; */
}

#start-game:hover {
    right: -2.5rem;
}





#next-level:hover,
#next-page:hover {
    right: -2.5rem;
}






#outro-game {
    left: -5rem;
    /* transform: translate(-100%, -50%); */
    /* display: none; */
}
.end-game #outro-game {
    /* display: block; */
}

#outro-game:hover {
    left: -10rem;
}

.intro-intruction2 {
    position: absolute;
    top: 95%;
    color: yellow;
    width: 75%;
    text-align: center;
    font-size: 2rem;
    letter-spacing: 0.1em;
    text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
    /* transform: translate(-50%, -50%); */
    /* left: 50%; */
}

.intro-game-no {
    position: absolute;
    bottom: 65%;
    color: yellow;
    text-align: center;
    font-size: 3.5rem;
    letter-spacing: 0.1em;
    /*text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;*/
    left: 50%;
    font-family: 'phosphate_prosolid';
    transform: translate(-50%, -50%);
}

.intro-title {
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 9rem;
    text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
    width: 70%;
    text-align: center;
    line-height: 0.8;
    letter-spacing: 0.05em;
    transform: translate(-50%, -50%);
    left: 50%;
    font-family: 'phosphate_prosolid';
    /* min-height: 20rem; */
}

body[data-section="0"] .intro-title {
  font-size: 3rem;
}

.section-no {
  font-size: 0.5em;
  margin-bottom: 2rem;
}

.page-box .intro-title {
  top: 72%;
  font-size: 1.9rem;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  width: 98%;
  line-height: 1;
}

#reveal-content {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    /* right: 0; */
    /* height: auto; */
    z-index: 10;
    width: 100%;
    /* height: 100%; */
}


#reveal-content .b-white {
  padding: 2rem;
}






.memory-bar {
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.15, 0.8, 0.3, 1);
    /*, opacity 0.4s cubic-bezier(0.15, 0.8, 0.3, 1)*/
    /* background-image: url(img/BLUE-CARD-landscape.jpg); */
    /* transform: translate(-50%, -50%) scale(1.5); */
    width: 0;
    height: 0;
    position: absolute;
    display: none;
}


.memory-bar.drop-zone .memory-bar-inner {
    opacity: 1;
}

.memory-bar.drop-zone .memory-bar-inner.full {
    /* opacity: 0.35; */
}

.memory-bar.drop-zone .memory-bar-inner.ui-droppable-hover {
    opacity: 0.7;
}

.memory-bar .memory-bar-inner {
     width: 50rem;
     height: 10rem;
     position: absolute;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     font-family: 'phosphate_prosolid';
     font-size: 2rem;
     border-radius: 1rem;
     left: 50%;
     z-index: 1;
     transform: translate(-50%, -50%);
     top: 50%;
}


body:not(.reveal-answers) .memory-bar .memory-bar-inner {
  cursor: grab;
}

body:not(.reveal-answers) .memory-bar.ui-draggable-dragging .memory-bar-inner {
  cursor: none;
}

.memory-bar.ui-draggable-dragging .memory-bar-inner {
  cursor: none;
}

.memory-bar.right .memory-bar-inner {
    font-size: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-color: rgb(164,244,90) !important;
}

.memory-bar.right .memory-bar-inner .divider-holder {
    border-color: rgb(164,244,90) !important;

}




.memory-bar.right-tri .memory-bar-inner:after {
    top:100%;
    right: 1em;
    border-left: 1em solid transparent;
    border-bottom: 0.5em solid transparent;
    border-top: 1em solid rgba(164,244,90,1);
    margin-top: -1px;
}


.memory-bar.left-tri .memory-bar-inner:after {
    top:100%;
    left: 1em;
    border-right: 1em solid transparent;
    border-bottom: 0.5em solid transparent;
    border-top: 1em solid rgba(164,244,90,1);
    margin-top: -1px;
}

.memory-bar.right-tri.right .memory-bar-inner:after,
.memory-bar.left-tri.right .memory-bar-inner:after,
.memory-bar.right-tri.hover-over .memory-bar-inner:after,
.memory-bar.left-tri.hover-over .memory-bar-inner:after {
    display: none;
}


.memory-bar.left-tri.drop-zone .memory-bar-inner:after,
.memory-bar.right-tri.drop-zone .memory-bar-inner:after {
    border-top-color: #fff;
}



.memory-bar.left-tri.drop-zone .memory-bar-inner:after,
.memory-bar.right-tri.drop-zone .memory-bar-inner:after {
    border-top-color: #fff;
}



.memory-bar.left-tri.drop-zone.right .memory-bar-inner:after,
.memory-bar.right-tri.drop-zone.right .memory-bar-inner:after {
    border-top-color: rgb(164,244,90) !important;
}

.memory-bar.ui-draggable.hover:not(.dropped),
.memory-bar.ui-draggable.move:not(.dropped) {
    z-index: 10;
    z-index: 100;
    transform: scale(1.1);

}

.memory-bar.ui-draggable.hover,
.memory-bar.ui-draggable.move {
    opacity: 0.8;
    z-index: 999;    
}




.memory-bar.ui-draggable.hover:not(.dropped),
.memory-bar.ui-draggable.move:not(.dropped) {
    z-index: 10;
    z-index: 100;
    opacity: 0.8;
    transform: scale(1.1);
}


.memory-bar.ui-draggable.hover:not(.dropped) .memory-bar-inner,
.memory-bar.ui-draggable.move:not(.dropped) .memory-bar-inner {
    box-shadow: 0 10px 20px rgb(0 0 0 / 40%);
}




.memory-bar.ui-draggable-dragging:not(.dropped) {
    transform: scale(1.2);
    opacity: 0.5;
    z-index: 999 !important;    
   
}


.memory-bar.ui-draggable-dragging.hover-over:not(.dropped) {
  opacity: 0.75;
}





.memory-bar.wrong .memory-bar-inner:after {
    border-top: 1em solid red !important;
}


.memory-bar.wrong .memory-bar-inner:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.5;
    background-image: url(../img/wrong.svg);
    background-position: center center;
    width: 100%;
    height: 200%;
    background-size: contain;
    /* background-color: rgba(255,255,255,0.5); */
    background-repeat: no-repeat;
}


.memory-bar:not(.dropped) .memory-bar-inner {
    box-shadow: 0 10px 10px rgb(0 0 0 / 20%);
}

.memory-bar .memory-bar-inner:after {
    content:'';
    position: absolute;
    font-size: 4rem;
    width: 0;
    height: 0;
}




.memory-bar .divider-holder {
    display: flex;
    border-radius: 1rem;
    /* overflow: hidden; */
    height: 8rem;
    border: solid 1rem rgba(164,244,90,1);
    overflow: hidden;
    background-color: rgba(255,255,255,0.8);
}

.memory-bar.drop-zone .divider-holder {
    border-color: #fff;
    height: 6rem;
}

.memory-bar.wrong .memory-bar-inner .divider-holder {
    border-color: red !important;
}



.memory-bar .divider {
    font-size: 1.8rem;
    font-family: 'core_rhino_45_regularregular';
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* width: 50%; */
    height: 100%;
    padding: 0 2rem;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
    flex-grow: 1;
    /* border-left: solid 1px #ccc; */
    /* border-right: solid 1px #663; */
}


.memory-bar.drop-zone .divider {
    display: none;
}




.memory-bar .divider-1 {
    background-color: #fff;
    /* border-left: solid 1px #fff; */
}

.memory-bar .divider-2 {
    /* background-color: #f38f19; */
    /* border-right: solid 1px #666; */
    background-color: #fff;
    border-left: solid 1px #666;
}






.cont-block-container {
    /* background-color: #ccc; */
    display: flex;
    padding: 0 6rem;
    position: relative;
    width: 100%;
    align-items: center;
}

.cont-block {
  font-size: 2rem;
  font-size: 1.4rem;
  /* background-color: aqua; */
  padding: 1.4rem;
  font-family: 'core_rhino_45_regularregular';
  line-height: 1.4;
  /* max-width: 70rem; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  flex-grow: 1;
  border-radius: 0.5rem;
  /* padding: 1em; */
  position: relative;
}

.illustration-holder {
  position: relative;
  width: 100%;
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
  margin-top: 1rem;
}

.illustration-holder img {
  width: 100%;
  height:auto;
}

.illustration-holder-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

.illustration-holder-text > div {
  font-family: 'phosphate_prosolid';
  flex: 1 1 100%;
  text-align:center;
  font-size: 1rem;
  padding-top: 1rem;
  letter-spacing: 0.01em;
  color: #e05800;
}

.illustration-holder-text > div:first-child {
  /* border-right: solid 1px #ccc; */
  color: #d00d6d;
}


.cont-block li {
  /* margin: 1rem 0; */
  /* margin: 0 1rem; */
  padding-right: 2rem;
  margin-left: 1rem;
  margin-right: 1rem;
  flex: 0 1 100%;
  /* width: 25%; */
}

.cont-block-2 {
  height: 100%;
  width: 100%;
  position:relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 2rem;
}

.cont-block-2 + .cont-block-2 {
  margin-right: 0;
}

.cont-block-title {
  background-color: #fff;
  font-size: 1.2rem;
  text-align: center;
  position:absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem 0;
  font-family: 'core_rhino_45_regularregular';
}


.right-side {
    flex-grow: 0;
  margin-left: 2rem;
  padding: 0;
  /* display: flex; */
  flex-direction: row;
}

.cont-block-half {
    flex-grow: 0;
    width: 50%;
}

.cont-block-2thirds {
    width: 66.666%;
    flex-grow: 0;
}

.cont-block-3quarters {
    flex-grow: 0;
    width: 75%;
}

.b-white {
    /*background-color: rgba(255,255,255,0.8);*/
    border-radius: 0.5rem;
    background-color: #fff;
}



.cont-block ol,
.cont-block ul {
    margin: 0;
    padding-left: 2rem;
    display: flex;
}


.b-white {
    padding: 1rem;
}

#section .b-white,
#instruction-panel .b-white,
#outro .b-white {
    padding: 0 0 2rem 0;
}


#section-content {
  display: none;
}


.intro-content {
    padding: 0;
    display: flex;
    flex-direction: row;
    min-height: 20rem;
    margin-bottom: auto;
    position: relative;
    flex-basis: 100%;
}

.intro-content-half {
  flex-basis: 50%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  text-align:center;
  align-items:center;
  padding: 0 2rem;
  position:relative;
}




.intro-content:before {
  content: '';
  position: absolute;
  top:0;
  bottom:0;
  left: 25%;
  width: 50%;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;

}

.intro-content:after {
  content: '';
  position: absolute;
  top:0;
  bottom:0;
  left: 50%;
  width: 0;
  border-left: solid 1px #ccc;

}

.b-white h3 {
  text-align: left;
  margin: 0.5rem 0 1rem 0;
  padding-left: 2rem;
  font-size: 3.25rem;
  line-height: 5rem;
  text-align: center;
  box-sizing: border-box;
  height: 5rem;
}

.intro-content .intro-listing {
  flex: 1 1 25%;
  box-sizing:border-box;
  position:relative;
  /* margin-right: 2rem; */
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-content: center; */
}

#upsell .intro-content .intro-listing {
  text-align:center;
}

.intro-image {
  padding: 0 2rem;
}

.intro-listing .intro-listing-inner {
  position:relative;
  height: 100%;
  width: 100%;
  /* background-color: #ccc; */
  padding: 0 2rem;
  box-sizing: border-box;
  
}

.intro-listing .intro-listing-inner img {
  width: 100%;
}

#upsell .intro-listing .intro-listing-inner img.example-image-small {
  width: 60%;
}
#upsell .intro-listing .intro-listing-inner p {
  display: flex;
  flex-direction:column;
  height: 3rem;
  justify-content:center;
  margin: 0.5rem 0;
  /* padding: 0 0em; */
  font-size: 1.3rem;
  line-height: 1.1;
}

.intro-listing:not(:first-child) .intro-listing-inner {
  /* border-left: solid 1px #ccc; */
}

.intro-content .intro-listing:not(:first-child) {
  /* border-left: solid 1px #ccc; */
}

.intro-content .intro-listing:not(:first-child) {
  /* padding: 0 0 0 2rem; */
}

.intro-image .intro-listing-inner {
  /* height: 100%; */
  background-image: url(../img/spot-the-emotion/spot-emotion-easy.jpg);
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
}

.intro-play {
  /* display: flex; */
  /* flex-direction:column; */
  /* justify-content:center; */
  /* align-items:center; */
  /* text-align:center; */
  position: relative;
}

.intro-play-button {
  font-size:10rem;
  width: 1em;
  height: 1em;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  outline:0;
  border: none;
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  background-color: rgba(164,244,90,.9);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 87.5%;
  transform: translate(-50%, -50%);
  /* margin-top: -2.5rem; */
  box-sizing: border-box;
}

.intro-play-button svg {
  height: 80%;
  margin-left: 9%;
}

.intro-play-button:hover {
  transform: translate(-50%, -50%) scale(1.2);
  box-shadow: 0 0 20px rgb(0 0 0 / 40%);
}


body[data-section="0"] #section .intro-image .intro-listing-inner {
  background-image: url(../img/sections/section-0.jpg);
}


body[data-section="1"] #section .intro-image .intro-listing-inner {
  background-image: url(../img/sections/section-1.jpg);
}

body[data-section="2"] #section .intro-image .intro-listing-inner {
  background-image: url(../img/sections/section-2.jpg);
}

body[data-section="3"] #section .intro-image .intro-listing-inner {
  background-image: url(../img/sections/section-3.jpg);
}


body[data-section="4"] #section .intro-image .intro-listing-inner {
  background-image: url(../img/sections/section-4.jpg);
}


.intro-image {
  /* width: 25%; */
  /* margin-left: 2rem; */
}

.intro-no {
  font-family: 'phosphate_prosolid';
  font-size: 2.5em;
  width: 100%;
  /* height: 1em; */
  display: flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  text-align: center;
  /* position:absolute; */
  /* top:0; */
  margin: 0 auto 0.5rem auto;
  align-items: center;
  line-height: 1;
}




ul.intro-list {
  list-style: none;
}

.cont-block2 ol {
  padding-left: 0;
  list-style: none;
  counter-reset: my-awesome-counter;
}

.cont-block2 ol li {
  counter-increment: my-awesome-counter;
}
.cont-block2 ol li::before {
  content: counter(my-awesome-counter);
  font-size: 1.5em;
  display: inline-block;

  /* Style away! */
}



.quote-1 .divider {
    font-size: 2.8rem;
}







.drop-zone-text {
    /* background-color: rgba(164,244,90,.9); */
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction:column;
    justify-content: center;
    text-align: center;
    color: #000;
    font-size: 3rem;
}



.memory-bar.drop-zone .drop-zone-text.hide-item {
    opacity: 0;
}







p {
    margin: 0 0 0.25em 0;
}

.b-white p {
  margin: 0 0 0.5em 0;
}


p:last-child {
    margin-bottom: 0;
}







#instruction2 button:after {
    content: '>';
    background-image: url(../img/)
}

#info-text-1 .info-text svg,
#instruction svg {
    display: inline-block;
    height: 1em;
    fill: currentColor;
    /* margin-right: -0.4em; */
    /* margin-left: 0.2em; */
}

#instruction button:hover {
}

#info-text-1 .info-text:hover svg,
#instruction button:hover svg {
    
}



.aspect-box-holder {
    height: 0;
    position: relative;
    width:  100%;
}



.aspect-box {
  background-color: rgba(150,170,62,0.5);
  /* width: 100%; */
  padding-top: 45%; /* 1:1 Aspect Ratio */
  position: absolute; /* If you want text inside of it */
  width: 100%;
  height: 0;
  border: solid 1px #fff;
  top:  50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.aspect-box-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}








.box2 {
  background:gold;
  /* border: 4px solid #fff; */
  /* border-radius:10px; */
  float:left;
  /* padding:10px; */
  width: 100%;
  height: 100%;
  position: relative;
}




.aspect-box-2 {
    /* background-color: #ccc; */
    width: 50%;
    height: 100%;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

img#map {
      /* position: absolute; */
      /* transform: translate(-50%, -50%); */
      /* top:  50%; */
      /* left: 50%; */
      width:  100%;
      height: auto;
      /* opacity:  0; */
}

.map_overlay {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  /* background-image: url(../img/map-3-o-1.png); */
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 2s cubic-bezier(0.15, 0.8, 0.3, 1);
}


.stage-map-holder {
      position: absolute;
      transform: translate(-50%, -50%) scale(0.2);
      top: 50%;
      left: 50%;
      width: 500%;
      /* height: auto; */
      transition: transform 2s cubic-bezier(0.15, 0.8, 0.3, 1);
      /* display: none; */
}

.stage-map-holder.zoomed {
  /* width: 400%; */
}



.page-box {
  position: absolute;
  pointer-events: none;
  width:0;
  height:0;
}

.page-box-inner {
  background-color: #fff;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 0;
  left: 0;
  width: 30rem;
  height: 18rem;
  background-size: cover;
  border-radius: 0.5rem;
  overflow: hidden;
  pointer-events: none;
}




.page-box2:not(.current_box):not(.not_yet):after {
  content: '';
  
  position:absolute;
  left: 0;
  top:0;
  width:100%;
  height: 100%;
  opacity: 0.75;
}

.page-box2:not(.current_box):not(.not_yet):after {
  background-color: #009fe3;
}

.zoomed .page-box:not(.current_box):not(.not_yet) {
  /* opacity: 0.75 */
}

.page-box.current_box {
  /* cursor: pointer; */
}


#page-box-0 .page-box-inner {
  background-image: url(../img/backs-small/back-pink.jpg);
}
#page-box-1 .page-box-inner {
  background-image: url(../img/backs-small/back-blue.jpg);
}
#page-box-2 .page-box-inner {
  background-image: url(../img/backs-small/back-blue.jpg);
}
#page-box-3 .page-box-inner {
  background-image: url(../img/backs-small/back-red.jpg);
}
#page-box-4 .page-box-inner {
  background-image: url(../img/backs-small/back-red.jpg);
}
#page-box-5 .page-box-inner {
  background-image: url(../img/backs-small/back-orange.jpg);
}
#page-box-6 .page-box-inner {
  background-image: url(../img/backs-small/back-orange.jpg);
}
#page-box-7 .page-box-inner {
  background-image: url(../img/backs-small/back-green.jpg);
}
#page-box-8 .page-box-inner {
  background-image: url(../img/backs-small/back-pink.jpg);
}





#page-box-0 {
  left: 13%;
  top: 72%;
}


#page-box-1 {
  left: 22%;
  top: 67%;
}


#page-box-2 {
  left: 32%;
  top: 56%;
}


#page-box-3 {
  left: 35%;
  top: 78%;
}

#page-box-4 {
  left: 46.1%;
  top: 64.1%;
}

#page-box-5 {
  left: 58.25%;
  top: 53.5%;
}
#page-box-6 {
  left: 66%;
  top: 79%;
}
#page-box-7 {
  left: 74.8%;
  top: 55.75%;
}
#page-box-8 {
  left: 85.5%;
  top: 70.5%;
}



.page-box.not_yet {
  background-image: url(../img/backs-small/back-grey.jpg) !important;
}


.page-box.not_yet .intro-title {
  /* display: none; */
}

.page-box .play-game {
    color: #fff;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 78%;
    left:  50%;
    /* background-color: #ccc; */
    font-size: 7rem;
    width:  1em;
    height: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0.5;
}

.page-box:hover .play-game {
  opacity: 1;
}


.page-box .play-game svg {
  width: 4em;
  font-size: inherit;
  height: 4em;
}



.page-box.not_yet .intro-title {
  /* display: none; */
  font-size: 0;
}

.page-box.not_yet .intro-title:after {
  content: '?';
  font-size: 10rem;
  position: absolute;
  top: -5.5rem;
  left: 50%;
  transform: translateX(-50%);
}



.page-box .play-game {
    color: #fff;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 80%;
    left:  50%;
    /* background-color: #ccc; */
    font-size: 7rem;
    width:  1em;
    height: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0.5;
}

.page-box:hover .play-game {
  opacity: 1;
}


.page-box .play-game svg {
  width: 4em;
  font-size: inherit;
  height: 4em;
}


.zoomed .map_overlay {
  opacity: 0.25;
}





h3 {
  font-family: 'phosphate_prosolid';
  letter-spacing: 0.05em;
  text-align: left;
  margin: 0;
  margin-bottom: 0.25em
}

h4 {
  font-family: 'phosphate_prosolid';
  letter-spacing: 0.05em;
  text-align: left;
  margin: 0;
  margin-bottom: 0.25em;
  margin-top: 0.5em
}

#outro2 h3 {
  position:absolute;
  bottom: 100%;
  color: #fff;
  font-size: 3rem;
  letter-spacing: 0.1em;
  margin: 0;
  height: 5rem;
}

ol {
  margin: 0;
}







#next-level-button-22 {
    font-family: 'phosphate_prosolid';
    border-radius: 0.5rem;
    outline: 0;
    border: none;
    padding: 0.75em;
    background-color: rgba(164,244,90,.9);
    letter-spacing: 0.1em;
    white-space: nowrap;
    /* display: none; */
    /* max-width: 100rem; */
    text-align: center;
    display: flex;
    /* width: auto; */
    justify-content:center;
    /* float: right; */
    display: inline-flex;
    margin-left: auto;
    font-size: 1.4rem;
    /* margin-bottom: 0em; */
    /* margin-right: -0.75em; */
    align-items: center;
    float: right;
    margin-top: 0.25rem;
}

#next-level-button-2 svg {
    height: 0.75em;
    fill: #000;
    display: inline-block;
    /* float: right; */
    margin-left: 0.25em;
}



.main-content {
     position: absolute;
     top: 0;
     left: 0;
     /* right: 0; */
     bottom: 0;
     /* background-color: rgba(255,255,255,0.5); */
     display: flex;
     justify-content: center;
     flex-direction: column;
     padding: 3rem 0 3rem 0;
     width: 100%;
     /* transform: translate(-50%, -50%); */
     /* height: 80vh; */
     /* background-color: rgba(255,255,255,0.1); */
     align-items: center;
}

.main-content-block {
  /* left:0; */
  width:  100%;
  position: relative;
  /* height:  100%; */
  /* background-color: rgba(255,255,255,0.1); */
}


#main-content-block {
  /* transform: translate(100%,0); */
  /* margin-top: 7rem; */
}

.main-content-box {
    /* background: red; */
    /* max-width: 100%; */
    margin: auto;
    /* background-color: rgba(255,255,255,0.2); */
    position: relative;
    display: flex;
    width:  100%;
    /* height: 100%; */
}

.main-content-box:before {
    content: '';
    display: block;
    padding-top: 50%;
}














.resizeme {
  /* resize: both; */
  margin: 0;
  padding: 0;
  /* height: 100%; */
  /* width: 100%; */
  background-color: lightblue;
  /* overflow: hidden; */
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}










.content-pages {
  /* display: none; */
  transform: translate(100%,0);
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.15, 0.8, 0.3, 1);
  z-index: 0;
}

#section {
  transform: translate(0,0);
  opacity: 1;
  /* background-color: #ccc; */
  z-index: 3;
  display: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}


body[data-section="1"] #section {
  background-image: url(../img/backs/back-blue.jpg);
}


body[data-section="2"] #section {
  background-image: url(../img/backs/back-red.jpg);
}

body[data-section="3"] #section {
  background-image: url(../img/backs/back-orange.jpg);
}

body[data-section="4"] #section {
  background-image: url(../img/backs/back-green.jpg);
}


.content-pages.open {
  transform: translate(0,0);
  opacity: 1 !important;
  z-index: 1;
}

.content-block {
  height: 100%;
  width: 100%;
}

#top-content {
  display: none;
}

.content-pages.opened {
  transform: translate(-100%,0);
  opacity: 1;
}

div#main-content-box {/* background-color: rgba(255,255,255,0.2); */}



div#results-bar .game-div {
 position:relative;
 opacity: 1;
 /* flex: 1 0 100%; */
 flex: 1 1 100%;
 overflow: hidden;
 height: 100%;
 font-size: 0;
 opacity: 0.5;
}

.game-div .progress-link {
  color: #ffffff;
  font-size: 0.8rem;
  text-align: left;
  white-space: normal;
  padding: 0.5rem 0.5rem 0.5rem 3rem;
  position: absolute;
  left: 0;
  height: 100%;
  line-height: 1.1;
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%;
  display: none;
  box-sizing: border-box;
  z-index: 1;
  /* opacity: 0.5; */
}

.game-div.completed {
  background-image: url(../img/replay-w50.png);
  opacity: 0.2;
}


.game-div.available {
  background-image: url(../img/play-1.png);
  opacity: 0.2;
}


.game-div.progress-here {
  /* background-image: url(../img/replay-1.png); */
  opacity: 1;
}

div#results-bar.hover .game-div.progress-here {
  background-image: url(../img/replay-1.png);
}

div#results-bar.hover .game-div.completed:hover {
  background-image: url(../img/replay-w.png);
}

div#results-bar.hover .game-div.progress-here:hover {
  background-image: url(../img/replay-1.png);
}

.game-div {
  background-size: 1.6rem;
  background-repeat:no-repeat;
  background-position: 0.7rem center;
}



.progress-link-text {
  width: 0;
  position:absolute;
  top: 50%;
  transform: translateY(-50%);

    /* height: 100%; */
  /* flex-direction: column; */
  /* justify-content: center; */
}

.game-div.completed .progress-link,
.game-div.progress-here .progress-link {
  display: block
}

.game-div.completed .progress-link {
  opacity: 0.2;
}

div#results-bar.hover .game-div.completed:hover .progress-link,
div#results-bar.hover .game-div.progress-here:hover .progress-link {
  opacity: 0.75;
}

div#results-bar.hover .game-div.completed:hover .game-div-color,
div#results-bar.hover .game-div.progress-here:hover .game-div-color {
  opacity: 1;
}

div#results-bar .game-div.progress-here .progress-link {
  opacity: 1;
  padding-left: 0.5rem;
}

div#results-bar.hover .game-div.progress-here .progress-link {
  padding-left: 3rem;
}

.game-div:hover .progress-link {
  /*font-size: 1rem;*/
}

div#results-bar .game-div .game-div-color {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.75;
}

div#results-bar .game-div.completed .game-div-color {
  opacity: 0.5;
}

div#results-bar .game-div.progress-here .game-div-color {
  opacity: 1;
}




div#results-bar .game-div2:before {
  content: '';
  background-color: rgba(255,255,255,0.25);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
}
div#results-bar .game-div:after {
  content: '';
  background-color: rgba(0,0,0,0.125);
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
}



div#results-bar .game-div.completed,
div#results-bar .game-div.progress-here {
  opacity: 1;
}

div#results-bar .game-div.available {
  opacity: 1;
}

div#results-bar .game-div.available .progress-link {
  display: block;
}

div#results-bar.hover .game-div.completed .game-div-color,
div#results-bar.hover .game-div.available .game-div-color,
div#results-bar.hover .game-div.progress-here .game-div-color {
  opacity: 0.75;
}

div#results-bar.hover .game-div.completed:hover .game-div-color,
div#results-bar.hover .game-div.available:hover .game-div-color,
div#results-bar.hover .game-div.progress-here:hover .game-div-color {
  opacity: 1;
}

div#results-bar .game-div.progress-here:after {
  content: '';
  background-image: url(../img/run-b.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  right: 0.5rem;
  top: 0;
  width: 1.8rem;
  background-color: transparent;
}


div#results-bar.hover .game-div.progress-here:after {
  display: none;
}





div#results-bar .game-div.progress-todo {
  /* opacity: 0.5; */
  /* pointer-events: none; */
}

.color-pink {
  background-color: #d00d6d;
}

.color-blue {
  background-color: #026ba5;
}

.color-red {
  background-color: #da1818;
}

.color-orange {
  background-color: #e05800;
}

.color-green {
  background-color: #0b8500;
}


.progress-here > div {
  background-color: #fff;
}


.progress-here .progress-link[data-game="0"],
.progress-here .progress-link[data-game="8"] {
  color: #d00d6d;
}


.progress-here .progress-link[data-game="1"],
.progress-here .progress-link[data-game="2"] {
  color: #026ba5;
}


.progress-here .progress-link[data-game="3"],
.progress-here .progress-link[data-game="4"] {
  color: #da1818;
}


.progress-here .progress-link[data-game="5"],
.progress-here .progress-link[data-game="6"] {
  color: #e05800;
}


.progress-here .progress-link[data-game="7"] {
  color: #0b8500;
}







body[data-game="0"] #page-container-inner {
    background-image: url(../img/backs/back-pink.jpg);
}
body[data-section="1"] #page-container-inner {
    background-image: url(../img/backs/back-blue.jpg);
}
body[data-section="2"] #page-container-inner {
    background-image: url(../img/backs/back-red.jpg);
}
body[data-section="3"] #page-container-inner {
    background-image: url(../img/backs/back-orange.jpg);
}
body[data-section="4"] #page-container-inner {
    background-image: url(../img/backs/back-green.jpg);
}
body[data-section="5"] #page-container-inner {
    background-image: url(../img/backs/back-pink.jpg);
}







#demo {
  /* position: absolute; */
  /* top:0; */
  /* left: 0; */
  /* bottom: 0; */
  /* right:0; */
  /* z-index: 999999999; */
  display:none;
  /* background-color: rgba(255,255,255,0.5); */
}

body[data-status="demo"] #demo {
  display: block;
}


#demo-text {
  position: absolute;
  top: 2%;
  left: 50%;
  font-size: 2rem;
  font-family: 'phosphate_prosolid';
  transform: translate(-50%,-50%);
  color: #fff;
  opacity: 0.5;
  letter-spacing: 0.01em;
}










#demo-overlay {position: absolute;top: -200%;bottom: 0;right: 0;left: 0;background-color: rgba(0,0,0,0.5);}







.nav-button {
    position:absolute;
    top: 50%;
    z-index: 999;
    transform: translate(0, -50%);
    outline: none;
    border: none;
    background:transparent;
    opacity: 0.85;
    display: none;
    border-radius: 4rem;
    background-color: rgba(164,244,90,1);
    font-size: 8rem;
    width:  1em;
    height: 1em;
    transition: transform 0.5s cubic-bezier(0.15, 0.8, 0.3, 1);
}

.nav-button:hover {
    opacity: 1;
}


.nav-button.next_button2:hover {
    border-radius: 0 0.5em 0.5em 0;
    transform: translate(25%, -50%);
}


.nav-button.prev_button2:hover {
    border-radius: 0.5em 0 0 0.5em;
    transform: translate(-25%, -50%);

}





.nav-button span {
    height: 4rem;
    color: #000;
    position:absolute;
    top:0;
    display:none;
    font-size: 0.3em;
    height: 100%;
    /* pointer-events: none; */
    flex-direction:column;
    justify-content:center;
    letter-spacing: 0.05em;
    white-space: nowrap;
    /* background-color: #ccc; */
    background-color: rgba(164,244,90,0.5);
}

.nav-button.next_button2 span {
    right: 100%;
    border-radius: 4rem 0 0 4rem;
}
.nav-button.prev_button2 span {
    border-radius: 0 4rem 4rem 0;
    left: 100%;
}



.nav-button:hover span {
    display: flex;
    padding: 0 2rem;
}


.nav-button svg {
    width: auto;
    height: 70%;
    fill: #fff;
    /* float: right; */
    position: absolute;
    left: 50%;
    top: 50%;
    
}


.nav-button.next_button2 svg {
    transform: translate(-44%,-50%);
}

.nav-button.prev_button2 svg {
    transform: translate(-56%,-50%) rotate(180deg);
}








#copyright {
  position: absolute;
  right: 1rem;
  bottom: 5rem;
  color: #fff;
  pointer-events: none;
  z-index: 100000;
}

div#tester {
    position: absolute;
    z-index: 110000000;
    left: 50%;
    top:  50%;
    transform: translate(-50%, -50%);
    background-color: #ccc;
}
#login_form {
  position:relative;
}

#login_form.working:after {
  content: 'Processing...';
  position:absolute;
  /* font-size: 1rem; */
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction:column;
  justify-content:center;
}

.input-field-container {
    display: flex;
}

#login_form.working .input-field-container {
  opacity: 0.25
}

.input-field {
  width: 50%;
  margin: 0 0.5rem 0 0;
  position:relative;
  box-sizing: border-box;
}


input[type=password],
input[type=email],
.input-field-container input[type=submit]{
    background-color: #fff;
    border: none;
    border: 1px solid #9e9e9e;
    border-radius: 2em;
    outline: none;
    height: 3em;
    width: 100%;
    font-size: 1.25rem;
    margin: 0;
    padding: 0 1rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 1s, -webkit-box-shadow 1s;
    transition: all 1s, -webkit-box-shadow 1s;
    box-sizing:border-box;
    text-align: center;
    
}

#login_form.working input[type=password],
#login_form.working input[type=email],
#login_form.working .input-field-container input[type=submit]{
  pointer-events:none;
}

.input-field-container input[type=submit]{
  background-color: rgba(164,244,90,.9);
}

input[type=password],
input[type=email] {
  font-family: sans-serif;
}


.input-field-container input[type=submit]{
  width: 8rem;
}



.input-field label {
    text-shadow: none;
    /* width: 100%; */
    /* text-align: center; */
}

.input-field>label {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.2rem;
    cursor: text;
    -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    text-align: initial;
    -webkit-transform: translateY(-1.5rem);
    transform: translateY(-1.5rem);
    width: 100%;
    text-align: center;
}




button#contact-me-top {
    /* left: 100%; */
    position: absolute;
    top: 50%;
    right: 4rem;
    transform: translate(-50%, -50%);
    margin-top: 0rem;
    /* display: none; */
    font-family: 'phosphate_prosolid';
    position: absolute;
    transform: translate(0%,-50%);
    border-radius: 0.5rem;
    outline: 0;
    border: none;
    padding: 0 1em;
    z-index: 0;
    letter-spacing: 0.1em;
    white-space: nowrap;
    display: flex;
    /* max-width: 100rem; */
    text-align: center;
    align-items: center;
    color: #000;
    background-color: #fff;
    font-size: 1rem;
    height: 3rem;
}

button#contact-me-top:enabled {
    cursor: pointer;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}


button#contact-me-top:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);

}
