/* Newsletter */
.newsletter-section {
	padding: 3.2rem 0;
	background-color: var(--color-blue);
}

.newsletter-section *{
	text-shadow:1px 1px 5px #00222b;
}
.newsletter-section .btn{
	box-shadow: 0 1px 1rem rgba(0,0,0,0.3);
}

.animate .newsletter-section *{
	text-shadow: none;
}
.animate .newsletter-section .btn{
	box-shadow: none;
}