/*==================================================
 * TERMINAL0
 * ===============================================*/
#terminal0_wrap {
    position: absolute;
    display: none;
}

#terminal0_screen {
    position: absolute;
    top: -50px;
    left:50vw;
    width: 700px;
    height: 375px;
    margin: 0 0 30px -430px;
    padding: 18px;
    border: 45px inset #9e929e;
    border-radius: 10px 10px 10px 10px;
    background-color: #242226;
    z-index: 222;
}


#terminal0_faceplate {
    position: absolute;
    top: 0;
    left:50vw;
    width: 960px;
    height: 690px;
    margin-top: -90px;
    margin-left: -505px;
    border: 20px solid #111;
    border-radius: 10px 10px 10px 10px;
    background-color: #777;
    box-shadow: 1px -1px 6px 2px #fff,
                -1px -1px 6px 2px #fff;
    z-index: 111;
}


#terminal0_screen:before {
	content: " ";
   position: absolute;
   top: -23px;
   left: -23px;
   right: -23px;
   bottom: -23px;
   border: 10px double #232323;
   border-radius: 10px 10px 10px 10px;
   z-index:222;
}

#terminal0_screen:after {
content: " ";
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
border: 10px inset #444;
z-index:222;
}

#scanlines_terminal {
position:absolute;
top:9px;
left:50vw;
margin: 0 auto 0 -376px;
width:716px;
height:388px;
z-index: 1666;
background: linear-gradient(#444 50%, #000 50%);
background-size: 100% 4px;
background-repeat: repeat-y;
opacity: .14;
box-shadow : inset 0px 0px 1px 1px rgba(0, 0, 0, .8);
animation: pulse 5s linear infinite;
}

@keyframes pulse {
  0%   {transform: scale(1.001);  opacity: .14; }
  8%   {transform: scale(1.000);  opacity: .13; }
  15%  {transform: scale(1.004);  opacity: .14; }
  30%  {transform: scale(1.002);  opacity: .11; }
  100% {transform: scale(1.000);  opacity: .14; }
}

/* FLICKER THIS WITH THE ZALGO EFFECT

#terminal0_cover_bground {
position:absolute;
background-color: #323232;
top:23px;
width:900px;
height:479px;
z-index:222;
}

#terminal0_cover_shadow{
position:absolute;
top:23px;
width:900px;
height:479px;
box-shadow:inset 0px 0px 20px 0px rgba(0,0,0,1);
z-index:444;
}
*/

/*==================================================
 * MECHANICS STYLING
 * ===============================================*/

