body {
    background-color: #e0e0e0;
    /*background-image: url("https://www.transparenttextures.com/patterns/dark-mosaic.png");*/
    position: relative;
    overflow-y: scroll;
}

* {
  scroll-behavior: smooth;
}

section {
    position: relative;
    z-index: 0;
}

/*
Flashback
https://mdigi.tools/lighten-color/
*/
.fr-bg-nav {
    /* original:  --start: 209, 209, 211; */
  --start: 227, 227, 229;
  /*background-color: rgba(var(--start));*/
  background-color: #e9e9ea;
}

.fr-bg-primary {
  --bs-bg-opacity: 1;

  /* original:  --start: 209, 209, 211; */
  /* original:  --finish: 194, 194, 196; */
  --start: 227, 227, 229;
  --finish: 218, 218, 220;
   /* background-color: rgba(var(--start)); */
   /*background-image: linear-gradient(rgba(var(--start)) 25%, rgba(var(--finish))) !important;*/
   background-image: linear-gradient(#e9e9ea 25%, #e1e1e3) !important;
}

.fr-section-light {
    /* original:  --start: 179, 179, 181; */
  --start: 209, 209, 211;
  /*background-color: rgba(var(--start));*/
  background-color: #dadadc;
  background-image: url("../images/backgrounds/patterns/groovepaper.png");
}

.fr-section-dark {
    /* original:  --start: 164, 164, 167; */
  --start: 200, 200, 202;
  /*background-color: rgba(var(--start));*/
  background-color: #d3d3d5;
  z-index: 100;
  background-image: url("../images/backgrounds/patterns/groovepaper.png");
  -webkit-box-shadow: 
    0 4px 8px 0 rgba(0, 0, 0, 0.1), 
    0 -4px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 
    0 4px 8px 0 rgba(0, 0, 0, 0.1), 
    0 -4px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 
    0 4px 8px 0 rgba(0, 0, 0, 0.1), 
    0 -4px 10px 0 rgba(0, 0, 0, 0.1);
}

.fr-section-light-no-shadow {
    /* original:  --start: 179, 179, 181; */
  --start: 209, 209, 211;
  /*background-color: rgba(var(--start));*/
  background-color: #dadadc;
  background-image: url("../images/backgrounds/patterns/groovepaper.png");
}

.fr-section-dark-no-shadow {
    /* original:  --start: 164, 164, 167; */
  --start: 200, 200, 202;
  /*background-color: rgba(var(--start));*/
  background-color: #d3d3d5;
  z-index: 100;
  background-image: url("../images/backgrounds/patterns/groovepaper.png");
}

footer {
    /*
    z-index: 100;
  -webkit-box-shadow: 
    0 2px 4px 0 rgba(0, 0, 0, 0.1), 
    0 -2px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 
    0 2px 4px 0 rgba(0, 0, 0, 0.1), 
    0 -2px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 
    0 2px 4px 0 rgba(0, 0, 0, 0.1), 
    0 -2px 5px 0 rgba(0, 0, 0, 0.1);
    */
}

/* */

.fr-hero-image {
    max-width: 100%;
    height: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.fr-screenshot {
    max-width: 80%;
    height: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
}

.fr-screenshot-ioi {
    max-width: 50%;
    height: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 10px;
    cursor: pointer;
}

.fr-screenshot-connection {
    height: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 10px;
    cursor: pointer;
}

.fr-items-of-interest {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.fr-connections {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.fr-connections img{
    height: auto;
    width: 330px; // 270
}

.masthead .fr-masthead-heading {
  font-size: 3rem;
  line-height: 3rem;
  font-family: 'Roboto', sans-serif;
  padding-bottom: 40px;
}

.masthead .fr-masthead-heading-no-pad {
  font-size: 3rem;
  line-height: 3rem;
  font-family: 'Roboto', sans-serif;
}

.fr-meta-left {
    float: left;
}

a {
  color: #0058ba;
}

.fr-section-heading p {
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-family: 'Roboto', sans-serif;
}

.bold {
    font-weight: bold;
}

.glyph-symbol {
    height: 80px;
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 10px;
}

.section-text {
    /*
    padding: 5% 0;
    */
}

.case-file-container {
    max-width: 100%;
}

.ioi-list {
    line-height: 2rem;
}

.fr-footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: rgb(108, 43, 40);
}

.fr-divider-custom {
  margin: 1.25rem 0 1.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fr-divider-custom .fr-divider-custom-line {
  width: 100%;
  max-width: 7rem;
  height: 0.1rem;
  background-color: #2c3e50;
  border-radius: 1rem;
  border-color: #2c3e50;
}
.fr-divider-custom .fr-divider-custom-line:first-child {
  margin-right: 1rem;
}
.fr-divider-custom .fr-divider-custom-line:last-child {
  margin-left: 1rem;
}
.fr-divider-custom .fr-divider-custom-icon {
  color: #2c3e50;
  font-size: 1rem;
}

.fr-divider-custom-icon img{
  height: 30px;
}

.fr-divider-custom.divider-light .fr-divider-custom-line {
  background-color: #fff;
}
.fr-divider-custom.divider-light .fr-divider-custom-icon {
  color: #fff;
}

.side-navigation {
    position: fixed;
    top: 33%;
    left: 2%;
}

.fr-nav-circle-link {
    color: black;
}

.fr-nav-circle-link.active {
    color: blue;
}

.hidden-label{
    opacity: 0;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}

#mainNav .navbar-brand {
  color: black;
}

#mainNav .navbar-nav li.nav-item a.nav-link {
  color: black
}

.page-section {
  padding: 3rem 0;
}

.nav-underline-blue {
    border-bottom: 2px solid rgb(61, 133, 198);
}

.nav-underline-red {
    border-bottom: 2px solid rgb(204, 0, 0);
}

.nav-underline-flashback {
    border-bottom: 2px solid rgb(61, 121, 141);
}

.nav-underline-potential-future {
    border-bottom: 2px solid rgb(166, 166, 166);
}

.nav-underline-amber {
    border-bottom: 2px solid rgb(241, 194, 50);
}

.nav-underline-future {
    border-bottom: 2px solid rgb(127, 127, 127);
}

.nav-underline-blue-red {
    border-bottom: 2px solid rgb(204, 0, 0);
}

.spoiler-blur {
    -webkit-filter: blur(8px) grayscale(100%);
    -moz-filter: blur(8px) grayscale(100%);
    -o-filter: blur(8px) grayscale(100%);
    -ms-filter: blur(8px) grayscale(100%);
    filter: blur(8px) grayscale(100%);
    opacity: 0.5;
}

.text-start-screenshot {
  text-align: left !important;
  margin-left: 10px;
}

.connection-group {
    position: relative;
}

.connection-group-reveal {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reveal-button {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.episode-title-blue::first-letter {
    border-bottom: 2px solid rgb(61, 133, 198);
}

.meta-side {
    border-left: 1px solid rgb(61, 133, 198);
}

.modal-text{
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  border-radius: 0.5rem;
}

.fr-modal-content {
    /*
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border: 0.125rem solid rgba(0, 0, 0, 0.2);
  border-radius: 0.75rem;
  outline: 0;
  */

  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: 0.125rem solid rgba(0, 0, 0, 0.0);
  border-radius: 0.75rem;
  outline: 0;
  background-color: rgba(48, 56, 65, 1);
}

a.back-to-top {
    display: none;
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 2001;
    right: 20px;
    bottom: 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    vertical-align: middle;
    color: black;
}

.btt-blueverse {
    background-color: rgb(61, 133, 198);
}

.btt-redverse {
    background-color: rgb(204, 0, 0);
}

.btt-flashback {
    background-color: rgb(61, 121, 141);
}

.btt-potential-future {
    background-color: rgb(127, 127, 127);
}

.btt-amberverse {
    background-color: rgb(241, 194, 50);
}

.btt-future {
    background-color: rgb(127, 127, 127);
}

.btt-blue-red {
    background-color: rgb(204, 0, 0);
}

.fr-pagination {
    opacity: 0.3;
}

.fr-pagination a {
    color: black;
}

.fr-pagination a:hover {
    color: rgb(61, 133, 198);
}

 .threed_text {
    font-size: 80px;
    font-family: Arial;
    color: #929292;
    text-shadow:0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15); 
    text-align:center; 
    line-height:250px;
}

@media (min-width: 992px) {
  .masthead {
    padding-top: calc(6rem + 74px);
    padding-bottom: 6rem;
  }
  .masthead .masthead-heading {
    font-size: 4rem;
    line-height: 3.5rem;
  }
  .masthead .masthead-subheading {
    font-size: 1.5rem;
  }
}

a.side-menu-button {
    width: 30px;
    height: 60px;
    position: fixed;
    z-index: 999;
    left: 0px;
    bottom: 50%;
    -webkit-border-radius: 00px;
    -moz-border-radius: 00px;
    border-radius: 00px;
    text-align: center;
    vertical-align: middle;
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #d5d8dc;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 0.125rem solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 0.125rem solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 0.125rem solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 0.125rem solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.text-decoration-none {
  text-decoration: none !important;
}

.offcanvas-body a {
  color: black;
}

.offcanvas-body a:hover {
  color: rgb(61, 133, 198);
}

.feature-page-description {
    padding-top: 40px;
}

.faq a {
    text-decoration: none;
}

.indent {
    text-indent: 40px;
}

@font-face{
    font-family: 'OBSERVER-REG';
    src: url('./fonts/observer-regular-webfont.eot');
    src: url('./fonts/observer-regular-webfont.eot#iefix') format('embedded-opentype'),
        url('./fonts/observer-regular-webfont.woff') format('woff'),
        url('./fonts/observer-regular-webfont.ttf') format('truetype'),
        url('./fonts/observer-regular-webfont.svg#webfont') format('svg');
}

.observer-font {
    font-family: "OBSERVER-REG" !important;
}


/*
    Megamenu test
*/

.navbar .megamenu{ padding: 1rem; background-color: #F7F7F7;}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }

}   
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }
}
/* ============ mobile view .end// ============ */

/*
    Megamenu test
*/

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu {
    font-size: .8rem;
    -webkit-box-shadow: 
    0 4px 8px 0 rgba(0, 0, 0, 0.1), 
    0 -4px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 
    0 4px 8px 0 rgba(0, 0, 0, 0.1), 
    0 -4px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 
    0 4px 8px 0 rgba(0, 0, 0, 0.1), 
    0 -4px 10px 0 rgba(0, 0, 0, 0.1);
}

.episode-list {
    text-align: left;
    list-style-type: none;
}

.episode-list li {
    white-space: normal !important;
}

.ability {
    position:relative;
    top:-4px;
}

.monospace-lab-notes {
    font-family: 'Courier New', monospace;
}

.indent-all {
    padding-left: 40px;
}

.no-underline {
    text-decoration: none;
}

.card {
    border: 0px;
}

.no-bullet-list {
    list-style-type: none;
}

.no-underline a {
    text-decoration: none;
}

.menu-small {
  color: #fff;
  background-color: rgb(200, 200, 202);
  border: 0.125rem solid #000;
}

#mainNav {
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -kthtml-transition: all .3s linear;
  transition: all .3s linear;
}

