
#footer {
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	height: 88px;
	background-color: #444036;
}

#footer ul {
	clear: both;
	justify-content: center;
	display: flex;
}

#footer li {
	list-style-type: none;
	float: left;
	margin-right: 20px;
	margin-left: 0;
}

#footer li a, #footer li, #footer p {
	color: #706b5e;
	letter-spacing: .2em;
	font: 12px "robotoSlab-regular","Georgia",serif;
}

#footer li a {
	text-decoration: underline;
}

#footer li a:hover {
	color: #bdb5a2;
}

#footer .block {
	overflow: hidden;
}

/*# sourceMappingURL=merged.css.map */
