img {
	width: 100%;
	max-width: 100%;
}
h1 {
	text-shadow:0 0 0;
}
h2 {
	color: #DC4626;
	text-transform: uppercase;
	margin: 1em 0 1em 0;
}
footer a {
 	text-decoration: none;
}
div.band {
	content: url("../img/band.png");
	width: 100%;
	max-width: 100%;
}
div.bandi {
	content: url("../img/bandi.png");
	width: 100%;
	max-width: 100%;
}
.alert {
	color: red; 
}
.store-a {
	padding-right: 2%;
}
.custom-corners .ui-bar {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}
.custom-corners .ui-body {
	border-top-width: 0;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}
.vidWrap {
	position: relative;
	padding-bottom: 25%;
	padding-top: 25px;
	height: 0;	
	margin-bottom: 1%;
	margin-top: 5%;
}
.vidWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
}
.imgWrap img{
	margin-top: 8%;
	max-width: 48%;
	margin-right: 1%;
}
@media all and (max-width: 720px) {
	#oranges .ui-block-a,
	#oranges .ui-block-b {
		width: 100%;
	}
	.ui-grid-c .ui-block-a,
	.ui-grid-c .ui-block-b,
	.ui-grid-c .ui-block-c,
	.ui-grid-c .ui-block-d {
		width: 49%;
		margin-right: 1%;
	}
	.ui-block-b {
		width: 49%;
		margin-right: 1%;
	}
}












