.row {
	background-color: #7c7c7c;
}
/*MOBILE STYLING!!!*/
@media (max-width: 1068px) {
.mobilePadding {
	padding-top: 5%!important;
}
.mobilePaddingBottom {
	padding-bottom: 5%!important;
}	
.row {
	display: none;
}
.MobileRow {
	display: block!important;
	background-color: #7c7c7c;
}
.stack {
	display: block;	
}
#mainBody{
	min-height: 1500px;
}	
.stack {
	min-height: 1500px;
}
#worldPay {
	display: none;
}
#worldPayMob {
	display: block;
}
.mobDisplayOnly {
	text-align: center;
	display: block;
}
.hamBurger {
	display: unset;
}
#normMenu {
	display: none;
}
}

@media (max-width: 980px) {
.HomeBodyRow {
	/*min-height: 1450px!important;*/
	min-height: 2100px!important;
}
.colA {
	background-color: #f0ead6;
	width: 30%!important;
	/*min-height: 1450px!important;*/
	min-height: 2100px!important;
}
.colB {
	width: 70%!important;
	/*min-height: 1450px!important;*/
	min-height: 2100px!important;
}	
}