@font-face {
  font-family: msdos;
  src: url(fonts/DOS.ttf);
}
a:link { 
  color: #00ff66;

  text-decoration: none; 
}
a:hover{
  color: #7dffb0;
}
a:active{
  color: #00c805;
}
a:visited{
  color: #39ff14;
}

body{
  font-family: msdos;
  font: 0.3em;
  background: #0a0f0a url("img/tile.jpg") center top / 420px auto repeat;
  align-content: center;
  text-align: center;
  overflow-x: hidden;
}
.body-grid{
  display: flex;
  flex-direction: column;
  align-content: center;
}
.box-outset{
  width: 43em;
  max-width:90vw;
  min-width: 50vw;
  padding: 1.0em 0.5em 0.5em;
  margin: 0.75em auto 0.1em;
  color: white;
  background-color: #0d1a0d;
  border: 8px;
  border-style: solid solid solid solid;
  border-color: #00ff66 #003d1a #003d1a #00c805;
  box-shadow: 0 0 18px rgba(0, 200, 5, 0.35);
  text-align:left;
  align-self:center;
  font-size:1.2em;
}
.box-inset{
  margin: auto;
  max-width: 43em;
  color:#b8ffc8;
  background-color: #071207;
  border-width: 8px;
  border-style: inset solid solid inset;
  border-color: #003d1a #00c805 #003d1a #003d1a;
  text-align: left;
  padding: 1em 1em 1em;
  align-self: center;
}
.inset-header{
  align-self: center;
  color: #00ff66;
}
.hero-box{
  display:block;
  flex-direction: column;
  color: #e8ffe8;
  align-content: center;
  text-align: center;
  font-size: 1.7em;
  padding-top:0em;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  margin: 0em 0em 0em;
  background: #050a05;
}
.warning-inset{
  margin: auto;
  max-width: 43em;
  color:#b8ffc8;
  background-color: #000000;
  border-width: 8px;
  border-style: inset solid solid inset;
  border-color: #003d1a #00c805 #003d1a #003d1a;
  text-align: left;
  padding: 1em 1em 1em;
  align-self: center;
}
.footer{
  font-size:0.95em;
  color: #7dffb0;
  background-color: #0d1a0d;
  text-align:center;
  align-self:center;
}
.hero-subtitle{
  color: #7dffb0;
  font-size: 0.75em;
}
.hero-sub-warn{
  color:rgb(255, 238, 0);
  font-size: 0.75em;
  background-color:black;
  padding: 0.35em 0em 0.35em;
  margin: 0.5em 3em 0em;
  box-shadow: 5px 5px #00c805;
}
.hero-title{
  font-size: 1.4em;
}
.linkbar{
display:flex;
row-gap: 1em;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
}
.mint-button{
  max-width:15em; 
  width:80vw;
  margin: 0.1em 0.1em 0.5em;
  color:#003d14;
  padding: 0.4em;
  white-space: nowrap;
  background-color: #00c805;
  border: rgba(0, 255, 100, 0.5);
  border-width: 4px;
  border-style:outset;
  text-align:center;
  align-self:center;
  box-shadow: 5px 5px #003d14, 0 0 12px rgba(0, 255, 102, 0.55);
}
.mint-button:hover{
  background-color: #39ff14;
  border: rgba(0, 255, 100, 0.7);
  border-width: 4px;
  border-style:outset;
  box-shadow: 2px 2px #003d14, 0 0 18px rgba(0, 255, 102, 0.8);
}
.mint-button:active{
  background-color: #00a004;
  border: rgba(0, 255, 100, 0.5);
  border-width: 3px;
  border-style:outset;
  box-shadow: 2px 2px #003d14;
}
.footer-button{
  font-family: msdos;
  width:20em;
  max-width: 50vw;
  margin: 0.1em 0.1em 0.5em;
  font-size: 0.9em;
  color:#003d14;
  padding: 0.4em;
  white-space: nowrap;
  background-color: #00c805;
  border: rgba(0, 255, 100, 0.5);
  border-width: 4px;
  border-style:outset;
  text-align:center;
  align-self:center;
}

