svg {
   width: 100%;
}

#wrapper {
    width: 40%;
    height: 30%;
}

p {
    margin: 10px;
    letter-spacing: 1.7px;
}

 nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: white;
    overflow:hidden;
    height: auto;
    border: 1px solid black;
 } 

 #full-image {
    width:100%;
    height: auto;
 }

 #oracle-self {
    color: white;
    font-size: 7em;
    position: absolute;
    bottom: 50px;
    right: 15px;
 }

 #oracle-gravity {
    color: white;
    font-size: 6em;
    position: absolute;
    bottom: 50px;
    right: 0px;
 }

 #oracle-technology {
    color: white;
    font-size: 6em;
    position: absolute;
    text-align: right;
    bottom: 50px;
    right: 0px;
 }

 #oracle-cosmos {
    color: white;
    font-size: 6em;
    position: absolute;
    bottom: 50px;
    right: 0px;
 }

.column-one {
   cursor: pointer;
}

.clickable {
   cursor: pointer;
}

#game-content {
   transition: all, 2s, linear;

}

.italic {
   font-style: italic;
}

.smallm {
   font-size: smaller;
}

.smallerm {
   font-size: x-small;
}

.smallestm {
   font-size: xx-small;
}

.bold {
   font-weight: bolder;
}

.bolder {
   font-weight: 900;
}

.large {
   font-size: 2.5em;
}

.underline {
   text-decoration: underline;
}

#popup, .popup {
   display: none;
   width: 370px;
   height:100px;
   background-color: white;
   z-index: 99;
   border: 2px solid black;
   box-shadow: 5px 5px 5px black;
}

#popup p, .popup p {
   padding-top: 10px;
   padding-left: 10px;
   text-align: left;
}

#popup button, .popup button {
   position: absolute;
   border: 4.5px solid #4d4d4d;
   stroke-width: 2px;
   border-radius:4px;
   top: 65px;
   right: 10px;
}

#popup, .popup {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.popup > input[type='password'] {
   margin: 0 20px;
   width: calc(100% - 50px);
}

.popup > input[type='submit'] {
   background-color: white;
   border: solid black 1px;
   padding: 0px 10px;
   float: right;
}

/*TEXT FORMATTING----------------------------------------*/
#crossthrough {
   text-decoration: line-through;
}
/*-------------------------------------------------------*/


/*JANE LADRE'S ADDED STYLES------------------------------*/
#firstQuote, .firstQuote {
	margin: 0px!important;
	line-height: 1.3!important;
	margin-bottom: 0px!important;
	margin-top: 10px!important;
	margin-left: 10px!important;
	margin-right: 10px!important;
}
#stdQuote, .stdQuote {
	margin: 0px!important;
	line-height: 1.3!important;
	margin-bottom: 0px!important;
	margin-top: 0px!important;
	margin-left: 10px!important;
	margin-right: 10px!important;
}
#stdAttrib, .stdAttrib {
	margin: 0px!important;
	line-height: 1.3!important;
	margin-bottom: 10px!important;
	margin-top: 0px!important;
	text-align: right!important;
	margin-right: 10px!important;
}
#stdCharTag, .stdCharTag {
	margin: 0px!important;
	text-align: center!important;
	line-height: 1.3!important;
	margin-bottom: 0px!important;
	margin-top: 0px!important;
	margin-left: 10px!important;
	margin-right: 10px!important;
}
#myBigBold, .myBigBold {
	margin: 0px!important;
	font-size: 2em;
	font-weight: bolder;
	line-height: 1.2!important;
	margin-bottom: 10px!important;
	margin-top: 0px!important;
}
#mySmallText, .mySmallText {
	margin: 0px!important;
	font-size: x-small;
	line-height: 1.2!important;
	margin-bottom: 10px!important;
	margin-top: 0px!important;
}

.column-two-img {
  border-left: none !important;
}
.column-two-img {
  border-left: none !important;
}
.column-two-knockout {
text-align: right !important;
line-height: 1.2 !important;
font-size: .9em !important;
margin-left: 85px !important;
letter-spacing: 1.3px !important;
}
#hoodedFigures, .hoodedFigures {
position: relative!important;
right: 10px!important;
	margin: 0px!important;
	line-height: 1.3!important;
	width: 50px;
}
#blockyPara, .blockyPara {
margin-left: 40%!important;
margin-top: 10px!important;
margin-right: 10px!important;
}
a:hover {
text-decoration: underline;
}
/*-------------------------------------------------------*/


/*ROLLOVER DING AN SICH PG150-----------------------------*/
#ding span.en, #ding:hover span.mi {
   display: inline;
}
#ding:hover span.en, #ding span.mi {
   display: none;
}

