.footer {
	padding: 50px;
	height: auto;
}

.footer a{
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	line-height: 17px;
	font-weight: 500;
	width: auto;
	color: #4d4d4d;
	text-decoration: none;
}
.footer a:hover{
	color: #A02091;
	text-decoration: none;
}


@media only screen and (max-width:720px) {
	.footer {
		padding: 40px 30px;
		height: auto;
	}
}
@media only screen and (max-width:680px) {
	.footer {
		padding: 30px;
		height: auto;
	}
}
@media only screen and (max-width:600px) {
	.footer {
		padding: 30px 20px;
		height: auto;
	}
}
