
.homeSections {
	height:100%;
	margin:0;
	padding:2px;
	text-align:center;
}

.homeSection {
	display:block;
	position:relative;
	margin: 0 auto;
	padding: 0;
	text-align:center;
}

.homeColumn {
	height:100%;
	margin: 0px auto 5px auto;
	padding:0;
	text-align:center;
}

.columnImage {
	position:relative;
	display:block;
	width:247px;
	height:494px;
	margin:0 auto;
	padding:0;
 	overflow: hidden;
}

.columnImage img {
	position:absolute;
	top:0;
	left:0;
	width:247px;
	height:494px;
	margin:0;
	padding:0;
}

.columnLabelBlock {
	display:block;
}

.columnLabelFloat {
	display:block;
}
	
.columnLabel {
	position:relative;
	width:247px;
	height:70px;
	margin:0 auto;
	padding:0;
	line-height:70px;
	text-align:center;
}

.columnLabelGreen {
	background-color:#97CC52;
	color:#7F3F98;
}

.columnLabelPurple {
	background-color:#7F3F98;
	color:#97CC52;
}

.columnLabel span {
	display:inline-block;
	margin:0;
	padding:0;
	vertical-align:middle;
	line-height:23px;
	font-size:1.15em;
	font-weight:bold;
}

/* Adjust for Height */

@media only screen and (max-height: 559px) {

	.columnImage {
		height:180px;
	}
}

@media only screen and (min-height: 560px) and (max-height: 669px) {

	.columnImage {
		height:300px;
	}
}

@media only screen and (min-height: 670px) and (max-height: 770px) {

	.columnImage {
		height:400px;
	}
}

/* Override - (Adjust for Height) */

/* Phone Medium and up */
@media only screen and (max-width: 519px) {
	
	.columnImage {
		height:180px;
	}
	
}

/* Phone Medium and up */
@media only screen and (min-width: 520px) {
	
	/* This also affects tablets and computers */
	.homeColumn {
		display:inline-block;
		margin:0 0 5px 0;
	}
	
}

/* Phone Large */
@media only screen and (min-width: 520px) and (max-width: 599px) {
	
	.columnImage {
		height:180px;
	}
	
}

/* Small Tablet */
@media only screen and (min-width: 600px) and (max-width: 766px) {
	
	.columnImage {
		height:180px;
		width:247px;
	}
	
	.columnImage img {
		left:0;
	}
	
	.columnLabel {
		width:247px;
	}
	
}

/* Medium Tablet Width and up, Computer (medium-large browser window and up) */
@media only screen and (min-width: 767px) {

.homeSection {
	display:inline-block;
	margin:0;
}

}

/* Minimum Tablet Portrait, Minimum Tablet Landscape, Computer (medium browser window) */
@media only screen and (min-width: 767px) and (max-width: 1011px) and (orientation: portrait),(min-width: 900px) and (max-width: 1011px) and (orientation: landscape), (min-device-width: 1000px) and (min-width: 767px) and (max-width: 1011px) {
	
	.columnImage {
		width:182px;
	}
	
	.columnImage img {
		left:-31px;
	}
	
	.columnLabel {
		width:182px;
	}
}


/* Large Tablet (likely in landscape), Computer (large browser window) */

@media only screen and (min-width: 1012px) {

	.homeSections {
		white-space: nowrap;
	}

	.columnImage {
		width:247px;
	}
	
	.columnLabel {
		width:247px;
	}
}