/*---------------------------------------------------*/

.column-two {
  overflow-y: scroll;
  box-sizing: border-box;
  overflow-y: auto;
  right: 0%;
  box-sizing: border-box;
  border-left: 2px solid #000000;
  mix-blend-mode: difference;
}

.column-two p {
   mix-blend-mode: difference;
   color: white;
   text-align: left;
}

.column-two table, ul {
   mix-blend-mode: difference;
   color: white;
}

.hoodedFigures, .myBigBold, .mySmallText {
   mix-blend-mode: difference;
   color: white;
}

a {
   text-decoration: none;
   mix-blend-mode: none;
}

.transparent-img {
   position: absolute;
   right: 0%;
}

.inactive {
  display: none;
}

#page-num-input {
   background-color: transparent;
   border: none;
   width: 100%;
   height: 100%;
   text-align: center;
   font-weight: bold;
}

.column-one {
   width: 48%;
}

.column-two {
    width: 52% !important;
    height: -webkit-calc(100% - 25px);
    height: -moz-calc(100% - 25px);
    height: calc(100% - 25px);
    overflow-x: hidden;
    overflow-y: auto;
}

.double-column {
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.column-one, .column-two {
  display: flex;
  flex-direction: column;
}

/*--------------ALIEN ANIMATIC------------*/
#animatic-window {
    border: 2px black solid;
    background-color: #cccccc;
    width: 52.5vw;
    height: 41.25vw;
    position: absolute;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    transition: transform .3s;
    z-index: 5;
}

.animatic-window-open {
    transform: scale(1);
}

.animatic-window-close {
    transform: scale(0);
}

#animatic-nav {
    height: 5%;
    margin: 0 auto;
    text-align: right;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: 0;
    z-index: 999;
    width: calc(100% - 12px);
    border-right: 2px solid black;
    transform: translate(5px,-5px);
    background: black;
}

#animatic-nav > button, #animatic-nav > li{
    height: 100%;
    width: 10px;
    border: 2px solid black;
    border-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#animatic-nav button:first-of-type {
    border-left: 2px solid black;
}

#animatic-nav button:last-of-type {
    border-right: 0;
}

#homeButton, #forward-button, #backButton, #return-button{
   flex: 1 1 auto;
}

#autoButton {
   flex: 2 1 auto;
}

#animatic-nav > li:nth-of-type(1), #animatic-nav > li:nth-of-type(3){
   flex: 1 1 auto;
}

#animatic-nav > li:nth-of-type(2){
   flex: 5 1 auto;
}

#alien-animatic {
   width: 100%;
   height: 100%;
   position: relative;
   background: black;
}

#alien-animatic img {
   width: 100%;
   height: auto;
}

#alien-animatic-slideshow, #alien-animatic-slideshow2 {
   position: absolute;
   top: 0;
   z-index: 2;
   pointer-events: none;
}

.img-in {
    animation: fade-in 1s forwards;
}

.img-out {
    animation: fade-out 1s forwards;
}

.hide-btn {
   animation: fade-out 1s forwards;
   pointer-events: none;
}

.show-btn {
   animation: fade-in 1s forwards;
}

#printBox {
   position: absolute;
   display: block;
   width: 15px;
   height: 93px;
}

.printBoxBorder {
   border: 2px solid;
   border-image-slice: 1;
   animation: linear-wipe-down 0.3s forwards;
}

.printBoxBlank {
   border: 2px solid;
   border-image-slice: 1;
   animation: linear-wipe-down-white 0.3s forwards;
}

#svg-kill-self-main {
   stroke-dasharray: 10;
   stroke-dashoffset: 10;
}

#svg-kill-self-line-1, #svg-kill-self-line-2 {
   stroke-dasharray: 2.2;
   stroke-dashoffset: 2.2;
}

.svg-kill-self-main-animate {
   animation: dash 1s linear forwards;
}

.svg-kill-self-line-animate {
   animation: dash 0.3s linear forwards;
}

#interlace-btn-container {
   margin: 0 auto;
   display: inline-block;
   position: absolute;
   right: 25%;
   transform: translateX(50%);
   bottom: 10%;
}

.interlace-btn {
   width: 100px;
   height: 25px;
   margin: 0px 10px;
   background: white;
   border: solid black 1px;
   box-shadow: 2px 2px 0px black;
   transition: background 0.2s;
}

.interlace-btn:hover {
   transition: background 0.2s;
   background: #DDDDDD;
}

.strike {
   width: 100%;
   height: 10px;
   border-bottom: solid black 1px;
   position: relative;
   transform: translateY(25px);
}

