footer{
	margin-top:6em;
}

.foot{
	clear:both;
	height: 12em;
	background-color:#222222;
}
.footerText{
	display: flex;
	justify-content:space-between;
	align-items: center;
	clear:both;
	width:100%;
	max-width: 900px;
	margin:auto;
	font-size:.8em;
	padding-top: 2.5em;
	height:12em;
}
.icon{
	margin: 1.2em;
	width: 5%;
	float:left;
}
.icon img{
	width:100%;
	max-width: 100px;
	height: auto;
}
.footerInfo p{
	float:left;
}
.footerInfo{
	width:18em;
	clear:both;
}
.footerCopy{
	text-align: left;
	color: white;
}
@media only screen and (max-width: 675px){
	.footerText{
		display:block;
		max-width: 300px;
		height: 18em;
	}
	.foot{
		height:18em;
	}
}