body {background-color: #1c1e27;}
#tsparticles {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.hero-body {
	position: relative;
}

.footer {background-color: #1c1e27}
.main-footer{ background-color: #1c1e27;}
.main-footer .footer-copyright {
	text-align: center;
    display: -ms-flexbox;
    align-items: center;
    color: #a2a5b9;
    padding: 2rem 0 2rem 0;
}

@media (max-width: 767px) {
	.main-footer .footer-copyright .footer-subscribe #mc_embed_signup {
		display: none;
	}
	.main-footer .footer-copyright {
		text-align: center;
	}
}
.card {
	background-color: #20232a;
	border-radius: 1.5rem;
}

.card-equal-height {
	display: flex;
	flex-direction: column;
	height: 100%;
 }
 .card-equal-height .card-footers {
   margin-top: auto;
 }

.card-footers  {
	border: #1c1e27;
	display: flex;
	justify-content: center;
	padding: 20px;
}
.card-footers-item {
	border: #1c1e27;
	margin: 5px;
}
.card-footers-item:not(:last-child) {
	border: #1c1e27;
	margin: 5px;
}