﻿.footer .section {
	padding: 8vh 0px;
}

.footer-rows {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: flex-start;
}

	

	.footer-rows ul {
		list-style: none;
		padding-left: 0px !important;
	}

		.footer-rows ul li {
			text-decoration: none;
			line-height: 1.6em;
		}

@media all and (max-width: 600px) {
	.footer .section {
		padding: 48px 0px;
	}

	.footer-rows {
		flex-flow: column wrap;
		align-items: center;
	}

	.footer-rows > * {
		padding: 0px 48px;
	}
}