@keyframes dash {
   to {
      stroke-dashoffset: 0;
   }
}

@keyframes linear-wipe-down{
   0% {
      border-image-source: linear-gradient(to bottom, white, white 0%, black 5%, black);
   }
   5% {
      border-image-source: linear-gradient(to bottom, white, white 5%, black 10%, black);
   }
   10% {
      border-image-source: linear-gradient(to bottom, white, white 10%, black 15%, black);
   }
   15% {
      border-image-source: linear-gradient(to bottom, white, white 15%, black 20%, black);
   }
   20% {
      border-image-source: linear-gradient(to bottom, white, white 20%, black 25%, black);
   }
   25% {
      border-image-source: linear-gradient(to bottom, white, white 25%, black 30%, black);
   }
   30% {
      border-image-source: linear-gradient(to bottom, white, white 30%, black 35%, black);
   }
   35% {
      border-image-source: linear-gradient(to bottom, white, white 35%, black 40%, black);
   }
   40% {
      border-image-source: linear-gradient(to bottom, white, white 40%, black 45%, black);
   }
   45% {
      border-image-source: linear-gradient(to bottom, white, white 45%, black 50%, black);
   }
   50% {
      border-image-source: linear-gradient(to bottom, white, white 50%, black 55%, black);
   }
   55% {
      border-image-source: linear-gradient(to bottom, white, white 55%, black 60%, black);
   }
   60% {
      border-image-source: linear-gradient(to bottom, white, white 60%, black 65%, black);
   }
   65% {
      border-image-source: linear-gradient(to bottom, white, white 65%, black 70%, black);
   }
   70% {
      border-image-source: linear-gradient(to bottom, white, white 70%, black 75%, black);
   }
   75% {
      border-image-source: linear-gradient(to bottom, white, white 75%, black 80%, black);
   }
   80% {
      border-image-source: linear-gradient(to bottom, white, white 80%, black 85%, black);
   }
   85% {
      border-image-source: linear-gradient(to bottom, white, white 85%, black 90%, black);
   }
   90% {
      border-image-source: linear-gradient(to bottom, white, white 90%, black 95%, black);
   }
   95% {
      border-image-source: linear-gradient(to bottom, white, white 95%, black 100%, black);
   }
   100% {
      border-image-source: linear-gradient(to bottom, white, white 100%, black 105%, black);
   }
}

@keyframes linear-wipe-down-white{
   0% {
      border-image-source: linear-gradient(to bottom, black, black 0%, white 5%, white);
   }
   5% {
      border-image-source: linear-gradient(to bottom, black, black 5%, white 10%, white);
   }
   10% {
      border-image-source: linear-gradient(to bottom, black, black 10%, white 15%, white);
   }
   15% {
      border-image-source: linear-gradient(to bottom, black, black 15%, white 20%, white);
   }
   20% {
      border-image-source: linear-gradient(to bottom, black, black 20%, white 25%, white);
   }
   25% {
      border-image-source: linear-gradient(to bottom, black, black 25%, white 30%, white);
   }
   30% {
      border-image-source: linear-gradient(to bottom, black, black 30%, white 35%, white);
   }
   35% {
      border-image-source: linear-gradient(to bottom, black, black 35%, white 40%, white);
   }
   40% {
      border-image-source: linear-gradient(to bottom, black, black 40%, white 45%, white);
   }
   45% {
      border-image-source: linear-gradient(to bottom, black, black 45%, white 50%, white);
   }
   50% {
      border-image-source: linear-gradient(to bottom, black, black 50%, white 55%, white);
   }
   55% {
      border-image-source: linear-gradient(to bottom, black, black 55%, white 60%, white);
   }
   60% {
      border-image-source: linear-gradient(to bottom, black, black 60%, white 65%, white);
   }
   65% {
      border-image-source: linear-gradient(to bottom, black, black 65%, white 70%, white);
   }
   70% {
      border-image-source: linear-gradient(to bottom, black, black 70%, white 75%, white);
   }
   75% {
      border-image-source: linear-gradient(to bottom, black, black 75%, white 80%, white);
   }
   80% {
      border-image-source: linear-gradient(to bottom, black, black 80%, white 85%, white);
   }
   85% {
      border-image-source: linear-gradient(to bottom, black, black 85%, white 90%, white);
   }
   90% {
      border-image-source: linear-gradient(to bottom, black, black 90%, white 95%, white);
   }
   95% {
      border-image-source: linear-gradient(to bottom, black, black 95%, white 100%, white);
   }
   100% {
      border-image-source: linear-gradient(to bottom, black, black 100%, white 105%, white);
   }
}

@keyframes fade-in{
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fade-out{
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}