.terminal0_window {
position:absolute;
z-index:888;
font-family: 'Josefin Slab', serif;
color:#fff;
font-size: 24px;
border: 10px ridge #355f91;
margin-bottom: 1px;
background: linear-gradient(53deg, #246655, #662466);
background-size: 400% 400%;
-webkit-animation: A_bg_window 16s ease infinite;
-moz-animation: A_bg_window 16s ease infinite;
animation: A_bg_window 16s ease infinite;
padding:10px;
-webkit-font-smoothing: antialiased;
}

.terminal0_window span::selection {
  background: #d2d174;
}

.terminal0_window span {
	/*padding-bottom: 3px;*/
}

.bg_terminal0 {

background-size:cover;
z-index:0;
background: #403A3E; /* fallback for old browsers */

background: linear-gradient(to bottom, #84d7b9, rgb(243, 117, 117));


}

.letter_terminal0 {
font-family: 'Overpass Mono', monospace;
font-size: 18px;
color:#F1EFF7;
font-weight:500;
-webkit-font-smoothing: antialiased;
  	 /*content: '' attr(data-number) '';*/

}

/* ==================================================
 * TERMINAL LETTER EFFECTS
 * ==================================================*/

 .terminal_pressed0 {
   color:#444 !important;
   background-color:#000;
}

.terminal_primed0 {
 color:#323232;
 background-color:#bbffff;
 animation: blinkingcursor0 1s infinite;
 z-index:222;
}
.terminal_pressed_error {
  color:#a83030 !important;
  background-color:#000;
}
.terminal_after_error {
color:#a83030 !important;
animation:A_terminal_error 3s ease-out 1;

}

@keyframes A_terminal_error{
  from{
    }
}





@keyframes blinkingcursor0 {
    from, to { color: #323232; background-color:#bbffff; }
    50% { color: #bbffff; background-color:#323232; }
}



 .terminal_up0 {
 color:#bbffff !important;
 animation:A_terminal0 3s ease-out 1;
 /*text-shadow:0px 0px 10px #fff,
 0px 0px 7px #fff;*/
 transform: scale(1);
 }

 @keyframes A_terminal0{
   to{transform: scale(1.1);}
 }

 .terminal_primed1 {
  color:#323232;
  background-color:#9a9aff;
  animation: blinkingcursor1 1s infinite;
 }

 @keyframes blinkingcursor1 {
     from, to { color: #323232; background-color:#9a9aff; }
     50% { color: #9a9aff; background-color:#323232; }
 }

 .terminal_up1 {
 color:#9a9aff !important;
 animation:A_terminal1 3s ease-out 1;

 }

 @keyframes A_terminal1{
   from{}

 }

 .terminal_primed2 {
  color:#323232;
  background-color:#68a1ff;
  animation: blinkingcursor2 1s infinite;
 }

 @keyframes blinkingcursor2 {
     from, to { color: #323232; background-color:#68a1ff; }
     50% { color: #68a1ff; background-color:#323232; }
 }

 .terminal_up2 {
color:#68a1ff !important;

 animation:A_terminal2 3s ease-out 1;

}

 @keyframes A_terminal2{
   from{
      }
 }

.terminal_primed3 {
 color:#323232;
 background-color:#ff45ff;
 animation: blinkingcursor3 1s infinite;
}

@keyframes blinkingcursor3 {
    from, to { color: #323232; background-color:#ff45ff; }
    50% { color: #ff45ff; background-color:#323232; }
}

 .terminal_up3 {
 color:#ff45ff !important;
font-weight:300;
 animation:A_terminal3 3s ease-out 1;

}

 @keyframes A_terminal3{
   from{
       }
 }

 .terminal_primed4 {
  color:#323232;
  background-color:#f4d442;
  animation: blinkingcursor4 1s infinite;
 }

 @keyframes blinkingcursor4 {
     from, to { color: #323232; background-color:#f4d442; }
     50% { color: #f4d442; background-color:#323232; }
 }

 .terminal_up4 {
 color:#f4d442 !important;

 animation:A_terminal4 3s ease-out 1;
font-weight: 300;

}

 @keyframes A_terminal4{
   from{
       }
 }


/*==================================================
 * TERMINAL1
 * ===============================================*/
#terminal1_wrap {
    position: absolute;
    display: none;
    top:50px;
}


#terminal1_screen {
    position: absolute;
    top: 50px;
    left:50vw;
    width: 700px;
    height: 375px;
    margin: 0 0 30px -430px;
    padding: 18px;
    border: 45px inset #9e929e;
    border-radius: 10px 10px 10px 10px;
    background-color: #242226;
    z-index: 222;
}


#terminal1_faceplate {
    position: absolute;
    top: 105px;
    left:50vw;
    width: 960px;
    height: 690px;
    margin-top: -90px;
    margin-left: -505px;
    border: 20px solid #111;
    border-radius: 10px 10px 10px 10px;
    background-color: #777;
    box-shadow: 1px -1px 6px 2px #fff,
                -1px -1px 6px 2px #fff;
    z-index: 111;
}


#scanlines_terminal1 {
position:absolute;
top:105px;
left:50vw;
margin: 0 auto 0 -376px;
width:716px;
height:388px;
z-index: 1666;
background: linear-gradient(#444 50%, #000 50%);
background-size: 100% 4px;
background-repeat: repeat-y;
opacity: .14;
box-shadow : inset 0px 0px 1px 1px rgba(0, 0, 0, .8);
animation: pulse 5s linear infinite;
}


#tap_menu_wrap {
position:absolute;
top: 110px;
left: 50vw;
margin-left: -373px;
z-index:7777;
}

.tap_menu {
position:relative;
border: 2px solid #fff;
width:200px;
height:30px;
margin:10px;
font-family: Arial, sans-serif;
font-size: 13px;
color:#f2b60e;
font-weight:normal;
text-shadow:0 0 2px#f0b30f;
}

.tap_menu_active {
background: rgba(255,255,255,.3);
}

#tap_output {
position:absolute;
top: 560px;
left: 50vw;
margin-left: -482px;  
z-index:88888;
}

#tap_feedback {
position:absolute;
height:200px;
width:200px;
top: 260px;
left: 50vw;
margin-left: 0px;  
z-index:88888;
}

#tap_go {
position:absolute;
height:100px;
width:200px;
top: 550px;
left: 50vw;
margin-left: 0px;  
background-color:#ff0000;
z-index:88888;    
}

#tap_counter {
position:absolute;
height:200px;
width:200px;
top: 280px;
left: 50vw;
margin-left: 0px;  
font-family: Arial, sans-serif;
font-size: 20px;
z-index:88888;
}

#tap_menu0 {

}

#tap_menu1 {

}

#tap_menu2 {

}

#tap_menu3 {

}

#tap_menu4 {

}

#tap_menu5 {

}


/*==================================================
 * TERMINAL2
 * ===============================================*/
#terminal2_wrap {
    position: absolute;
    display: none;
    cursor:auto;
    top:50px;
}

#tap_output2 {
position:absolute;
top: 560px;
left: 50vw;
margin-left: -482px;  
z-index:88888;
}

#tap_feedback2 {
position:absolute;
height:200px;
width:200px;
top: 260px;
left: 50vw;
margin-left: 0px;  
z-index:88888;
}

#tap_go2 {
position:absolute;
height:100px;
width:200px;
top: 550px;
left: 50vw;
margin-left: 0px;  
background-color:#ff0000;
z-index:88888;    
}

#tap_counter2 {
position:absolute;
height:200px;
width:200px;
top: 280px;
left: 50vw;
margin-left: 0px;  
font-family: Arial, sans-serif;
font-size: 20px;
z-index:88888;
}