/* Footer Style */
#footer {
	background-color: #00693c;
	border-color: gray;
	color: white;
	font-size: 12px;
}

body:not(.home) #footer{
	width: 940px;
	margin: 0 auto;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	color: white;
}

#footer ul.footer-menu {
	display: flex;
	margin: 0 0;
	padding: 0 0;
	width: 100%;
	justify-content: space-between;
}

#footer ul.footer-menu > li.menu-item {
	display: flex !important;
	list-style-type: none;
}

#footer ul.footer-menu > li.menu-item > a {
	color: white;
}

#footer ul.footer-menu > li.menu-item > a:hover {
	color: white;
}

#menu-footer-menu li:not(:first-child),
#menu-footer-menu li:not(:last-child) {
	padding-left: 8px;
	padding-right: 8px;
}

#menu-footer-menu li:not(:last-child) {
	border-right: 1px solid white;
}
