footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10000;
}

footer ul {
	background-color: #00A7F7;
	text-align: center;
	display: flex;
    justify-content: space-evenly;
    margin-bottom: 0;
}

footer li {
	display: inline-block;
	padding: 10px;
}

footer img {
	width: 20px;
}

footer div {
	color: white;
	font-size: 12px;
}