

/* --------------- 
HELP ME PLEASE! 
I'M TRAPPED INSIDE 
A DIGITAL WORLD!
 ____________
 | (['/\']) |
 |__mm__mm__|
/ ########## \
==============
ascii art by 
steven lee taylor
www.stevenleetaylor.com 
------------- */

/* FONT-FACE CUSTOM FONTS */
@font-face {
    font-family: space age, sans-serif;
    src: url("../fonts/space age.ttf");
}
.blink {
    animation: blink-animation 2s steps(5, start) infinite;
    -moz-animation: blink-animation 2s steps(5, start) infinite;
    -o-animation: blink-animation 2s steps(5, start) infinite;
    -webkit-animation: blink-animation 2s steps(5, start) infinite;
  }
  @keyframes blink-animation {
    to {
      visibility: hidden;
    }
  }
  @-webkit-keyframes blink-animation {
    to {
      visibility: hidden;
    }
  }
body {
    background-color: darkorchid;
    margin: 3%;
    text-align: center;
}
h1 {
    font-family:'Press Start 2P', cursive;
    font-size: 4vw;
    font-weight: bold;
    color: blue;
  }
h2 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color:cyan;
    font-size: 3vw;
    text-align: center; 
}
h3 {
    font-size: 2vw;
    color:purple;
}
h4 { 
    font-size: 14pt;

}
hr { display: block; height: 10px;
    border: 0; border-top: 3px solid hotpink;
    margin: 1em 0; padding: 0; }
li {
    display: inline-block;
    font-size: 2vw;
}
a:hover {
    background-color: white;
    color: black;
}

ul {
    list-style-type: none;
    text-align: center;
    
}
.comp li{
    font-weight: bold;
    font-size: 18pt;
}
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }
  .ascii {
      text-align: center;
  }
.text-contianer {
    margin-left: 10%;
    margin-right: 10%;
}
legend {
    border-color: purple;
    border-style: solid;
    border-width: .5vw;
}
.field_set{
    border-color: purple;
    border-style: solid;
    border-width: .5vw;
  }
  img.double:hover{
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    -webkit-transform: scale(3);
    transform: scale(3);
    line-height: 3vw;
}
ul {
    list-style-type: none;
    margin: 0;
    margin-top:15vw;
    padding: 0;
    width: 25%;
    background:rgba(255,255,255,0.5);
    position: fixed;
    height: 100%;
    overflow: auto;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
  }
  
  li a {
    display: block;
    color:indigo;
    padding: 8px 16px;
    text-decoration: none;
  }
  
  li a.active {
    background-color: #4CAF50;
    color: white;
  }
  
  li a:hover:not(.active) {
    background-color: #555;
    color: white;
  }
.kirk_gallery{
    display: inline-block;
    width: 80vw;
}
  