.footer {
	position: fixed;
	bottom: 0;
	height: 50px;
	width: 100%;
	text-align: center;
	line-height: 50px;
	color: #221e1f;
	font-family: abelRegular;
	font-size: 14px;
	margin-top: 50px;
	padding-left: 146px;
}

.footer a {
	color: #221e1f;
	font-size: 14px;
	font-family: "abelRegular";
}
.footer a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 640px) {
	.footer {
        max-width: 310px;
        height: auto;
        line-height: 1.5;
		text-align: center;
		padding-bottom: 20px;
		padding-left: 0;
        margin: 0 auto;
    }
}