.particles {
	position: relative;
    display: flex;
    align-items: center;
	background: linear-gradient(to right, var(--color-main-1), var(--color-main-3));
}
.particles div {
	position: absolute;
	width: 100%;
    color: #FFF;		
}

.text h3{
    font-size: 1.3vw;
	padding-left: 10%;
    text-align: left;
	font-style: italic;
	color: #FFF;
	/*animation: textc 2.0s ease-in-out infinite alternate;*/
}
.text h4{
    font-size: 1.3vw;
	padding-right: 10%;
    text-align: right;
	font-style: italic;
	color: #FFF;
}
.text h5{
    font-size: 2.5vw;
    text-align: center;
	color: #BB02D5;
	text-shadow: -2px -2px 5px black,
		2px 2px 10px black;
}

@keyframes neon-1 {
	from {
		text-shadow: 0 0 6px rgba(202, 228, 225, 0.92), 0 0 30px rgba(202, 228, 225, 0.34), 0 0 12px rgba(191, 226, 255, 0.52), 0 0 21px rgba(191, 226, 255, 0.92), 0 0 34px rgba(191, 226, 255, 0.78), 0 0 54px rgba(191, 226, 255, 0.92);
    }
    to {
        text-shadow: 0 0 6px rgba(202, 228, 225, 0.98), 0 0 30px rgba(202, 228, 225, 0.42), 0 0 12px rgba(191, 226, 255, 0.58), 0 0 22px rgba(191, 226, 255, 0.84), 0 0 38px rgba(191, 226, 255, 0.88), 0 0 60px #FFF;
    }
}

@keyframes textc {
	from {
    	font-size: 12rem;
    }
    to {
        font-size: 13rem;
    }
}

.particles canvas {
     width: 100%;
     height: 800px;
     background-position: center center;
     background-size: cover;
}
@media (max-width: 1000px) {
    .text h3,.text h4{
		font-size: 1.9vw;
		margin-bottom: 50px;
    }
	.text h5{
		font-size: 3.0vw;
	}
}

@media (max-width: 600px) {
    .text h3,.text h4{
		font-size: 2.9vw;
		margin-bottom: 60px;
    }
	.text h5{
		font-size: 4.0vw;
	}
}

/* @media (max-width: 600px) {
    .text h3,.text h4{
		font-size: 20px;
    }
}
@media (max-width: 480px) {
    .text h3,.text h4{
		font-size: 15px;
    }
}
@media (max-width: 330px) {
	.text h5{
		font-size: 30px;
    }
}
@media (max-width: 300px) {
    .text h3,.text h4{
		font-size: 13px;
    }
}
@media (max-width: 263px) {
    .text h3,.text h4{
		font-size: 11px;
    }
	.text h5{
		font-size: 20px;
    }
	.particles canvas{
		height: 600px;
	}
}
@media (max-width: 100px) {
    .text h3{
		display:none;
    }
} */