.wrapper {
	margin-bottom: 30px;
}
#footer {
	background: #e1e1e1;
	z-index: 10;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 6px 0px;
	font-size: 12px;
	color: #555;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-wrap {
	flex: 1;
	text-align: center;
}
.footer-row {
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-col {
	width: 100%;
}
.footer-link {
	color: #444;
	text-decoration: none;
}
.footer-link:hover {
	text-decoration: underline;
}
.footer-separator {
	margin: 0 10px;
}