/* This stylesheet generated by Transfonter (https://transfonter.org) on April 17, 2018 7:42 PM */

@font-face {
    font-family: 'VCR OSD Mono';
    src: url('VCROSDMono.woff2') format('woff2'),
        url('VCROSDMono.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
  overflow: hidden;
}
body {
  background: #000;
  color: white;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
}

#switch {
  display: none;
}

.switch-label {
  display: inline-block;
  cursor: pointer;
  background: #fff;
  color: #111;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
  margin-top: 10px;
  box-shadow: 0 2px #666;
}
.switch-label::after {
  content: "on";
}
.switch-label::before {
  content: " ";
  display: inline-block;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  background: #003321;
  margin-right: 10px;
  border: 1px solid #111;
}
.switch-label:active {
  box-shadow: none;
  transform: translate3d(0, 2px, 0);
}

#switch:checked + .switch-label::before {
  background: #22ff55;
}
#switch:checked + .switch-label::after {
  content: "off";
}

@keyframes flicker {
  0% {
    opacity: 0.95969;
  }
  5% {
    opacity: 0.96953;
  }
  10% {
    opacity: 0.99669;
  }
  15% {
    opacity: 0.93597;
  }
  20% {
    opacity: 0.95028;
  }
  25% {
    opacity: 0.92552;
  }
  30% {
    opacity: 0.98369;
  }
  35% {
    opacity: 0.93799;
  }
  40% {
    opacity: 0.90526;
  }
  45% {
    opacity: 0.99942;
  }
  50% {
    opacity: 0.95209;
  }
  55% {
    opacity: 0.97116;
  }
  60% {
    opacity: 0.93928;
  }
  65% {
    opacity: 0.90968;
  }
  70% {
    opacity: 0.90432;
  }
  75% {
    opacity: 0.99212;
  }
  80% {
    opacity: 0.94881;
  }
  85% {
    opacity: 0.91969;
  }
  90% {
    opacity: 0.93366;
  }
  95% {
    opacity: 0.90622;
  }
  100% {
    opacity: 0.97487;
  }
}
.container {
  background: #000;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  animation: flicker .5s infinite;
}

.container::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
  z-index: 2;
  background-size: 100% 2px, 3px 100%;
  pointer-events: none;
  overflow: hidden;
}
@keyframes turn-on {
  0% {
    transform: scale(1, 0.8) translate3d(0, 0, 0);
    -webkit-filter: brightness(30);
    filter: brightness(30);
    opacity: 1;
  }
  3.5% {
    transform: scale(1, 0.8) translate3d(0, 100%, 0);
  }
  3.6% {
    transform: scale(1, 0.8) translate3d(0, -100%, 0);
    opacity: 1;
  }
  9% {
    transform: scale(1.3, 0.6) translate3d(0, 100%, 0);
    -webkit-filter: brightness(30);
    filter: brightness(30);
    opacity: 0;
  }
  11% {
    transform: scale(1, 1) translate3d(0, 0, 0);
    -webkit-filter: contrast(0) brightness(0);
    filter: contrast(0) brightness(0);
    opacity: 0;
  }
  100% {
    transform: scale(1, 1) translate3d(0, 0, 0);
    -webkit-filter: contrast(1) brightness(1.2) saturate(1.3);
    filter: contrast(1) brightness(1.2) saturate(1.3);
    opacity: 1;
  }
}
.screen {
  animation: turn-on 5s linear;
  animation-fill-mode: forwards;
  border: none;
  overflow: hidden;
}
#entry{
  position: absolute;
  font-family: 'VCR OSD Mono';
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
#lines{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#bstrd{
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.static {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: auto;
  background-image: url("static.gif");
}

@keyframes overlay-anim {
  0% {
    visibility: hidden;
  }
  20% {
    visibility: hidden;
  }
  21% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}
.overlay {
    animation: overlay-anim 2s linear;
  animation-fill-mode: forwards;
  color: #fff;
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 30px;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  font-family: 'VCR OSD Mono';
    font-weight: normal;
    font-style: normal;
}
.r {
  color: #ff0000;
}
.g {
  color: #51eb51;
}
@keyframes entry-anim {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
#entry {
  animation: entry-anim 8s linear;
}
