* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
#halosong { display: none }

body {
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #001122;
	animation: fadeIn 25s;
  -webkit-animation: fadeIn 25s;
  -moz-animation: fadeIn 25s;
  -o-animation: fadeIn 25s;
  -ms-animation: fadeIn 25s;
  
}

.svg-frame {
	position: fixed;
	transform: scale(2.5);
	width: 455px;
	height: 455px;
	transform-style: preserve-3d;
	display: flex;
	justify-content: center;
	align-items: center;
	animation: change-view 20s ease-in infinite;
	animation: fadeIn 50s;
  -webkit-animation: fadeIn 50s;
  -moz-animation: fadeIn 50s;
  -o-animation: fadeIn 50s;
  -ms-animation: fadeIn 50s;
  -moz-animation: cssAnimation 0s ease-in 145s forwards;
  /* Firefox */
  -webkit-animation: cssAnimation 0s ease-in 145s forwards;
  /* Safari and Chrome */
  -o-animation: cssAnimation 0s ease-in 145s forwards;
  /* Opera */
  animation: cssAnimation 0s ease-in 145s forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
 opacity: 0.7;
}



@keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
  }
  
  @-moz-keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
  }
  
  @-webkit-keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
  }
  
  @-o-keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
  }
  
  @-ms-keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
  }
  

svg {
	position: absolute;
	transition: 2s;
	transform-origin: center;
	width: 100%;
	height: 455px;
	fill: none;
	animation: change-view 20s ease-in-out infinite alternate;
	filter: drop-shadow(0 0 12px #00aaff);
	animation: fadeOut 145s;
	-webkit-animation: fadeOut 145s;
	-moz-animation: fadeOut 145s;
	-o-animation: fadeOut 145s;
	-ms-animation: fadeOut 145s;
}

@keyframes fadeOut {
	0% { opacity: 1; }
	100% { opacity: 0; }
  }
  
  @-moz-keyframes fadeOut {
	0% { opacity: 1; }
	100% { opacity: 0; }
  }
  
  @-webkit-keyframes fadeOut {
	0% { opacity: 1; }
	100% { opacity: 0; }
  }
  
  @-o-keyframes fadeOut {
	0% { opacity: 1; }
	100% { opacity: 0; }
  }
  
  @-ms-keyframes fadeOut {
	0% { opacity: 1; }
	100% { opacity: 0; }
  }

#big-centro,
#outter1,
#solo-lines,
#center,
#outter-center,
#bottom-dots,
#center-lines,
#squares,
#top-dots {
	transform-origin: center;
	animation: rotate 999s ease-in-out infinite alternate;
}

#big-centro {
	animation-delay: -6s;
}

#outter1 {
	animation-delay: -24s;
}

#center {
	animation-delay: -24s;
}

#bottom-dots,
#top-dots {
	animation-duration: 75s;
	
}

#center-lines,
#outter-center {
	animation-duration: 75s;
	animation-delay: -48s;
}
#solo-lines {
	animation-duration: 85s;
	animation-delay: -64s;
}
#squares {
	animation-duration: 85s;
	animation-delay: -64s;
}


@keyframes rotate {
	to {
		transform: rotate(360deg);
	}
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


.wrapper {
  position: fixed;
  top: 100%;
  left: 50%;
  width: 400px;
  margin-left: -625px;
  font: 300 30px/1 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  text-align: justify;
  text-transform: uppercase;
  color: #2d72b2;
  animation: 135s credits linear infinite;
  border-left: 3.5px solid rgba(248, 248, 248, 0.39);
  border-top-left-radius: 50px 4rem;
  padding-left: 35px;
}


.movie {
  margin-bottom: 100px;
  margin-left: -25px;
  font-size: 50px;
  filter: drop-shadow(0 0 6px #00aaff);
  -moz-animation: cssAnimation 0s ease-in 135s forwards;
  /* Firefox */
  -webkit-animation: cssAnimation 0s ease-in 135s forwards;
  /* Safari and Chrome */
  -o-animation: cssAnimation 0s ease-in 135s forwards;
  /* Opera */
  animation: cssAnimation 0s ease-in 135s forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.made-by{
	margin-bottom: 5px;
	font-size: 25px;
	color: #96c1eb;
	filter: drop-shadow(0 0 6px #00aaff);
	-moz-animation: cssAnimation 0s ease-in 135s forwards;
	/* Firefox */
	-webkit-animation: cssAnimation 0s ease-in 135s forwards;
	/* Safari and Chrome */
	-o-animation: cssAnimation 0s ease-in 135s forwards;
	/* Opera */
	animation: cssAnimation 0s ease-in 135s forwards;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.job {
  margin-bottom: 5px;
  font-size: 25px;
  color: #96c1eb !important;
  filter: drop-shadow(0 0 6px #00aaff);
  -moz-animation: cssAnimation 0s ease-in 135s forwards;
  /* Firefox */
  -webkit-animation: cssAnimation 0s ease-in 135s forwards;
  /* Safari and Chrome */
  -o-animation: cssAnimation 0s ease-in 135s forwards;
  /* Opera */
  animation: cssAnimation 0s ease-in 135s forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.name {
  margin-bottom: 35px;
  font-size: 25px;
  -moz-animation: cssAnimation 0s ease-in 135s forwards;
  /* Firefox */
  -webkit-animation: cssAnimation 0s ease-in 135s forwards;
  /* Safari and Chrome */
  -o-animation: cssAnimation 0s ease-in 135s forwards;
  /* Opera */
  animation: cssAnimation 0s ease-in 135s forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
	
@keyframes credits {
  0% {
    top: 100%;
  }
  100% {
    top: -500%;
  }
}

#background-video {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	opacity: 2;
	
}

video::-webkit-media-controls {
	display: none;
  }


@keyframes cssAnimation {
    to {
        width:0;
        height:0;
        overflow:hidden;
    }
}
@-webkit-keyframes cssAnimation {
    to {
        width:0;
        height:0;
        visibility:hidden;
    }
}
.cursors {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	height: 100vh;
  }
  
  .cursors > div {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
	box-sizing: border-box;
	padding: 5px 2px;
	text-align: center;  
  }

  .halopointer {
	cursor: url("https://cdn.discordapp.com/attachments/885989425186738216/1077585328086450206/Cursor.png") 20 20, auto;
  }
  