footer {
	background: #306E79;
	margin-bottom: 25px;
}
	.footer-main-content {
		width: 75%;
		padding-top: 25px;
		padding-bottom: 25px;
		margin: 0 auto;
		overflow: auto;	
		/*display: flex;*/
		/*justify-content: center;*/
	}
		.footer-block {
			float: left;
			padding-top: 25px;
			min-width: 125px;
			width: 20%;
		}
			.footer-block > h3 {
				font-family: "Avenir-Medium";
				color: #3ADFCD;
				padding-bottom: 15px;
			}
			.footer-block > ul {
				font-family: "Avenir-Light";
				list-style-type: none;
				padding: 0px;
			}
				.footer-block > ul > li > a {
					color: #FFFFFF;
				}
	footer > h3 {
		font-family: "Avenir-Book";
		width: 100%;
		text-align: center;
		padding-top: 75px;
		padding-bottom: 25px;
	}
