.footer {
	padding: 30px;
	height: auto;
}
.footer a{
    color: #fcb315;
}
.footer a:hover{
	color: #fff;
	text-decoration: none;
}
.footer button.button {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 9px;
	color: #fff;
	background: #fcb315;
	border: 1px solid #fcb315;
	padding: 15px;
	width: 100%;
}
.footer button.button:hover {
	background: #fcb315;
	border: 1px solid #fff;
}

@media only screen and (max-width:720px) {
	.footer {
		padding: 25px;
		height: auto;
	}
}
@media only screen and (max-width:640px) {
	.footer {
		padding: 20px;
		height: auto;
	}
}
@media only screen and (max-width:480px) {
	.footer {
		padding: 15px 10px;
		height: auto;
	}
}