/* CSS Document */
.text-stroke-05 {
	-webkit-text-stroke: 0.5px;
}
@media(max-width:600px) {
	.cta-button {
		font-size:20px;
	}
}
@media(max-width:1209px) {
	.pulse-2 {
		animation:none;
	}
}
.total {
    animation: colorFade 2s ease-in-out infinite, pulse 3s infinite;;
}

@keyframes colorFade {
    0% {
        color: white;
    }
    50% {
        color: #ffd026;
    }
    100% {
        color: white;
    }
}
#getStarted {
	display:none;
}