#bibleStoryBanner {
    float: left;
	clear:both;
	text-align:center;
	width: 100%;
	background-image: linear-gradient(rgba(0, 0, 0, 0.589),rgba(0, 0, 0, 0.589)) ,url(../images/BSC-banner.jpg);
	background-color: #333;
	color:#fff;
	font-size: 36px;
	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;
}

#bsc_banner1 {
    float: left;
	clear:both;
	text-align:center;
	width: 100%;
	background-image: linear-gradient(rgba(0, 0, 0, 0.589),rgba(0, 0, 0, 0.589)) ,url(../images/006TheLastSupper-No-Judas.jpg);
	background-color: #333;
	color:#fff;
	font-size: 36px;
	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;
}

#bibleStuff {
    float: left;
	clear:both;
	text-align:center;
	width: 100%;
	background-image: linear-gradient(rgba(0, 0, 0, 0.589),rgba(0, 0, 0, 0.589)) ,url(../images/md-duran-q3lWgt6JNjw-unsplash.jpg);
	background-color: #333;
	color:#fff;
	font-size: 36px;
	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;
}

#standardBanner {
    float: left;
	clear:both;
	text-align:center;
	width: 100%;
	background-image: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)) ,url(../images/code.jpg);
	background-color: #333;
	color:#fff;
	font-size: 36px;
	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: 40px;
	padding-bottom: 40px;
}