
@import url(https://fonts.googleapis.com/css?family=Anonymous+Pro);
}
*, *::after, *::before {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
body {
  background: black;
}
#overlay-toggle {
  position:absolute;
  display: none;
}
.overlay {
  z-index: 1;
  background-color: black;
}
.overlay label {
  display: grid;
  place-items: center;
  width: 100vw;
  height: 100vw;
  color: rgb(255, 255, 255);
  font-size: 2rem;
}
.no-hover {
  display: block;
}
.hover {
  display: none;
}
.fullscreen {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100vh;
  min-width: 100vw;
}
.text-content a {
  font-size: 1.3rem;
  line-height: 1.7;
  color: #ff9000;
}
.bg-video {
  z-index: -1;
}
.text-content h1 {
  font-size: 1.7rem;
  font-weight: 800;
  
}
.text-content {
  background: rgba(0, 0, 0, 0);
  display: grid;
  place-content: center;
  text-align: center;
  color: rgb(255, 255, 255);
}
.text-content h1 {
  font-size: 1.7rem;
  font-weight: 800;
}
.text-content p {
  font-size: 1.7rem;
  font-weight: 500;
  margin: 2.5rem 0 2rem;
  color: rgb(255, 255, 255);
}
a {
  font-size: 50rem;
  line-height: 1.7;
  font-size: 40px;
  text-align: top;
  text-align: right;
  position: absolute;
  top: 8px;
  right: 16px;
}
t {
  font-size: 7rem;
  line-height: 1.7;
  font-size: 30px;
 position: absolute;
right: 70px;
top: 50px;
}
b {
  font-size: 7rem;
  line-height: 1.7;
  font-size: 28px;
 position: absolute;
right: 65px;
top: 290px;
}
k {
  font-size: 7rem;
  line-height: 1.7;
  font-size: 28px;
 position: absolute;
right: 65px;
top: 600px;
}


n {
  font-size: 7rem;
  line-height: 1.7;
  font-size: 26px;
  text-align: top;
  text-align: right;
}
f {
  font-size: 7rem;
  line-height: 1.7;
  font-size: 20px;
right: 65px;
top: 55px;

position: absolute;

}
m {
  font-size: 7rem;
  line-height: 1.7;
  font-size: 28px;
 position: absolute;
right: 1px;
top: 235px;
}  
v {
  font-size: 7rem;
  line-height: 1.7;
  font-size: 20px;
right: 65px;
top: 610px;

position: absolute;

}
g {
  font-size: 7rem;
  line-height: 1.7;
  font-size: 20px;
right: 65px;
top: 300px;

position: absolute;
}
#overlay-toggle:checked ~ .overlay {
  animation-fill-mode: forwards;
  animation-name: fade, hide;
  animation-delay: 0s, 600ms;
  animation-duration: 600ms, 1ms;
}
#overlay-toggle:checked ~ .overlay label {
  animation-fill-mode: forwards;
  animation-name: fade;
  animation-delay: 0s;
  animation-duration: 500ms;
}
@media(hover: hover) {
  .hover {
    display: block;
  }
  .no-hover {
    display: none;
  }
}
@keyframes fade{
  to {
    opacity: 0;
  }
}
@keyframes hide {
  to {
    visibility: hidden;
  }
}

video {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: -2;
	filter: blur(5px) brightness(75%);
	pointer-events: none;
}