.fullscreenMasterDiv{
    position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
    
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(255,0,0,0);   
    
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}

.fullscreenContainer {
    width: 100vw; 
    height: 56.25vw; /* 100/56.25 = 1.778 */
    /*
    background: pink;
    */
    max-height: 100vh;
    max-width: 177.78vh; /* 16/9 = 1.778 */
    margin: auto;
    position: absolute;
    top:0;bottom:0; /* vertical center */
    left:0;right:0; /* horizontal center */
    opacity: 0;
    animation: fadeIn 1s;
    animation-fill-mode: forwards;
}
/*
#pauseModal{
    position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
}
*/
#fullscreenContent{
    position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
    /*
    background: url("/assets/imgs/Narrative_BG1.jpg");
    */
    background-size: cover;
    
	color: black;
	font-size: 24px;
	text-align: center;
    clip-path: inset(0 0 0 0);
}

.devbar {
    overflow: hidden;
    background-color: rgb(180, 0, 0);
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    left: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
    height: 20px;
    z-index: 1000;
    text-align: center;
    color:yellow;
    font-family: Roboto;
}

.opacityAnimation{
    animation: fadeIn 1s;
    animation-fill-mode: forwards;
}

.scaleAnimation{
    animation: scaleUp 1s;
    animation-fill-mode: forwards;
}

@keyframes fadeIn { 
    0% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  }
  
@keyframes scaleUp { 
    0% {
      scale: 0;
    }
  
    100% {
      scale: 1;
    }
  }
  

body {
    /*
    background: url(../UI/background.jpg) no-repeat center center fixed;
    */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.buttonParent{
    border-radius: 50%;
    width:5em;
    height:5em;
    z-index:150;

    height: 80px;
    line-height: 80px;  
    width: 80px;  

    font-size: 2.25em;
    font-weight: bold;
    border-radius: 50%;
    background-color: #4CAF50;
    color: white;
    text-align: center;
    cursor: pointer;
}

.buttonBackPause{
    height: auto;
    width: auto;  
    
    border-radius: 1em;
    padding-left:1em;
    padding-right:1em;
    font-family: BubbleGum;
    bottom:3em;
}

.iconButtonInsidePause{
    font-size: 1.15em;
}

.iconImageUI{
    width: 70%;
    height: auto;
}

.absoluteTopLeft{
    top:20px;
    left:20px;
    position:absolute;
}

.absoluteTopRight{
    top:20px;
    right:20px;
    position:absolute;
}
.absoluteBotRight{
    bottom:20px;
    right:20px;
    position:absolute;
}
.absoluteBotLeft{
    bottom:20px;
    left:20px;
    position:absolute;
}

@font-face {
    font-family: BubbleGum;
    src: local("Helvetica Neue Bold"),
         local("HelveticaNeue-Bold"),
         url(BubblegumSans-Regular.ttf);
    font-weight: bold;
  }

.subtitleWrapper{
    border: solid;
    position:absolute;
    bottom:20px;
    left:40px;
    right:40px;
    border-radius: 10px;
    text-align: center;
    background:rgba(0, 0, 0, 0.75);
    /*border-color: black;*/
    border-width: 0px;
}

.subtitleContent{
    height:auto;
    width:auto;
    padding:0.1em;
    padding-left:.75em;
    padding-right: .75em;
    
    border-color: black;
    border-width: 2px;
}

.zoomImage{
    z-index: 299;
    padding-top:1em;
    pointer-events: none;
}

.subtitleFont{
    color:whitesmoke;
    font-family: BubbleGum;
    font-size: xx-large;
    
    white-space: pre-wrap;
}

#pauseButton{
    z-index: 400;
}

#pauseModal{
    /*background-color: rgba(0, 0, 0, 0.75);
    */
    background: rgba(0,0,0, 0.8);
    /*
    background: linear-gradient(0deg,rgba(0,0,0,0.9) 0%, rgba(0,0,0,.3) 100%); 
    */
    color:whitesmoke;
    font-family: BubbleGum;
    display: none;
    font-size: xxx-large;
}

.textCentered{
    text-align: center;
    vertical-align:middle;
    padding:0.5em;
    font-size:4em;
}

.characterZone{
    position: absolute;
    margin-left: 20px;
    bottom:0;
    width: 230px;
    height: 280px;
    pointer-events: none;
    z-index: 200;
}

#characterSprite{
    height: 100%;
    width: auto;
    object-fit: fill;
}

.spaceForCharacter{
    margin-left:220px;
}

.videoContainer{
    margin:0px;
    /*
    margin:140px;
    margin-top: 60px;
    */
    opacity: 0;
    z-index: 100;
    pointer-events: visible;
}

.fullSize{
    position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
}

#innerContent{
    /*
    background-color: rgb(0, 255, 42); 
    */
    z-index:150;
    pointer-events: none;
}
#interactiveContent{
    /*
    background-color: aqua; 
    */
    z-index:100;
}

.interactiveElement:hover{
    /*
    background-color: aqua; 
    */
    filter: invert(56%) sepia(59%) saturate(4219%) hue-rotate(88deg) brightness(122%) contrast(123%);
}

#interactiveZoomBg{
    z-index: 200;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.75) 100%);
}

.centeredImage{
    position:relative;
    top:0;
    transform-origin: 50% 50%;
    width: 40%;
}

