.footer{
	background-color: #ebebeb;
	width: 100%;
	text-align: center;
	height: 186px;
}

.main-footer
{
	padding: 10px;
}

@media (min-width: 430px) {
	.footer{

		height: 165px;
	}
}

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