<<<<<<< HEAD
.hero-subtitle{
	display: block;
	margin: 0 auto;
	text-shadow: 0 0 108px rgb(255 224 0);

/* Clip Background Image */

	background: url(https://i.ibb.co/RDTnNrT/animated-text-fill.png) repeat-y;
	-webkit-background-clip: text;
	background-clip: text;

/* Animate Background Image */

	-webkit-text-fill-color: transparent;
	-webkit-animation: aitf 80s linear infinite;

/* Activate hardware acceleration for smoother animations */

	-webkit-transform: translate3d(0,0,0);
	-webkit-backface-visibility: hidden;

 }

/* Animate Background Image */

@-webkit-keyframes aitf {
 0% { background-position: 0% 50%; }
 100% { background-position: 100% 50%; }
=======
.hero-subtitle{
	display: block;
	margin: 0 auto;
	text-shadow: 0 0 108px rgb(255 224 0);

/* Clip Background Image */

	background: url(https://i.ibb.co/RDTnNrT/animated-text-fill.png) repeat-y;
	-webkit-background-clip: text;
	background-clip: text;

/* Animate Background Image */

	-webkit-text-fill-color: transparent;
	-webkit-animation: aitf 80s linear infinite;

/* Activate hardware acceleration for smoother animations */

	-webkit-transform: translate3d(0,0,0);
	-webkit-backface-visibility: hidden;

 }

/* Animate Background Image */

@-webkit-keyframes aitf {
 0% { background-position: 0% 50%; }
 100% { background-position: 100% 50%; }
>>>>>>> 9477b7988e891a2407136b67f96aab34c18ab718
}