.intro {
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: #e68282;
	transition: 1s;
}
.logo-header{
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #31207b;
	font-size: 4.5rem;
}
.logo-header2{
	position: absolute;
	top: 63%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.logo {
	position: relative;
	-webkit-text-stroke: 1px white;
	display: inline-block;
	bottom: -20px;
	opacity: 0;
}
.logo.active {
	bottom: 0;
	opacity: 1;
	transition: ease-in-out 0.5s;
}
.logo.fade {
	bottom: 150px;
	opacity: 0;
	transition: ease-in-out 0.5s;
}