.footer{
	background-color: #ebebeb;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100vw;
	text-align: center;
	height: 180px;
}
.main-footer
{
	padding: 10px;
}
@media (min-width: 430px) {
	.footer{

		height: 155px;
	}
}
@media (min-width: 768px) {
	.footer{

		height: 130px;
	}
}
