.footer {
	margin: auto;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 20px;
	font-size: 14px;
	padding: 0 10px;
}
.footer p {
	color: #212529 !important;
}
@media only screen and (max-width: 600px) {
	.footer {
		font-size: 12px;
		margin-top: 50px;
	}
}
