
#home{
	background-color:#f5f2ee;
	max-width:100%;
	width: auto;
	margin:140px auto auto auto;
	text-align:center;
}


@media only screen and (max-width: 905px) {
#home{
	margin:100px auto auto auto;
}
}
