/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.JoesBodyColor{
	background-color: #e0d5d1 !important;
}


.JoesParagraph{
	text-align: left;
	max-width: 1400px; 
	color: #000;
	font-size: 20px; 
	font-weight: 400;  
	text-indent: 0; 
	line-height: normal;
}

.JoesHeader{
	text-align: left;
	text-decoration: underline;
	text-transform: uppercase !important;
	color: #000;
	font-size: 22px; 
	font-weight: 600;  
	text-indent: 25px; 
	line-height: 2;
	margin: 0;
	padding-top: 10px;
}

.JoesBanner{
	padding-top: 40px;
	padding-bottom: : 40px;
}

.JoesUL{
	text-align: left;
	font-size: 20px; 
	font-weight: 400;  
	margin: 0px 0px 0px 7%;
	padding: 0px 0px 40px 0px;
}

.JoesUL2{
	text-align: left;
	font-size: 20px; 
	font-weight: 400; 
	list-style-type: square;
	margin: 0px 0px 0px 7%;
}

.JoesULHeader{
	text-align: left;
	text-decoration: underline;
	color: #000;
	font-size: 18px; 
	font-weight: 300;  
	text-indent: 90px; 
	line-height: 2;
	margin: 0;
	
}