footer {
	padding-bottom: 1rem;
	color: rgba(255, 255, 255, 0.7);
	text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	position: relative;
}

footer > div {
	padding: 1rem;
}

.sitemap-item {
	padding: 0;
	list-style: none;
	margin-top: 1em;
}

.sitemap-item ul {
	padding-left: 2rem;
}

.sitemap-item > li > span {
	color: rgba(255, 255, 255, 0.8);
	font-size: 1.1rem;
	display: inline-block;
}

footer a {
	color: rgba(255, 255, 255, 0.9);
	text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}

footer a:hover, footer a:active, footer a.active {
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
}

footer p {
	text-align: right;
	margin-top: 1em;
}

footer:before {
	content: "";
	background-image: url("data:image/svg+xml;utf8,<svg style=\"position: absolute; top: -2px; width: 100%25; height: 25px\" class=\"d-none d-sm-block\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 50 50\" preserveAspectRatio=\"none\"><polygon points=\"0,0 50,0 50,50\" style=\"fill:%23f8f8fa; stroke-width: 0\"></polygon></svg>");
	height: 20px;
	background-size: 100% 100%;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

	footer:before {
		display: block;
	}
}