.navbar-shadow {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.11);
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -kthtml-transition: all .3s linear;
  transition: all .3s linear;
}

.character-avatar {
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.nav-character {
    /* display: block; */
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.gggr {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1100;
    display: block;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background-color: rgba(0, 255, 0, 0.5);
}

#gggr
{
    position: absolute;
    z-index: 1100;
    left: 0;
    top: 0;
    background: #000;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  /*background-color: rgba(0, 0, 0, 0.03);*/
  border-bottom: 0.125rem solid rgba(0, 0, 0, 0.125);
}

.settings {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    white-space: nowrap;
}

.settings-switch {
    text-align: right;
}

.form-check-input:checked {
  background-color: rgb(61, 133, 198);
  border-color: rgb(61, 133, 198);
}

#mainNav .navbar-nav li.nav-item a.nav-link:hover {
  color: rgb(61, 133, 198);
}
#mainNav .navbar-nav li.nav-item a.nav-link:active, #mainNav .navbar-nav li.nav-item a.nav-link:focus {
  color: #888;
}
#mainNav .navbar-nav li.nav-item a.nav-link.active {
  color: rgb(61, 133, 198);
}

.locationMap {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.11);
}

.fringeshadow {
    /* works, no texture*/
    /*
    background: url("../images/backgrounds/scratchedmetal.png") no-repeat center center;
    background-size: cover;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    */
    /* https://codepen.io/jeromevanoverbeke/pen/zYRZmz */
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    text-shadow: 
      -1px -1px 1px #b5b2a9, 
      0px 1px 0 #2e2e2e, 
      0px 2px 0 #2c2c2c, 
      0px 3px 0 #2a2a2a, 
      0px 4px 0 #282828, 

      2px 7px 5px rgba(0, 0, 0, 0.5);
      /*
      2px 7px 5px rgba(0, 0, 0, 0.9);
      5px 10px 5px rgba(0, 0, 0, 0.3),
      8px 14px 8px rgba(0, 0, 0, 0.5);
      */
}

