footer {
}
#footwrap {
	position: relative;
	/*width: 100%;*/
	max-width: 960px;
	margin: 10px auto;
	padding: 0 50px;
	text-align: left;
}
.address {
	margin-bottom: 1.2em;
	font-weight: 600;
	font-size: 1rem;
}
#copyright {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 45px;
	background-color: #1C65A4;
	color: #fff;
}
@media only screen and (max-width: 728px) {
	#footwrap {width: 90%; margin: auto; padding: 0;}
	#copyright {font-size: 0.8em;}
}