html {
	overflow: hidden;
	left: 0px;
	top: 0px;
/*animation-name: loadIn; animation-duration: 0.4s;*/

 color: #fff;
}

background {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image: url("images/bg4.jpg");
	overflow: hidden;
}

.edgeoff {
	position: fixed;
	top: 0;
	width: 360px;
	height: 100%;
	z-index: 2;
	text-align: left;
	background-color: #302030a0;
	left: -100%;
}

.edgeclosed {
	position: fixed;
	top: 0;
	width: 360px;
	height: 100%;
	z-index: 2;
	text-align: left;
	animation-name: edgeLeft;
	animation-duration: 0.3s;
	left: 0;
	background-color: #302030a0;
	left: -100%;
}

.edge {
	position: fixed;
	top: 0;
	width: 360px;
	height: 100%;
	z-index: 2;
	text-align: left;
	background-color: #302030a0;
	animation-name: edgeRight;
	animation-duration: 0.3s;
	left: 0;
}

.edge > a {
	color: #fff;
	text-decoration: none;
	padding: 0 0 0 1vw;
	line-height: 1.5;
}

.edgeclosed > a {
	color: #fff;
	text-decoration: none;
	padding: 0 0 0 1vw;
	line-height: 1.5;
}

wallpaper1 {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: -1;
	background-image: url("images/bg2.png");
	overflow: hidden;
	background-size: cover;
}

wallpaper2 {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: -1;
	background-image: url("images/bg3.png");
	overflow: hidden;
	background-size: cover;
}

.video {
	left: -61.2vh;
	position: fixed;
	width: 300vh;
	height: 130vh;
}

body {
	font-size: 1.4vh;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
	font-family: consolas;
	text-align: center;
}

.top  > div {
	width: 100vw;
	height: 100%;
}

.topleft  > div {
	width: 100%;
	height: 100%;
}

.top {
	height: 12%;
	width: 100%;
	display: grid;
	background-color: #302030a0;
	grid-template-columns: 7.5% auto 20%;
}

.topleft {
	height: 12%;
	width: 100%;
	display: grid;
	background-color: #0000;
	grid-template-columns: auto auto;
}

.middle  > div {
	width: 100%;
	background-color: #ffffff80;
}

.middle {
	height: 83.5%;
	display: grid;
	grid-template-columns: 20% auto 20%;
}

.blank {
	background-color: #00000000 !important;
}

.bottom  > div {
	background-color: #302030a0;
	width: 100%;
}

.bottom {
	height: 0%;
	display: grid;
	grid-template-columns: 20% auto 20%;
}

@font-face {
	font-family: consolas; src: url(consola.ttf);
}

input, form {
	padding: 1%
}

@keyframes rainbow {
	0% {
		color: #ff0000;
	}

	14% {
		color: #ffa000;
	}

	28% {
		color: #ffff00;
	}

	42% {
		color: #00ff00;
	}

	56% {
		color: #00a0ff;
	}

	70% {
		color: #ff00a0;
	}

	84% {
		color: #a000ff;
	}

	100% {
		color: #ff0000;
	}
}

.rainbow {
	animation: rainbow 5s linear infinite
}

form {
	padding: 10% 2% 10% 2%
}

input {
	font-size: 1.1vh;
	border: 0.3vh solid black;
	border-radius: 0%;
}

.searchbar {
	width: 65%;
}

.right {
	white-space: nowrap;
	text-align: right;
	font-size: 100%
}

.play {
	font-size: 1.5vw;
	border-radius: 100%;
	z-index: 15;
	width: 35%;
	height: 35%;
}

.play:hover {
	border-radius: 30%;
}

.fixed {
	position: fixed;
	left: -1%;
	top: 95%;
	width: 100px;
	height: 100px;
}

.menubtn {
	display: inline-block;
	vertical-align: middle;
}

.menubtn > div {
	display: inline-block;
	vertical-align: middle;
	padding: 2vh 0% 1vh 0%
}

.menubutton:hover {
	background-color: #e0e0e0;
}

h1 {
	color: #fff;
}

massive {
	font-size: 500%
}


/*@keyframes loadIn { from{filter:blur(100px)}to{filter:blur(0px)}}*/


@keyframes edgeRight {
	from{left: -50%;
}

to {
	left: 0%
}}

@keyframes edgeLeft {
	from {
		left: 0%;
	}

	to {
		left: -50%
	}
}

crate {
	display: grid;
	grid-template-columns: auto auto auto auto auto;
}

box {
	display: block;
	width: 5vh;
	height: 5vh;
	background-color: #fff;
}

iframe {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #ffffffd0;
	border: 0px solid black
}

.activator {
	color: red;
}

.activator:hover {
	color: green;
}

.animate-character {
	text-transform: uppercase;
	background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
	background-size: auto auto;
	background-clip: border-box;
	background-size: 200% auto;
	color: #fff;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: textclip 2s linear infinite;
	display: inline-block;
	font-size: 190px;
}

@keyframes textclip {
	to {
		background-position: 200% center;
	}
}

.animate-character {
	text-transform: uppercase;
	background-image: linear-gradient(
    45deg,
    #202020 0%,
    #404040 29%,
    #404040 67%,
    #202020 100%
  );
	background-size: auto auto;
	background-clip: border-box;
	background-size: 200% auto;
	color: #fff;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: textclip 2s linear infinite;
	display: inline-block;
	font-size: 10vh;
}

@keyframes textclip {
	to {
		background-position: 200% center;
	}
}

.middle2    > div {
	width: 100%;
	background-color: #ffffff00;
}

.middle2 {
	height: 83.5%;
	display: grid;
	grid-template-columns: 20% auto 20%;
}

.bottom2    > div {
	background-color: #ffffff00;
	width: 100%;
}

.bottom2 {
	height: 0%;
	display: grid;
	grid-template-columns: 20% auto 20%;
}

a {
	color: #a0a0ff;
	text-decoration-line: none;
}

a:hover {
	color: #a0a0ff;
	text-decoration-line: underline;
}

.indent {
	text-indent: 3%;
}

#cycle-words {
  animation-timing-function: linear;
  opacity: 1;
  transition: opacity 0.1s linear;
}

.leftalign {
  text-align: left;
}

.margin {
  margin: 4vh 0;
}