.footer-button:hover{
  color:#003d14;
  background-color: #39ff14;
  border: rgba(0, 255, 100, 0.7);
  border-width: 4px;
  border-style:outset;
}

.chan-bar {
  text-align: left;
  padding: 10px;
  background: #0a160a;
  color: white;
}
.chan-box {
  width: 44.5em;
  max-width:90vw;
  min-width: 50vw;
  margin: 0.75em auto 0.1em;
  background-color: #0a160a;
  border-style: solid;
  border-width: 5px;
  border-color: #00ff66 #003d1a #003d1a #00c805;
  box-shadow: 0 0 16px rgba(0, 200, 5, 0.3);
  min-height: 180px;
  align-self: center;
}
.chan-container {
  display:flex;
  grid-template-columns: 70% 30%;
  column-gap: 0em;
  row-gap: 0.5em;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top:
}
.chan-container-item {
  font-size: 1em;
  text-align: left;
  padding-bottom: 2em;
  padding-left: 10px;
  font-size: 1em;
  color: white;
  overflow: hidden;
}
.textcrawl {
  padding: 1em;
  color: #00ff66;
  text-align:left;
  text-shadow: 0 0 8px rgba(0, 255, 102, 0.6);
}
.blinking-cursor {
  font-weight: 10;
  font-size: 0.8em;
  color: #789922;
  padding-left: 1em;
  padding-bottom: 3em;
  animation: 4s blink step-end infinite;
}
@keyframes
"blink" {
  from, to
  color: transparent;
  50% color: #789922;
}
@-webkit-keyframes
"blink" {
  from, to
  color: transparent;
  50% color: #789922;
}
blinking {
}
.a1, .a2 {
  animation: blinking 2.0s infinite;
  color: red;
}
@keyframes blinking {



  50% {
      opacity: 0;
      color: red;
  }


}
.textcrawl {
  padding: 1em;
  color: #00ff66;
}

.img-container {
  display: flex;
  flex-direction: row;
  justify-content: left;
  margin: 10px;
}
  .img-container > div {
      background-color: black;
      overflow: hidden;
      font-size: 1em;
      padding-left: 10px;
      padding-right: 10px;
  }




/* Scrolling Banner */

.scrollinglogobox {
  max-width: 45.5em;
  width: 100vw;
  min-height: 128px;
  max-height: 55vw;
  overflow: hidden;
  position: relative;
  align-self: center ;
}


.scrolling {
  position: absolute;
  height: 128px;
  animation: moveSlideshow 20s linear infinite;
}
@keyframes moveSlideshow {
  100% {
      transform: translateX(-66.6666%);
  }
}
.scrollingslower {
  position: absolute;
  height: 128px;
  animation: moveSlideshow 50s linear infinite;
}
@keyframes moveSlideshow {
  100% {
      transform: translateX(-66.6666%);
  }
}
.scroll_01 {
  height:128px;
  position: absolute;
  animation: moveSlideshow 20s linear infinite;
  height: 128px;
}

@keyframes moveSlideshow {
  100% {
      transform: translateX(-66.6666%);
  }
}
.scroll_background {
  height:128px;
  position: absolute;
  animation: moveSlideshow 100s linear infinite;
  align-content: left ;
}
.body-grid {
  width:100%;
  display: flex;
  flex-direction: column;
  margin: auto;
  align-content: center;
  min-width: 100%;
}
.affiliate-outset{
  width: 43em;
  max-width:90vw;
  min-width: 50vw;
  padding: 1.0em 0.5em 0.5em;
  margin: 0.75em auto 0.1em;
  color: white;
  background-color: #0d1a0d;
  border: 8px;
  border-style: solid solid solid solid;
  border-color: #00ff66 #003d1a #003d1a #00c805;
  text-align:center;
  align-self:center;
  font-size:1.2em;
}