.fringeshadowtbd {
    /*looks good on desktop but not mobile*/
    background: url("../images/backgrounds/scratchedmetal2.png") repeat center center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-filter: drop-shadow(-1px -1px 1px #bfbdb5) 
            drop-shadow(0px 2px 0 #2e2e2e) 

            drop-shadow(2px 3px 0px rgba(0, 0, 0, 0.9)) 
            drop-shadow(3px 4px 1px rgba(0, 0, 0, 0.3));
}

.fringeshadownav {
    /*
    background: url("../images/backgrounds/scratchedmetal.png") no-repeat center center;
    background-size: cover;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    */
    /* https://codepen.io/jeromevanoverbeke/pen/zYRZmz */
    -webkit-text-fill-color: transparent;
    text-shadow: 
      -1px -1px 1px #b5b2a9, 
      0px 1px 0 #2e2e2e, 
      0px 2px 0 #2c2c2c, 
      /*0px 3px 0 #2a2a2a, */ 

      2px 3px 5px rgba(0, 0, 0, 0.4);
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #d5d8dc;
}

.fringe-popover {
    color: #808080;
}

.fringe-popover:hover {
    color: #000000;
}

.card-body {
    border-bottom: 2px solid #D8D8D8;
    border-left: 2px solid #D8D8D8;
    border-right: 2px solid #D8D8D8;
}

.card-body-top {
    border-top: 2px solid #D8D8D8;
}

.clickable-image {
    cursor: pointer;
}

.card-body-light {
    border-bottom: 2px solid #D8D8D8;
    border-left: 2px solid #D8D8D8;
    border-right: 2px solid #D8D8D8;
}

.card-body-dark {
    border-bottom: 2px solid #D3D3D5;
    border-left: 2px solid #D3D3D5;
    border-right: 2px solid #D3D3D5;
}

.videoclipframe{
box-shadow: 5px 5px #818181;
-webkit-box-shadow: 5px 5px 5px #818181;
-moz-box-shadow: 5px 5px 5px #818181;
}

.quote-speaker {
    text-transform: uppercase;
    font-weight: bold;
    line-height: 2rem;
}

.peter-flicker1 {
    text-shadow: 0.06rem 0 0.06rem #ff1a1a, -0.125rem 0 0.06rem #ff1a1a;
    animation: flickerPeter1 2s infinite,
                textflicker .2s infinite;
}

@keyframes flickerPeter1 {
    0% { opacity: 0.69;}
    3% { opacity: 0.4;}
    5% { opacity: 0.25; }
    8% { opacity: 0.12; }
    13% { opacity: 0.2; }
    16% { opacity: 0.4;}
    19% { opacity: 0.02; }
    21% { opacity: 0.25; }
    23% { opacity: 0.2; }
    29% { opacity: 0.25; }
    35% { opacity: 0.45; }
    41% { opacity: 0.0; }
    45% { opacity: 0.05; }
    50% { opacity: 0.0; }
    100% { opacity: 0.0; }
}

.peter-flicker2 {
    text-shadow: 0.06rem 0 0.06rem #ff1a1a, -0.125rem 0 0.06rem #ff1a1a;
    animation: flickerPeter2 1.8s infinite,
                textflicker .2s infinite;
}

@keyframes flickerPeter2 {
    0% { opacity: 0.12; }
    5% { opacity: 0.2; }
    8% { opacity: 0.4;}
    11% { opacity: 0.02; }
    13% { opacity: 0.25; }
    15% { opacity: 0.2; }
    21% { opacity: 0.25; }
    27% { opacity: 0.45; }
    33% { opacity: 0.0; }
    37% { opacity: 0.05; }
    42% { opacity: 0.0; }
    92% { opacity: 0.0; }
    93% { opacity: 0.69;}
    95% { opacity: 0.4;}
    100% { opacity: 0.25; }
}

.peter-flicker3 {
    text-shadow: 0.06rem 0 0.06rem #ff1a1a, -0.125rem 0 0.06rem #ff1a1a;
    animation: flickerPeter3 2s infinite,
                textflicker .2s infinite;
}

@keyframes flickerPeter3 {
    0% { opacity: 0.02; }
    2% { opacity: 0.25; }
    4% { opacity: 0.2; }
    10% { opacity: 0.25; }
    16% { opacity: 0.45; }
    22% { opacity: 0.0; }
    26% { opacity: 0.05; }
    31% { opacity: 0.0; }
    81% { opacity: 0.0; }
    82% { opacity: 0.69;}
    84% { opacity: 0.4;}
    89% { opacity: 0.25; }
    92% { opacity: 0.12; }
    97% { opacity: 0.2; }
    100% { opacity: 0.4;}
}

.peter-flicker4 {
    text-shadow: 0.06rem 0 0.06rem #ff1a1a, -0.125rem 0 0.06rem #ff1a1a;
    animation: flickerPeter4 2.2s infinite,
                textflicker .2s infinite;
}

@keyframes flickerPeter4 {
    0% { opacity: 0.25; }
    6% { opacity: 0.45; }
    12% { opacity: 0.0; }
    16% { opacity: 0.05; }
    21% { opacity: 0.0; }
    71% { opacity: 0.0; }
    72% { opacity: 0.69;}
    74% { opacity: 0.4;}
    79% { opacity: 0.25; }
    82% { opacity: 0.12; }
    87% { opacity: 0.2; }
    90% { opacity: 0.4;}
    93% { opacity: 0.02; }
    95% { opacity: 0.25; }
    100% { opacity: 0.2; }
}

/* https://codemyui.com/crt-screen-text-flicker-animation-in-pure-css/ */
@keyframes textflicker {
  from {
    text-shadow: 1px 0 0 #000000, -3px 0 0 #000000;
  }
  to {
    text-shadow: 1px 0.5px 2px #000000, -1px -0.5px 2px #000000;
  }
}

.peter-flicker5 {
    text-shadow: 0.06rem 0 0.06rem #ff1a1a, -0.125rem 0 0.06rem #ff1a1a;
    animation: flickerPeter3 2.5s infinite,
                textflicker .2s infinite;
}