footer {
	background-color: #131313;
	color: #fff;
	font-size: 0.875em;
	position: relative;
	z-index: 1030;
}

footer a {
	color: #fff;
}

footer .footer-menu {
	padding: 0;
	margin:  0;
}

footer .footer-menu li {
	display: inline-block;
	margin-left: 30px;
	margin-right: 30px;
}

footer .footer-menu li a {
	font-size: 1.125em;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

footer .footer-menu li a:hover, footer .footer-menu li a:focus, footer li a.active {
	color: #8c5d2f;
}

footer .white-line {
	width: 60%;
	height: 1px;
	background-color: #fff;
	margin: auto;
}

footer .divider {
	width: 0.5px;
	height: 60px;
	color: #8c5d2f;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 26px;
}

footer #copyright {
	color: #fff;
	text-transform: uppercase;
	font-size: 0.75em;
}

.pnh-line {
	width: 100%;
	height: 2px;
	background-color: #271f18;
}
