#BSO-homeBG {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)) ,url("../bible/images/md-duran-q3lWgt6JNjw-unsplash.jpg");
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
  	background-attachment: fixed; /* set a background image as fixed */ 
	padding-top: 200px;
	padding-bottom: 200px;
	font-size: 60px;
	}
#BSO-postBG {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)) ,url("../bible/images/md-duran-q3lWgt6JNjw-unsplash.jpg");
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
		background-attachment: fixed; /* set a background image as fixed */ 
	padding-top: 200px;
	padding-bottom: 200px;
	font-size: 60px;
	}
.verse-box {
	padding: 20px;	
	max-width: 600px;
	margin: auto;
	font-size: 24px;
	background-color: #eee;
	border: 1px #000 solid;
}  
.sidebar {
	text-align: left;
}