@import url("https://fonts.googleapis.com/css?family=Montserrat:100");
@import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap');
body {
    background-color: #201C2A;
	background-image: url("../img/background.png"); 
    color: #ffff;
    font-size: 18px;
    height: auto;
    padding-bottom: 20px;
	overflow-x: hidden;
	
}



h1 {
font-family: 'Share Tech Mono', monospace;
  font-weight: normal;
  padding-top: 20px;
  text-align: center;
	font-size: 75px;
	padding: 0;
	margin: 0;
}
.error {
	text-align: center;
	font-size: 35px;
	margin-top:100px;
}
.warning {
	text-align: center;
	font-size: 55px;
	margin: 0px;
	padding: 0px;

}

.warning-2 {
	text-align: center;
	font-size: 15px;
	padding: 0px;
}
h3 {
  font-family: 'Share Tech Mono', monospace;
  font-weight: normal;
  letter-spacing: 5px;
  text-align: center;
  font-size: 20px;
	padding: 0;
	margin: 0;

}
h2 {
  font-family: 'Share Tech Mono', monospace;
  font-weight: normal;
  letter-spacing: 5px;
  font-size: 20px;
}
p {
    background-color: #201C2A;
    overflow: hidden;
    padding: 5px 0;
    text-align: center;
}

section { 
	border-top: 10px solid rgba(255,255,255,0.38);
	border-bottom: 10px solid rgba(255,255,255,0.38);
    overflow: hidden;
    padding: 25px 0;
	line-height: 25px;
	text-align: justify;
}


body, span {
	font-family:'Share Tech Mono', monospace;
}

.sub {
  color: #64dcdc;
  font-size: 20px;
  letter-spacing: 1em;
  line-height:35px;
}


.glitch {
  position: relative;
  color: white;
  letter-spacing: 0.5em;
  /* Animation provies a slight random skew. Check bottom of doc
  for more information on how to random skew. */
  animation: glitch-skew 1s infinite linear alternate-reverse;
}
.glitch::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: 2px;
  text-shadow: -2px 0 #ff00c1;
  /* Creates an initial clip for our glitch. This works in
  a typical top,right,bottom,left fashion and creates a mask
  to only show a certain part of the glitch at a time. */
  clip: rect(44px, 450px, 56px, 0);
  /* Runs our glitch-anim defined below to run in a 5s loop, infinitely,
  with an alternating animation to keep things fresh. */
  animation: glitch-anim 5s infinite linear alternate-reverse;
}
.glitch::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: -2px;
  text-shadow: -2px 0 #00fff9, 2px 2px #ff00c1;
  animation: glitch-anim2 1s infinite linear alternate-reverse;
}

