.footer {
	background-color: #151B33;
	padding: 7rem 0 1rem 0 !important;
	min-width:100vw;
}

.contactEmail {
	overflow-wrap: break-word;
}

.footerCopyright {
	font-size: 12px;
	padding-top: 7rem;
	text-align: center;
}

.footer a {
	color: #93c5fd;
	text-decoration: none;
	transition: all .1s ease-in;
}

.footer a:hover {
	color: #60a5fa;
}

.footerCopyright a {
	color: #FFF;
	text-decoration: none;
}

.footerCopyright a:hover {
	color: #f3f4f6 !important;
}