#page-footer {
	margin-top: 50px;
	background-color: var(--nav-bg-color);
	min-height: 200px;

	/* Prevent the footer from shrinking. */
	/* Cf. https://stackoverflow.com/questions/55541850/how-to-make-footer-stay-at-bottom-of-the-page-with-flex-box */
	flex-shrink: 0;

	/* Hack to get position small text to bottom-left of footer. */
	position: relative;
}

#page-footer #bottom-left {
	position: absolute;
	left: 0px;
	bottom: 0px;

	padding: 10px 15px;
	filter: opacity(40%);
	text-shadow: 1px 1px 0px #2a3d3a;
}
