footer {
	width: 100%;
	margin: auto;
	height: 80px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	line-height: 1.5;
	padding: 10px 0 10px 0;
	margin-bottom: 60px;
	background-color: #043470;
	margin-top: 20px;
	background-size: auto 100%;
	z-index: 500;
	background-position-x: 33%;
}

footer {
	position: relative;
	color: #fff;
	padding: 0.8rem 0;
	display: flex;
	justify-content: space-between;
}

footer a {
	color: #fff;
	margin-left: 15px;
}


.footerBox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0 50px;
}

@media screen and (max-width:960px) {
	footer {
		padding: 10px;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		height: auto;
		background-color: #043470;
		font-size: 14px;
		font-weight: 600;
	}

	.footerBox {
		flex-wrap: wrap;
		padding: 0;
	}

	footer a {
		font-size: 14px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.footerBox div {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}