/* Creates an animation with 20 steaps. For each step, it calculates 
a percentage for the specific step. It then generates a random clip
box to be used for the random glitch effect. Also adds a very subtle
skew to change the 'thickness' of the glitch.*/
@keyframes glitch-anim {
  0% {
    clip: rect(98px, 9999px, 24px, 0);
    transform: skew(0.31deg);
  }
  5% {
    clip: rect(52px, 9999px, 1px, 0);
    transform: skew(0.13deg);
  }
  10% {
    clip: rect(70px, 9999px, 100px, 0);
    transform: skew(0.8deg);
  }
  15% {
    clip: rect(16px, 9999px, 33px, 0);
    transform: skew(0.22deg);
  }
  20% {
    clip: rect(14px, 9999px, 66px, 0);
    transform: skew(0.5deg);
  }
  25% {
    clip: rect(45px, 9999px, 38px, 0);
    transform: skew(0.57deg);
  }
  30% {
    clip: rect(60px, 9999px, 54px, 0);
    transform: skew(0.85deg);
  }
  35% {
    clip: rect(24px, 9999px, 20px, 0);
    transform: skew(0.29deg);
  }
  40% {
    clip: rect(55px, 9999px, 87px, 0);
    transform: skew(0.34deg);
  }
  45% {
    clip: rect(46px, 9999px, 18px, 0);
    transform: skew(0.09deg);
  }
  50% {
    clip: rect(30px, 9999px, 75px, 0);
    transform: skew(0.5deg);
  }
  55% {
    clip: rect(30px, 9999px, 94px, 0);
    transform: skew(0.31deg);
  }
  60% {
    clip: rect(85px, 9999px, 36px, 0);
    transform: skew(0.59deg);
  }
  65% {
    clip: rect(5px, 9999px, 29px, 0);
    transform: skew(0.67deg);
  }
  70% {
    clip: rect(57px, 9999px, 3px, 0);
    transform: skew(0.98deg);
  }
  75% {
    clip: rect(99px, 9999px, 76px, 0);
    transform: skew(0.2deg);
  }
  80% {
    clip: rect(71px, 9999px, 46px, 0);
    transform: skew(0.37deg);
  }
  85% {
    clip: rect(48px, 9999px, 35px, 0);
    transform: skew(0.67deg);
  }
  90% {
    clip: rect(75px, 9999px, 85px, 0);
    transform: skew(0.47deg);
  }
  95% {
    clip: rect(70px, 9999px, 26px, 0);
    transform: skew(0.9deg);
  }
  100% {
    clip: rect(37px, 9999px, 66px, 0);
    transform: skew(0.78deg);
  }
}
@keyframes glitch-anim2 {
  0% {
    clip: rect(78px, 9999px, 34px, 0);
    transform: skew(0.47deg);
  }
  5% {
    clip: rect(50px, 9999px, 90px, 0);
    transform: skew(0.42deg);
  }
  10% {
    clip: rect(89px, 9999px, 39px, 0);
    transform: skew(0.87deg);
  }
  15% {
    clip: rect(53px, 9999px, 51px, 0);
    transform: skew(0.92deg);
  }
  20% {
    clip: rect(81px, 9999px, 74px, 0);
    transform: skew(1deg);
  }
  25% {
    clip: rect(13px, 9999px, 19px, 0);
    transform: skew(0.04deg);
  }
  30% {
    clip: rect(69px, 9999px, 74px, 0);
    transform: skew(0.72deg);
  }
  35% {
    clip: rect(30px, 9999px, 93px, 0);
    transform: skew(0.48deg);
  }
  40% {
    clip: rect(1px, 9999px, 38px, 0);
    transform: skew(0.42deg);
  }
  45% {
    clip: rect(44px, 9999px, 8px, 0);
    transform: skew(0.62deg);
  }
  50% {
    clip: rect(72px, 9999px, 100px, 0);
    transform: skew(0.03deg);
  }
  55% {
    clip: rect(81px, 9999px, 52px, 0);
    transform: skew(0.54deg);
  }
  60% {
    clip: rect(19px, 9999px, 42px, 0);
    transform: skew(0.99deg);
  }
  65% {
    clip: rect(73px, 9999px, 98px, 0);
    transform: skew(0.07deg);
  }
  70% {
    clip: rect(1px, 9999px, 60px, 0);
    transform: skew(0.43deg);
  }
  75% {
    clip: rect(76px, 9999px, 30px, 0);
    transform: skew(0.56deg);
  }
  80% {
    clip: rect(52px, 9999px, 89px, 0);
    transform: skew(0.09deg);
  }
  85% {
    clip: rect(88px, 9999px, 81px, 0);
    transform: skew(0.85deg);
  }
  90% {
    clip: rect(25px, 9999px, 47px, 0);
    transform: skew(0.4deg);
  }
  95% {
    clip: rect(14px, 9999px, 22px, 0);
    transform: skew(0.18deg);
  }
  100% {
    clip: rect(63px, 9999px, 16px, 0);
    transform: skew(0.68deg);
  }
}
@keyframes glitch-skew {
  0% {
    transform: skew(2deg);
  }
  10% {
    transform: skew(0deg);
  }
  20% {
    transform: skew(1deg);
  }
  30% {
    transform: skew(2deg);
  }
  40% {
    transform: skew(-2deg);
  }
  50% {
    transform: skew(-3deg);
  }
  60% {
    transform: skew(-2deg);
  }
  70% {
    transform: skew(-4deg);
  }
  80% {
    transform: skew(-4deg);
  }
  90% {
    transform: skew(1deg);
  }
  100% {
    transform: skew(-2deg);
  }
}

/*-- END TITLE --*/


button {
  margin: 5px;
}
.custom-btn {
  color: #fff;
  width: 130px;
  height: 40px;
  padding: 10px 25px;
  font-family: 'Share Tech Mono', monospace;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}
.btn-14 {
  position: relative;
  color: #64dcdc;
  border: none;
  z-index: 2;
}
.btn-14:before,
.btn-14:after {
  position: absolute;
  content: "";
  width: 20%;
  height: 20%;
  border: 1px solid;
  z-index: -1;
  transition: all 0.3s ease;
}
.btn-14:before{
   top: 0;
   left: 0;
   border-bottom-color: transparent;
   border-right-color: transparent;
   border-top-color: #64dcdc;
   border-left-color: #64dcdc;
}
.btn-14:after{
   bottom: 0;
   right: 0;
   border-top-color: transparent;
   border-left-color: transparent;
   border-bottom-color: #64dcdc;
   border-right-color: #64dcdc;
}
.btn-14:hover:before,
.btn-14:hover:after {
  border-color: #64dcdc;
  height: 100%;
  width: 100%;
  box-shadow: 0 0 5px #64dcdc, 0 0 5px #64dcdc inset;
}

.btn-5 {
  font-size:35px;
  height: 100px;;
  padding: 0;
  border: none;

}
.btn-5:hover{
  background: transparent;
  color: #21ebff;
}
.btn-5:before,
.btn-5:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  background: #21ebff;
  width:0;
    box-shadow:  0 0 5px #21ebff,  0 0 5px #21ebff inset;
  transition:400ms ease all;
}
.btn-5:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.btn-5:hover:before,
.btn-5:hover:after{
  width:100%;
  transition:800ms ease all;
}

.btn-5 a:link {
	color: #fff;
	text-decoration: none;}

.btn-5 a:hover {
	color: #21ebff;
}
/*-- END BUTTONS --*/

a:link {
  color: #21ebff;
}

/* visited link */
a:visited {
  color: #21ebff;
}

/* mouse over link */
a:hover {
  color: #ff00c1;
}

/* selected link */
a:active {
  color: #21ebff;
}
