#footer {
	padding: 10px 20px;
	font-size: 0.625rem;
	display: flex;
	align-items: center;
}

#footer p {
	margin: 0;
}

#footerWrap {
	display: flex;
	justify-content: center;
}

#footerLeft {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}

#footerTop {
	margin-top: 10px;
	margin-bottom: 20px;
}

#footerBottom {
	margin-bottom: 10px;
}

#footerRight {
	margin-left: 50px;
}

#footerRight img {
	width: 64px;
	height: auto;
	filter: drop-shadow(0px 2px 4px #00000080);
}