html,
body {
	background-color: #f6f6f6;
}
.sitemap {
	font-family: 'Avenir LT Std 45 Book';
}
.sitemap .logo {
	margin: 16px 0 0 0;
	width: 124px;
}
.sitemap .nav.nav-pills {
	margin-top: 8px;
}
.sitemap .nav-pills li.burger {
	display: block;
	position: fixed;
	right: 15px;
	top: 10px;
	z-index: 200;
}
.sitemap .sitemap-content,
.sitemap a,
.sitemap .nav.nav-pills > li > a,
.sitemap .nav.nav-pills > li.burger {
	color: #6a6a6a;
}
.sitemap a {
	text-decoration: none;
}
.sitemap .sitemap-content h1 {
	font-family: 'Avenir LT Std 35 Light';
	font-size: 24px;
	margin-bottom: 32px;
	margin-top: 32px;
}
.sitemap .sitemap-content .sitemap-header {
	font-size: 26px;
	line-height: 34px;
	padding-bottom: 4px;
	padding-top: 8px;
}
.sitemap .sitemap-content ul {
	list-style: none;
	margin-bottom: 20px;
	padding: 0 0 0 16px;
}
.sitemap .sitemap-content ul {
	font-size: 18px;
}
.sitemap .sitemap-content ul li a {
	opacity: 0.7;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.sitemap .sitemap-content ul li a:hover {
	opacity: 1;
}
/* tablets (sm) */
@media (min-width: 768px) {
	.sitemap .logo {
		margin: 130px 0 0 73px;
	}
	.sitemap h1,
	.sitemap .sitemap-header,
	.sitemap .sitemap-content ul li {
		margin-left: 73px;
	}
	.sitemap .nav.nav-pills {
		margin-top: 130px;
	}
	.sitemap .nav-pills li.burger {
		display: block;
		position: relative;
		right: auto;
		top: auto;
	}
	.sitemap .sitmap-content h1 {
		font-size: 54px;
	}
}
/* large devices (lg) */
@media (min-width: 1200px) {
	.sitemap .sitemap-content h1 {
		font-size: 54px;
		margin-bottom: 64px;
		margin-top: 64px;
	}
}
