@charset "utf-8";
/* CSS Document */
.flex-child-footer {
	display: flex;
	flex: 1;
	justify-content: space-around;
	min-height: 20px;
	background-color: #6FA48F;
	margin-bottom: 10px;
	padding: 5px;
}
.flex-child-footer a {
	text-decoration: none;
	color: white;
}
@media screen and (max-width:1000px) {
.flex-child-footer li {
	font-size: 0.8em;
}
@media screen and (max-width:1000px) {
.flex-child-footer a:hover {
 background: #52836F;
}
}
@media screen and (max-width:768px) {
.flex-child-footer {
	display: flex;
	flex-items: center;
	flex-direction: column;
}
}
