#footer-menu {
	display: flex;
	list-style: none;
	flex-grow: 1;
	justify-content: space-between;
}
#footer-menu ul {
	list-style: none;
}
#footer-menu li {
	
}
#footer-menu li a {
	color: white;
	text-decoration: none;
	font-size: 1.2rem;
	font-family: RotondaC;
	line-height: 2.1666667;
}
#footer-menu li a.root-item {
	color: white;
	font-size: 1.4rem;
	line-height: 1.85714286;
	text-transform: uppercase;
}

@media (min-width: 1200px) {
	
}
@media (min-width: 992px) {
	
}
@media (min-width: 768px) {
	
}
@media (min-width: 576px) {
	
}
@media (max-width: 575px) {
	
}