@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
*{
	font-family:"open_sanslight";
	font-family:'arial';
	-moz-box-sizing: border-box;
	-webkit-sizing: border-box;
	box-sizing: border-box;
	background-color:white;
	font-size:16px;

	
	
	
}

body{
	background-color:transparent;
	margin:auto;
}


.outerbodyCNT{
	width:100%;
	height:auto;
	text-align:center;
	padding-top:3rem;

}


.innerbodyCNT{
	width:1400px;
	
	height:auto;
	margin:auto;

}


.biCNT{
	width:50%;
	height:auto;
	display:inline-block;
	vertical-align:top;

}

.bileft{

	height:auto;
	padding-left:1.4rem;
	padding-right:2.8rem;
	line-height:1.8rem;
	font-size:1.0rem;
	color:#666;
	text-align:left;

}

.titlebox{
	font-size:3rem;
	color:#666;
	font-family:'arial';
	line-height:2rem;
	font-style:bold;
	background-color:transparent;

}

.biline{
	font-size:1.2rem;
	font-family:'arial';
	background-color:transparent;

}

.textbox{
	width:100%;
	height:Auto;
	padding:3rem;
	padding-left:4rem;
	padding-right:4rem;
	line-height:1.4rem;
	color:#666;
	background-color:#eaeaea;
	font-size:0.9rem;
	text-align:left;
	border-top:10px solid darkred;
	margin-top:6rem;
	margin-bottom:6rem;
}

.bullettitle{
	font-size:1.4rem;
	font-weight:bold;
	background-color:transparent;
}

.boldlgtext{
	font-size:1.5rem;
	font-weight:bold;
	font-family:'arial';
	color:#666;


}

.divsquare{
	width:20px;
	height:20px;
	background-color:darkred;

}

.divendsquare{
	width:10px;
	height:10px;
	background-color:darkred;
	display:inline;
}


.italictext{
	font-style:italic;
	font-size:1.0rem;


}

.section2{

	width:100%;
	height:auto;
}
.section3{
	width:100%;
	background-image: url("../images/jesuscrownthorns1.png");
	margin-top:4rem;
	margin-bottom:3rem;
	background-size:100%;

	background-repeat:no-repeat;


}

.section3 img{
	width:100%;
	height:auto;
	visibility:none;

}

.section4{
	width:100%;
	height:900px;
	background-color:#ececec;
}


.sec4left{
	background-color:transparent;
	height:100%;
	padding:5rem;
	padding-left:8rem;
	padding-right:8rem;

	color:#666;
	
	line-height:2.0rem;
	font-size:1.1rem;
	
	text-align:left;
}

.sec4right{
	height:100%;
	text-align:center;
	background-color:transparent;
	border-left:10px solid white;
	margin:auto;
	padding:0px;
	padding-top:100px;

	
}


.vidCNT{
	width:100%;
	margin-top:2rem;
	margin-bottom:3rem;


}

.vidscreen{
	width:100%;
	height:410px;
	border:3px solid lightgray;
	padding-right:1rem;
	padding-left:1rem;



	

}


.vidYTCNT{
	width:920px;
	height:615px;
	padding-top:0.5rem;
	background-color:transparent;
	border:6px solid #2c7496;
	text-align:center;
	margin:auto;
	margin-bottom:2.5rem;
	margin-top:2rem;


}

.vidYTCNTlg{
	width:920px;
	height:615px;
	padding-top:0.5rem;
	background-color:transparent;

	text-align:center;
	margin:auto;
	margin-bottom:2.5rem;
	margin-top:2rem;


}

.vidYTCNTsm{
	background-color:transparent;
	display:none;
	text-align:center;
	margin:auto;


}


.footer{
	width:100%;
	height:auto;
	padding:0.5rem;
	text-align:center;
	color:gray;
	background-color:#191919;
	font-size:0.9rem;
	margin-top:3rem;
}




/* Mobile Layout:  min of 480px .  I80erits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (max-width: 800px) {



}



