html, body {
	font-family: Calibri, sans-serif;
	font-size:5.7vw;
font-weight:bold;
    height: 100%;
	margin:0;
	padding-left: 2%;
	padding-right: 0.5%;
	background: #fff;
	color: #000;
	background-image:url('newspbackground.gif');
    background-repeat:no-repeat;
    background-size:100% 100%;
}
#screenwidth{
	width:1310;
	border-style: dotted;
}


#blackscreen { 
position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: black; opacity: 0; z-index: 99;
 }

#footerimage{
max-width:100%;
max-height:100%;
 margin-left: auto;
  order: 2;
}
#bible{
font-size:2vw;	
}

#footer {
font-size:1vw;
font-weight:normal;	
   display: flex;
   align-items:center;
}

#gofullscreen{
	height:95%;
	width:95%;
}

.screenfooter{
font-size:2vw;	
}



 .center-container {
	 display: flex;
      justify-content: center;
      align-items: center;
      height: 90vh; /* Optional: Set the height to 100% of the viewport height for vertical centering */
    }

    .center-text {		
      text-align: center;
	    
    }







.sectiontitle {
	text-align: center;
	
	 padding:0;
	 margin:0;
	  padding-bottom:3%
}
.slidetitle {
	text-align: center;

	 padding:0;
	 margin:0;
	  padding-bottom:3%
}
.versicle {
	font-weight: bold;
	text-align: center;
		 padding:0;
	 margin:0;
	
}
.response {
	font-weight: bold;
	 font-style: italic;
	text-align: center;
	  color: #0070C0;
	  	 padding:0;
	 margin:0;
	 padding-bottom:3%
}
.rubric {
	text-align: center;
	  color: red;
	  	 padding:0;
	 margin:0;
	 padding-bottom:3%
}





