#index_header{
	width: 103.1%;
	clip: rect(auto,auto,auto,auto);
	font-size: 14px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute; 
	top: 0px; 
	height:50px; 
	left:0px; 
	right: 0px; 
	background-color: #5f408e;
}
.thrColLiq #mainContentIndex{
	width:100%;
	min-height:80%;
	height: auto;
	margin-top:50px;
	margin-bottom:5%;
	clip: rect(auto,auto,auto,auto);
	font-size: 12px;
	padding-bottom:2%;
	text-align: center;
	}
	#index_footer{
	background-color:#9677F2;
	margin-top:10%;
	margin-left:-8px;
	width:100%;
	font-size: 12px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border-top:solid 1px #CCC;	
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////// headstone CSS///////////////////////////////////////////////////////*/
.bannerDivMobileIndex{
	width:103.6%;
    margin-left:-8px;
    margin-top: -52px;
	height:120px;
    position: relative;
    overflow: hidden; /* Hides excess image content */
}
.bannerImageMobile{
	top: 0;
    left: 0;
	position: absolute; /* Ensures the image fills the div */
    width: 100%;
    height: 100%;
    object-fit: cover; /* Makes the image fully cover the div, cropping if necessary */
    object-position: center; /* Centers the image */
}
.memberNameMobileIndex{
	text-align:left;
	float:right;
	position:relative;
	margin-top:-220px;
	margin-right:2px;
	padding-left:5px;
	padding-right:5px;
	text-shadow:rgba(0,0,0,0.2);
	background-image: -webkit-linear-gradient(top, rgba(250,250,250,0), rgba(0,0,0,0.2));
	background-image: -moz-linear-gradient(top,  rgba(250,0,250,0),  rgba(0,0,0,0.2));
	background-image: -o-linear-gradient(top, rgba(250,250,250,0), rgba(0,0,0,0.2));
	background-image: -ms-linear-gradient(top, rgba(250,250,250,0), rgba(0,0,0,0.2));	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(250,250,250,0)', endColorstr='rgba(0,0,0,0.2)');
	}
.memberPicBorderMobileIndex{
    margin-top:-50px;
	width:110px;
	height:110px;
	position:relative;
	margin-left:15px;
	background-color:#FFF;
	text-align: center;
	-webkit-border-radius:75px;
	-moz-bordert-radius:75px;
	font-weight: bold;
	z-index:2;
}
.memberPic{
	top:3.5px;
	width:100px;
	height:100px;
	position:relative;
	background-color: #F7F7F7;
	text-align: center;
	-webkit-border-radius:70px;
	-moz-border-radius:70px;
	border-radius:70px;
	z-index:1;
}
.memberInfoMobileIndex{
	width:63%;
	height:35px;
	text-align:right;
	float:right;
	position:relative;
	margin-top:-60px;
	margin-right:3px;
	margin-bottom:8px;
	padding:5px;
	background-color:#FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-width: 1px;
	}