.footer {
	background-color: #1E4E7B;
	font-family: "arial";
	width: 100%;
	min-width: 1090px;
	position: absolute;
	bottom: 0;
	min-height: 80px;
	clear: both;
	color: white;
}

.footer>.container {
	max-width: 1000px;
	margin: 0 auto;
}

.footer-text {
	font-size: 11px;
	padding-top: 20px;
	text-align: center;
}