/* Sitemap Section */
.sitemap-page ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	text-align: center;
}
.sitemap-page a {
	display: block;
	padding: 6px;
	font-size: 20px;
}
.sitemap-page a:hover {
	transform: scale(1.2);
}
.sitemap-section {
	padding: 50px 0;
}
