@font-face { font-family: Aldrich Regular; src: url('fonts/Aldrich/Aldrich-Regular.ttf'); }
@font-face { font-family: Impact; src: url('fonts/impact.ttf'); }

body {
    height: 100vh;
    width: 100vw;
    font-family: Verdana, sans-serif;
    shape-rendering: crispEdges;
    color:#ffffff;
    overflow:hidden;
    align-items: center;
}

h1 {
  color:#1aff87;
  font-family: Verdana, sans-serif;
  position:relative;
  text-align:left;
}

a {
  text-decoration: underline;
  text-decoration-color: #1aff87;
}

/* p {
  font-family: Verdana, sans-serif;
  color:#ffffff;
  text-align: left;
  text-indent: 6%;
  font-size: 100%;
} */

.paragraph{
    font-family: Verdana, sans-serif;
    color:#ffffff;
    text-align: left;
    text-indent: 6%;
    font-size: 100%;
}

.asciiart{
  text-indent: 0px;
  text-align: center;
  font-size: 10%;
  color: #1aff87;
  font-family: monospace;
  line-height: 100%;
}
.asciiart2{
  text-indent: 0px;
  text-align: center;
  font-size: 10%;
  color: #ff5039;
  font-family: monospace;
  line-height: 100%;
}
em {
  color: #1aff87;
}

.container {
  height:89vh;
  width:120vh;
  position: fixed;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  display:flex;
  justify-content: center;
  align-items: center;
  padding:2px;
  box-sizing: border-box;
}

.copyright{
  z-index: 4;
  height:3vh;
  width:48vh;
  position:fixed;
  bottom: 0.1vh;
  left:50%;
  transform: translate(-50%, -50%);
  display:flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.copyright p{
  text-indent: 0pt;
}

.left-container {
  z-index: 1;
  height:100%;
  width:33.333%;
  box-sizing: border-box;
}

.right-container {
  height:100%;
  width:66.667%;
  box-sizing: border-box;
  padding-top:5.5%;
  padding-left:1%;
  z-index: 1;
}

.logodivsize {
  width:120%;
  height:27%;
}

.logoblocker{
  position: absolute;
  width: 16%;
  height: 14%;
  top: 15%;
  left: 17%;
  z-index: 5;
}

.L1 {
  position:relative;
  height:60%;
  width:100%;
  box-sizing: border-box;
  padding:7%;
}

.calc-pad-up {
  height:2.116%;
  width:100%;
}

.calc-W-screen {
  height:15%;
  width:100%;
  border: 2px solid #1aff87;
  box-sizing: border-box;
  font-size:5.6vh;
  font-family: 'Aldrich Regular';
  align-items: center;
  text-align: center;
  background-color: black;
  color: #88BB88;
}

.calc-row1 {
  padding-top: 2.5%;
  height:16.7%;
  width:100%;
  display:flex;
  justify-content: space-between;
  align-items: center;
}

.calc-row2 {
  margin-top: 2%;
  height:15.2%;
  width:100%;
  display:flex;
  justify-content:flex-start;
  align-items: center;
}

.backbutt{
  z-index: 1;
}

.frontbutt{
  z-index: 2;
  width:100%;
  height:100%;
  opacity:0%;
  transition: opacity 0.15s;
  cursor: pointer;
}

.frontbutt:hover{
  opacity:100%;
}

.bigbutt {
  position:relative;
  left: 0px;
  box-sizing: border-box;
  height:100%;
  width:23%;
}

.smallbutt {
  position:relative;
  left: 0px;
  box-sizing: border-box;
  height:100%;
  width: 17.2%;
  margin-right: 0.5%;
}

.longbutt {
  position:relative;
  left: 0px;
  box-sizing: border-box;
  height:100%;
  width: 47%;
}

.buttlink {
  height:100%;
  width:100%;
  display:grid;
}

.R1 {
  position: absolute;
  z-index:3;
  width: 66.666%;
  height: 79%;
  top:14.5%;
}

.R2 {
  position: absolute;
  z-index:1;
  width: 65.666%;
  bottom:0%;
  height:4.7%;
  border:2px solid #1aff87;
  padding-left: 1%;
  background: black;
  }

.breaking {
  position: absolute;
  height: 90%;
  width: 28%;
  left:0%;
  top:0%;
  overflow: hidden;
  font-family: 'Aldrich Regular';
  font-size: 3.8vh;
  animation: rainbowtext1 0.6s infinite;
  text-align: center;
}

@keyframes rainbowtext1 {
  0% {color:white}
  50% {color:#95ff00}
  100% {color:#white}
}

@keyframes rainbowtext2 {
  0% {color:white}
  50% {color:#ff5039}
  100% {color:white}
}

.tickerbox {
  position: absolute;
  z-index:1;
  height:90%;
  width:72%;
  right:0%;
  top:0%;
  overflow: hidden;
  /* border: 0.5px solid white; */
  }

.tickertext {
  z-index: 3;
  position: absolute;
  display: inline-block;
  white-space: nowrap;
  will-change: transform;
  animation: tickerslide linear infinite 130s;
  bottom:12%;
  left:10%;
  font-size: 2.2vh;
  font-family: Verdana;
  text-align: left;
}

@keyframes tickerslide {
  0% {transform: translateX(27.5vw);}
  100% {transform: translateX(-105%);}
}

.iframe {
  height:100%;
  width:100%;
  border: none;
  overflow:hidden;
}

.varcontentbrd{
  height:100%;
  width:100%;
  border:2px solid #1aff87;
  background: linear-gradient(0deg, #1aff87 -50%, #000000 20%);
}

.WIPvarcontent {
  height:100%;
  width:100%;
  position:fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  text-align: center;
  padding: 5%;
  overflow-x:hidden;
  overflow-y: auto;
}

.makethatshitspinson{
  -webkit-animation:spin 18s linear infinite;
  -moz-animation:spin 18s linear infinite;
  animation:spin 18s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
}
