.mainContent {
    background-color: rgba(255,255,255,0.9);
    color: rgba(21,42,84,1);
    padding: 50px;
	top: 100px;
	margin: 50px;
	max-width: 1000px;
	font-family: 'Helvetica', 'Arial', sans-serif;
} 

.mainContentFront {
    background-color: rgba(255,255,255,0.9);
    color: rgba(21,42,84,1);    
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 25px;
	padding-bottom: 25px;
	top: 100px;
	margin: 50px;
	max-width: 1000px;
	font-family: 'Helvetica', 'Arial', sans-serif;
} 

.mainLogo{
	width: 200px;
	height: 186px;
}

.carouselImage{
	display: flex;
	justify-content: center; /* Centers horizontally */
	width: 800px;
	height: 400px;	/* Should be 400 */
	color: white;	
	/*
	border-color: blue;
	border-style: dotted;
	*/
}

.carouselSubtext{
	height: 120px;
	width: 800px;
	padding: 15px;
	/* background-color: rgba(208, 143, 78, 0.7); */
	background-color: rgba(237, 177, 43, 0.95);
	overflow: hidden;
	/* border-color: green; 
	border-style: dotted;
	/* margin-top: -50px;  
	z-index: 1;  */
	position: absolute; bottom: 0px;
	font-weight: bold;	
	
}

.carouselSubtext2{
	height: 120px;
	width: 800px;
	padding: 15px;
	/* background-color: rgba(208, 143, 78, 0.7); */
	background-color: rgba(115, 181, 180, 0.95);
	overflow: hidden;
	/* border-color: green; 
	border-style: dotted;
	/* margin-top: -50px;  
	z-index: 1;  */
	position: absolute; bottom: 0px;
	font-weight: bold;	
}

.carouselSubtext3{
	height: 120px;
	width: 800px;
	padding: 15px;
	/* background-color: rgba(208, 143, 78, 0.7); */
	background-color: rgba(20, 43, 84, 0.90);
	overflow: hidden;
	/* border-color: green; 
	border-style: dotted;
	/* margin-top: -50px;  
	z-index: 1;  */
	position: absolute; bottom: 0px;
	font-weight: bold;
	
}


.carouselImage a:link, .carouselImage a:visited {
    color:white;
}

.actualCarouselImageDims{
	height: 400px;
	width: 800px;
	/*
	border-color: red;
	border-style: dashed; */
}

/*
.actualCarouselDivDims{
	height: 400px;
}
*/
@media (max-width: 479px) {
	
	.actualCarouselImageDims{
		height: 350;
		width: 400px;
		/*
		border-color: purple;
		border-style: dashed; */
	}
		

    .mainContent {
		background-color: rgba(255,255,255,0.9);
		color: rgba(21,42,84,1);
		padding: 15px;
		top: 25px;
		margin: 15px;
		font-family: 'Helvetica', 'Arial', sans-serif;
	} 

	.mainLogo{
		width: 75px;
		height: 71px;	
	}

	.carouselImage{		
		display: flex;
		justify-content: center; /* Centers horizontally */
		width: 350px;
		height: 400px;
		color: white;
		/*
		border-color: green;
		border-style: dotted; */
		/* border-color: red;
		border-style: dashed; */	
	}

	.carouselSubtext{
		height: 120px;
		width: 350px;
		padding: 15px;
		background-color: rgba(237, 177, 43, 0.95);
		overflow: hidden;
		position: absolute;   /* bottom: 0px; */ top: 170px; 
		font-weight: bold;		
	}

	.carouselSubtext2{
		height: 120px;
		width: 350px;
		padding: 15px;
		background-color: rgba(115, 181, 180, 0.95);
		overflow: hidden;
		position: absolute;   /* bottom: 0px; */ top: 170px; 
		font-weight: bold;		
	}	
	
	.carouselSubtext3{	
		height: 120px;
		width: 350px;
		padding: 15px;
		background-color: rgba(20, 43, 84, 0.90);
		overflow: hidden;
		position: absolute;   /* bottom: 0px; */ top: 170px; 
		font-weight: bold;		
	}
	

	.mainContentFront {
		background-color: rgba(255,255,255,0.9);
		color: rgba(21,42,84,1);
		
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
		top: 15px;
		margin: 15px;
		font-family: 'Helvetica', 'Arial', sans-serif;
	} 
}


.tbl {
    margin: 10px;
	padding: 10px;
	text-align: center;
	
}

.tblDense {   
	margin-left: 20px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;	
}  

.imglogo {		
		mix-blend-mode: multiply;
		opacity: 0.9;
		filter: alpha(opacity=90);	
}

.indentedOne {
		margin-left: 20px;		
}

.indentedTwo {
		margin-left: 40px;		
}

.redText {
	border-style: solid;
	border-color: red;
	color: #ca0814;
}

.lumenTitle{
	color: rgb(21,42,84);
	font-size: 145px;
	font-family: 'Helvetica', 'Arial', sans-serif;
	padding: 0px;
	line-height: 0.35;
}

.lumenSubTitle{
	color: rgb(113,180,180);
	font-size: 70px;
	font-family: 'Helvetica', 'Arial', sans-serif;
	padding: 0px;
	line-height: 0.35;
}

.logoSpacing{
	margin: 20px;
	padding: 20px;
	left: 10px;
	line-height: 70px;
}


@media (max-width: 479px) {
	.lumenTitle{
		color: rgb(21,42,84);
		font-size: 48px;
		font-family: 'Helvetica', 'Arial', sans-serif;
		padding: 5px;
		line-height: 0.35;
	}

	.lumenSubTitle{
		color: rgb(113,180,180);
		font-size: 24px;
		font-family: 'Helvetica', 'Arial', sans-serif;
		padding: 0px;
		line-height: 0.35;
	}

}

/* 

@media (max-width: 999px) {
	.lumenTitle{
		color: rgb(21,42,84);
		font-size: 70px;
		font-family: 'Helvetica', 'Arial', sans-serif;
		padding: 0px;
		line-height: 0.35;
	}

	.lumenSubTitle{
		color: rgb(113,180,180);
		font-size: 32px;
		font-family: 'Helvetica', 'Arial', sans-serif;
		padding: 0px;
		line-height: 0.35;
	}

}

*/

.emphasized{
	color: rgba(21,42,84,1);
	font-size: 24px;
	font-family: 'Helvetica', 'Arial', sans-serif;	
}