footer{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	color: #ededed;
	padding: 50px 50px 0px 50px;
	background: #313131;
}
footer div{
	width: 300px;
	margin-bottom: 50px;
	margin-right: 20px;
}
footer .footerlogo{
	display: flex;
	align-items: center;
}
footer .line{
	border-bottom: 3px solid #d6d6d6;
	width: 20%;
	height: 20px;
	margin-bottom: 20px;
}
footer h4{
	font-size: 20px;
}
footer p{
	font-size: 14px;
}
footer a{
	color: #ededed;
	font-size: 14px;
	transition: .5s;
}
footer a:hover{
	color: #ff7d2f;
}