/*

       /$$           /$$  /$$$$$$  /$$                                                         /$$                              
      | $$          | $$ /$$__  $$|__/                                                        |__/                              
  /$$$$$$$  /$$$$$$ | $$| $$  \__/ /$$ /$$$$$$$   /$$$$$$         /$$$$$$$ /$$   /$$  /$$$$$$  /$$  /$$$$$$   /$$$$$$$  /$$$$$$ 
 /$$__  $$ /$$__  $$| $$| $$$$    | $$| $$__  $$ /$$__  $$       /$$_____/| $$  | $$ /$$__  $$| $$ /$$__  $$ /$$_____/ /$$__  $$
| $$  | $$| $$$$$$$$| $$| $$_/    | $$| $$  \ $$| $$  \ $$      | $$      | $$  | $$| $$  \__/| $$| $$  \ $$|  $$$$$$ | $$  \ $$
| $$  | $$| $$_____/| $$| $$      | $$| $$  | $$| $$  | $$      | $$      | $$  | $$| $$      | $$| $$  | $$ \____  $$| $$  | $$
|  $$$$$$$|  $$$$$$$| $$| $$      | $$| $$  | $$|  $$$$$$/      |  $$$$$$$|  $$$$$$/| $$      | $$|  $$$$$$/ /$$$$$$$/|  $$$$$$/
 \_______/ \_______/|__/|__/      |__/|__/  |__/ \______/        \_______/ \______/ |__/      |__/ \______/ |_______/  \______/ 
                                                                                                                                
                                                                                                                                
                                                                                                                                


 */

@font-face {
	font-family: "UbuntuMono";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: url("../fonts/UbuntuMono/UbuntuMono-R.ttf") format("truetype"),
		url("../fonts/UbuntuMono/UbuntuMono-R.woff2") format("woff2");
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	font-family: "UbuntuMono", monospace;
	/*font-size: 12px;*/
	background: #000;
	color: #00e5ff;
	text-shadow: 0px 0px 10px rgba(0, 229, 255, 0.65);
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

.container {
	width: 100%;
	max-width: 500px;
	text-align: center;
	line-height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.container a {
	color: #00e5ff;
}
.container a:hover {
	color: #fff;
}

.links {
	position: absolute;
	bottom: 0;
	padding: 10px;
	font-size: 30px;
}

.links a {
	color: #00e5ff;
	transition: opacity 0.5s;
	opacity: 0.2;
}
.links a:hover {
	opacity: 1;
}

.logo {
	position: absolute;
	bottom: 0;
	right: 0;
}
.logo img {
	width: 70px;
	opacity: 0.5;
}
@media screen and (max-width: 450px) {
	.logo img {
		width: 50px;
	}
}
@media screen and (max-width: 359px) {
	.logo {
		bottom: inherit;
		top: 0;
		right: 5px;
	}
}

.ti-cursor {
	margin-left: -9px;
}

.typed-cursor {
	opacity: 1;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
}
@keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-moz-keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.buffel-box {
	font-weight: bold;
	margin-bottom: 30px;
	width: 90%;
	margin-left: 5%;
}

.glitch,
.toGlitch {
	position: relative;
	display: block;
	font-size: 20px;
}
.glitch::before,
.glitch::after {
	/*content: "hi, I'm a developer";*/
	content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
}
.glitch::before {
	left: 3px;
	text-shadow: -2px 0 red;
	animation-name: glitch-animation-1;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-direction: reverse-alternate;
}
.glitch::after {
	left: -3px;
	text-shadow: -2px 0 blue;
	animation-name: glitch-animation-2;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-direction: reverse-alternate;
}

@keyframes glitch-animation-1 {
	0% {
		clip: rect(10px, 350px, 73px, 30px);
	}
	5% {
		clip: rect(37px, 350px, 61px, 30px);
	}
	10% {
		clip: rect(139px, 350px, 48px, 30px);
	}
	15% {
		clip: rect(86px, 350px, 25px, 30px);
	}
	20% {
		clip: rect(78px, 350px, 97px, 30px);
	}
	25% {
		clip: rect(99px, 350px, 121px, 30px);
	}
	30% {
		clip: rect(91px, 350px, 48px, 30px);
	}
	35% {
		clip: rect(57px, 350px, 6px, 30px);
	}
	40% {
		clip: rect(55px, 350px, 42px, 30px);
	}
	45% {
		clip: rect(108px, 350px, 15px, 30px);
	}
	50% {
		clip: rect(60px, 350px, 26px, 30px);
	}
	55% {
		clip: rect(30px, 350px, 49px, 30px);
	}
	60% {
		clip: rect(140px, 350px, 48px, 30px);
	}
	65% {
		clip: rect(117px, 350px, 49px, 30px);
	}
	70% {
		clip: rect(80px, 350px, 91px, 30px);
	}
	75% {
		clip: rect(62px, 350px, 31px, 30px);
	}
	80% {
		clip: rect(132px, 350px, 98px, 30px);
	}
	85% {
		clip: rect(57px, 350px, 124px, 30px);
	}
	90% {
		clip: rect(92px, 350px, 52px, 30px);
	}
	95% {
		clip: rect(42px, 350px, 57px, 30px);
	}
	100% {
		clip: rect(34px, 350px, 109px, 30px);
	}
}
@keyframes glitch-animation-2 {
	0% {
		clip: rect(51px, 350px, 83px, 30px);
	}
	5% {
		clip: rect(51px, 350px, 16px, 30px);
	}
	10% {
		clip: rect(43px, 350px, 139px, 30px);
	}
	15% {
		clip: rect(129px, 350px, 71px, 30px);
	}
	20% {
		clip: rect(67px, 350px, 53px, 30px);
	}
	25% {
		clip: rect(53px, 350px, 65px, 30px);
	}
	30% {
		clip: rect(139px, 350px, 90px, 30px);
	}
	35% {
		clip: rect(12px, 350px, 105px, 30px);
	}
	40% {
		clip: rect(144px, 350px, 56px, 30px);
	}
	45% {
		clip: rect(59px, 350px, 60px, 30px);
	}
	50% {
		clip: rect(125px, 350px, 66px, 30px);
	}
	55% {
		clip: rect(35px, 350px, 88px, 30px);
	}
	60% {
		clip: rect(23px, 350px, 136px, 30px);
	}
	65% {
		clip: rect(141px, 350px, 123px, 30px);
	}
	70% {
		clip: rect(27px, 350px, 125px, 30px);
	}
	75% {
		clip: rect(17px, 350px, 78px, 30px);
	}
	80% {
		clip: rect(3px, 350px, 29px, 30px);
	}
	85% {
		clip: rect(47px, 350px, 31px, 30px);
	}
	90% {
		clip: rect(148px, 350px, 53px, 30px);
	}
	95% {
		clip: rect(45px, 350px, 64px, 30px);
	}
	100% {
		clip: rect(32px, 350px, 115px, 30px);
	}
}