#interactiveZoomImgParent{
    /*position: static;
    top:-340px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    height:75%;
}

.unselectable {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
 
    /*
      Introduced in Internet Explorer 10.
      See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
    */
    -ms-user-select: none;
    user-select: none;
 }

 .align-by-vertical-middle-css {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
  }

  @keyframes flickerAnimation {
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
  }
  @-o-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
  }
  @-moz-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
  }
  @-webkit-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
  }
  .animate-flicker {
     -webkit-animation: flickerAnimation 2s infinite;
     -moz-animation: flickerAnimation 2s infinite;
     -o-animation: flickerAnimation 2s infinite;
      animation: flickerAnimation 2s infinite;
  }
/* QUIZ CUSTOM ZONE 
#quiz{
    font-family: BubbleGum;
}
#quiz-start-screen{
    vertical-align:middle;
}


.QuizButton{
    position:absolute;
    left:8.5em;
    right:8.5em;
    display: block;
    text-align: center;
    color:whitesmoke;
    background: #21C56E;
    font-size: xx-large;
    text-decoration: none;
    border-radius: 10px;

    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.QuizBot{
    
    height: 3em;
    bottom: .6em;
}
.QuizTop{
    height: 4em;
    top:4em;
}


.centerText{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.columns50{
    height:100%;
}


#questionParent{
    position: absolute;
    width:100%;
    height: 30%;
    padding-top: 7%;
}
#answersParent{
    position: absolute;
    bottom:1em;
    width:95%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1em;
    grid-auto-rows: minmax(100px, auto);
    padding-left: 1em;
    padding-right: 1em;
    height:50%;
}

#quiz-question{
    background-color: rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    border-radius: 1em;
    margin-bottom: 1em;
    

    height: 100%;
    text-align: center;
    
    font-size: 40;
    padding-right: 2em;
    padding-left: 2em;
    margin-right: 2em;
    margin-left: 2em;
}
.quiz-question-answer{
    background-color: rgb(255, 255, 200);
    height:45%;
    vertical-align: middle;
    border-radius: 1em;
    margin-bottom: 1em;
    
    font-size: 40;
    padding-right: 2em;
    padding-left: 1em;
    
}

.quiz-question-answer:hover{
    background-color: yellow;
}
#quiz-question-counter{
    color:rgb(255, 255, 200);
    height:7%;
}
.finishScreen-container {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    text-align:center;
    background:rgba(0, 0, 0, 0.774);

}
.finishScreen-centered {
    padding:5px;
    background:rgb(37, 172, 66);
    color:white;
    padding:4em;
    border-radius:2em;
    display:inline-block;
    vertical-align:middle;
    max-width:400px;
    margin:10px;
    font-size: xx-large;
}
.finishScreen-container:before {
    content:"";
    display:inline-block;
    width:0;
    height:100%;
    vertical-align:middle;
}

.quiz-answerSubtitle{
    font-size: xxx-large;
    position: relative;
    padding-right: 0.5em;
    left:0px;
    width: 2em;
    height: 100%;
    vertical-align: middle;
}

#titleQuiz{
    font-family: BubbleGum;
    color:white;
    font-size: x-large;
}

@keyframes flickerAnimation {
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
  }
  @-o-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
  }
  @-moz-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
  }
  @-webkit-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
  }
  .animate-flicker {
     -webkit-animation: flickerAnimation 2s infinite;
     -moz-animation: flickerAnimation 2s infinite;
     -o-animation: flickerAnimation 2s infinite;
      animation: flickerAnimation 2s infinite;
  }

*/
/*
.quiz-container{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin: 0;
    vertical-align: middle;
    text-align: center;
    font-family: BubbleGum;
}

#quiz-start-screen{
    position:absolute;
    height: 6em;
    bottom:2em;
    left:14em;
    right:14em;
    vertical-align:middle;
}

#quiz-start-screen>p{
    margin:0;
    height: 100%;
    width: 100%;
    vertical-align:middle;
}

a:link#quiz-start-btn
{
    width: 100%;
    line-height: 400%;
    display: block;
    text-align: center;
    background: #008876;
    font-size: xx-large;
}

#quiz-controls{
    position:absolute;
    height: 6em;
    bottom:2em;
    left:6em;
    right:6em;
    background: #008876;
}

#quiz-counter{
    font-size: xxx-large;
}
.question-container > .question {
    font-size: fit-content(2vw);
}
.question-container > .answers{
    font-size: fit-content(2vw);
}
.question-container > ul {
    -webkit-columns: 2;
    -moz-columns: 2;
         columns: 2;
    -moz-column-fill: balance;
      column-fill: balance;
  }
.answers > li{
    height:8em;
    vertical-align: middle;
}
.answers > li>a{
    height:80%;
}
.question-container > .answers{
    position: absolute;
    vertical-align: middle;
    height: 16em;
    bottom: 0;
    left: 2em;
    right: 2em;
}

#questions{
    text-align: center;
    bottom:0px;
    right:0px;
    left:0px;
    top:0px;
}


/*
.question-container{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
.question-container > .question{
    height:50%;
}
.question-container > .question > p{
    vertical-align: middle;
}
.question-container > .answers{
    position:relative;
    vertical-align: middle;
    height:50%;
}

.question-container > ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
.question-container > ul > li {
    padding: 0 30px 0 30px;
}
.question-container > ul > li > a {
    height:80%;
    width:90%;
    text-align:center;
    
    display: inline-block;
    line-height: normal;
}*/
/* END QUIZ */