

/* RESPONSIVE */
@media screen and (max-width: 1140px) {	
	.homeTextLeft p,
	.homeTextRight p {
		font-size:16px;
	}
	
	ul.homeServiceGrid {
		column-count: 3;
	}
}


@media screen and (max-width: 1000px) {	
	img.homeImageLeft,
	img.homeImageRight {
		width:37%;
	}
	.homeTextLeft,
	.homeTextRight {
		width:60%;
	}
}


@media screen and (max-width: 820px) {
	.soulPhotosInset img {
		max-height:200px;
	}
}


@media screen and (max-width: 800px) {	
	img.homeImageLeft,
	img.homeImageRight,
	.homeTextLeft,
	.homeTextRight {
		float:none;
		width:100%;
	}
	.homeTextLeft h2,
	.homeTextRight h2{
		text-align:left;
		margin:30px 0;
	}
	ul.homeServiceGrid {
		column-count: 2;
	}
}


@media screen and (max-width: 550px) {
	ul.homeServiceGrid {
		column-count: 1;
	}
	.soulPhotosInset img {
		max-height:120px;
	}
}


@media screen and (max-width: 400px) {
	.soulPhotosInset img {
		max-height:110px;
	}
}




