@charset "UTF-8";
/* CSS Document */

.sitemap h2 {
	text-align: center;
	font-size: 42px;
	letter-spacing: 0.2em;
	font-family: 'Playfair Display', serif;
	padding-bottom: 15px;
	border-bottom: 1px solid #989da3;
	margin-bottom: 60px;
}


.sitemap p{
	text-align:center;
	line-height:2.0em;
	padding-bottom:100px;
}

.sitemap ul{
	padding-bottom:100px;
}

.sitemap ul li a{
	font-size:15px;
}
.sitemap ul li{
	text-align:center;
	margin-bottom:15px;
}


@media only screen and (max-width:991px) {
}

@media only screen and (min-width: 768px) {
}

@media only screen and (max-width: 767px) {
.sitemap h2 {
	font-size: 18px;
	margin-bottom: 30px;
}
.sitemap h3 {
	font-size: 18px;
	margin-bottom: 20px;
}


}


@media only screen and (max-width:400px) {
	
}