@charset "UTF-8";
*{
	margin: 0;
	padding:0;
	border:0;
	box-sizing: border-box;
}
p{/*Prevent selecting*/
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#FirstContainer{
	width: 100%;
	background: url("images/Blue Marble 1ab.jpg");
	margin: -5% 0 0 0;
	padding: 0;
}
#banner img {
	width: 100%;
	text-align: center;
	float: left;
	padding: 0 0 0 0;
	margin: 2% 0 5% 0;
	
}
.lifestory{
	color: #00008B;
	width: auto;
	text-align: left;
	font-family: georgia, serif;
	font-size: 120%; 
	font-weight: bold;
	padding: 10% 5% 2% 5%;
	margin: 5% auto 0 auto;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.newbook{
	color: #00008B;
	width: auto;
	text-align: left;
	font-family: georgia, serif;
	font-size: 120%; 
	font-weight: bold;
	padding: 3% 5% 0 5%;
	margin: 0 auto;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#openbook img{
	width: 10%;
	float: left;
	margin: 1% 40% 1% 10%;
}
.introduction{
	width: auto;
	color: #00008B;
	text-align: center;
	font-family: georgia, serif;
	font-size: 140%; 
	font-weight: bold;
	padding: 0 2%;
	margin: 0 auto;
}
.newbook2{
	width: auto;
	color: #00008B;
	text-align: left;
	font-family: georgia, serif;
	font-size: 120%; 
	font-weight: bold;
	padding: 2% 5% 0 5%;
	margin: 0 auto;
}
.wuddum{
	letter-spacing: 0.1em;
	font-family: French Script MT;
	font-size: 220%;
	font-weight: bold;
	color: #00008B;
	padding: 4% 0 2% 76.2%;
}
.wuddum2{
	letter-spacing: 0.1em;
	font-family: French Script MT;
	font-size: 240%;
	font-weight: bold;
	color: #00008B;
	padding: 4% 0 2% 76.2%;
}
.endcopyright {
	color: #00008B;
	text-align:left;
	font-weight: bold;
	font-family: georgia, serif;
	font-size: 100%;
	padding: 0;
	margin: 0 0 0 5% ;
}
#looktosky h1{
	color: #00008B;
	font-size: 110%;
	font-weight: bold;
	padding: 2% 20% 2% 7%;
	margin: o auto;
}
#looktosky {
	width: 40%;
	color: #00008B;
	text-align: left;
	line-height: 1.6;
	letter-spacing: 0.1em;
	background: url("images/Look To The SkyBG540.jpg");
	background-repeat: no-repeat;
	font-family: Georgia, serif;
	font-size: 120%; 
	font-weight: bold;
	padding: 1% 2% 2% 6%;
	margin: 0% 20% 0 28%;
	border-radius: 5%;
	border: 6px solid #A2006D;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.wuddumstart{
	color: #00008B;
	font-family: Georgia, serif;
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	padding: 0;
}
.dropbtn {
		width: 262px;
		font-family: Georgia;
		background-color: #D3D3D3;
		color: #00008B;
		padding: 3% 5%;
		margin: 0 0 0 3.8%;
		font-size: 100%;
		font-weight: bold;
		border-radius: 10px;
		border: 2px solid blue;
	}
	.dropdown {
		position: relative;
		display: inline-block;
	}
	.dropdown-content {
		text-align: center;
		display: none;
		margin: 0 0 0 6.2%;
		position: absolute;
		background-color: #f1f1f1;
		min-width: 250px;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		z-index: 1;
	}
	.dropdown-content a {
		color: #00008B;
		font-weight: bold;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
		border: 2px solid blue;
	}

	.dropdown-content a:hover {background-color: #ff0;}

	.dropdown:hover .dropdown-content {display: block;}

	.dropdown:hover .dropbtn {background-color: #ff0;}

	.dropbtn2 {
		width: 262px;
		font-family: Georgia;
		background-color: #D3D3D3;
		color: #00008B;
		margin: 0 0 0 3.8%;
		font-size: 100%;
		font-weight: bold;
		border-radius: 10px;
		padding: 2.5% 5%;
		border: 2px solid blue;
	}
	.dropdown2 {
		position: relative;
		display: inline-block;
	}
	.dropdown-content2 {
		text-align: center;
		display: none;
		position: absolute;
		margin: 0 0 0 6.2%;
		background-color: #f1f1f1;
		min-width: 250px;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		z-index: 1;
	}
	.dropdown-content2 a {
		color: #00008B;
		font-weight: bold;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
		border: 2px solid blue;
	}
	.dropdown-content2 a:hover {background-color: #ff0;}

	.dropdown2:hover .dropdown-content2 {display: block;}

	.dropdown2:hover .dropbtn2 {background-color: #ff0;}
	
	.dropbtn3 {
		width: 262px;
		font-family: Georgia;
		background-color: #D3D3D3;
		color: #00008B;
		margin: 0 0 0 3.8%;
		font-size: 100%;
		font-weight: bold;
		border-radius: 10px;
		padding: 2.5% 5%;
		border: 2px solid blue;
	}
	.dropdown3 {
		position: relative;
		display: inline-block;
	}
	.dropdown-content3 {
		text-align: center;
		display: none;
		position: absolute;
		margin: 0 0 0 6.2%;
		background-color: #f1f1f1;
		min-width: 250px;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		z-index: 1;
	}
	.dropdown-content3 a {
		color: #00008B;
		font-weight: bold;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
		border: 2px solid blue;
	}
	.dropdown-content3 a:hover {background-color: #ff0;}

	.dropdown3:hover .dropdown-content3 {display: block;}

	.dropdown3:hover .dropbtn3 {background-color: #ff0;}
	
	.dropbtn4 {
		width: 280px;
		font-family: Georgia;
		background-color: #D3D3D3;
		color: #00008B;
		margin: 0 0 0 3.8%;
		font-size: 100%;
		font-weight: bold;
		border-radius: 10px;
		padding: 2.5%;
		border: 2px solid blue;
	}
	.dropdown4 {
		position: relative;
		display: inline-block;
	}
	.dropdown-content4 {
		text-align: center;
		display: none;
		position: absolute;
		margin: 0 0 0 6.2%;
		background-color: #f1f1f1;
		min-width: 273px;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		z-index: 1;
	}
	.dropdown-content4 a {
		color: #00008B;
		font-weight: bold;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
		border: 2px solid blue;
	}
	.dropdown-content4 a:hover {background-color: #ff0;}

	.dropdown4:hover .dropdown-content4 {display: block;}

	.dropdown4:hover .dropbtn4 {background-color: #ff0;}
	
	.dropbtn5 {
		width: 225px;
		font-family: Georgia;
		background-color: #D3D3D3;
		color: #00008B;
		margin: 0 0 0 5%;
		font-size: 100%;
		font-weight: bold;
		border-radius: 10px;
		padding:11.5% 2.5% 3% 2%;
		border: 2px solid blue;
	}
	.dropdown5 {
		position: relative;
		display: inline-block;
	}
	.dropdown-content5 {
		text-align: center;
		display: none;
		position: absolute;
		margin: 0 0 0 6.2%;
		background-color: #f1f1f1;
		min-width: 220px;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		z-index: 1;
	}
	.dropdown-content5 a {
		color: #00008B;
		font-weight: bold;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
		border: 2px solid blue;
	}
	.dropdown-content5 a:hover {background-color: #ff0;}

	.dropdown5:hover .dropdown-content5 {display: block;}

	.dropdown5:hover .dropbtn5 {background-color: #ff0;}

.Wordsforyou{
	color: #00008B;
	text-align: left;
	font-family: georgia, sans-serif;
	font-size: 100%; 
	font-weight: bold;
	padding: 2% 3%;
}
.line-separatorNew1{
	width: 100%;
	height:10px;
	background: #A2006D;
	border-bottom: #A2006D;
	margin: 0 auto;
}
#ContainerNew1{
	background: url("images/New Light Blue1a.jpg");
	width: 100%;
}
.Part1 h1{
	color: #00008B;
	text-align: center;
	line-height: 0.75;
	font-family: georgia, sans-serif;
	font-size: 240%; 
	padding: 5% 0;
}
.scripture{
	color: #00008B;
	text-align: left;
	font-family: georgia, sans-serif;
	font-size: 100%; 
	padding: 0 5% 3% 5%;
	margin: 0 auto;
}
.Beautiful h1{
	color: #00008B;
	text-align: center;
	font-size: 100%;
	padding: 2% 0 0 0;
}

.copyright2{
	font-weight: bold;
	font-size: 95%;
	padding: 0 10% 0 20%;
}
.ABcopyright{
	text-align: left;
	font-family: georgia;
	font-size: 50%;
	font-weight: bold;
}
.Bcopyright{
	text-align: left;
	font-family: georgia;
	font-size: 80%;
	font-weight: bold;
}
.ACcopyright{
	text-align: left;
	font-family: Berkshire Swash;
	font-size: 80%;
	font-weight: bold;
}
.copyrightspecial{
	width: 65%;
	text-align: left;
	font-size: 70%;
}
.endcopyright {
	text-align:left;
	font-weight: bold;
	font-family: georgia, serif;
	font-size: 120%;
	padding: 0;
	margin: 0 0 0 5% ;
}


#bannersylv img {
	width: 35%;
	text-align: center;
	float: left;
	clear: right;
	margin: 0 34% 3% 31%;
}
#rainbow h1{
	color: #800020;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	padding: 1% 29% 2% 0;
}
#rainbow{
	width: 50%;
	color: #800020;
	text-align: left;
	line-height: 1.6;
	background: url("images/rainbow complete.jpg"); 
	background-repeat: no-repeat;
	font-family: georgia, serif;
	font-size: 100%; 
	font-weight: bold;
	padding: 2% 2% 1% 2%;
	margin: 0 auto;
	border-radius: 5%;
	border: 6px solid blue;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.Brighton{
	color:#00008B;
	width: auto;
	text-align: center;
	font-family: georgia, sans-serif;
	font-size: 140%; 
	font-weight: bold;
	padding: 5% 5% 2% 5%;
	margin: 0 auto;
}
.experience{
	color:#00008B;
	width: auto;
	text-align: left;
	font-family: georgia, sans-serif;
	font-size: 120%; 
	font-weight: bold;
	padding: 0 5% 2% 5%;
	margin: 0 auto;
}
#Sylvia img{
	text-align: center;
	margin: 0 41% 0 44%;
	border-radius: 30px;
	border: 7px solid #00008B;
}
.Capt{
	color:#00008B;
	font-size: 120%; 
	font-family: georgia, sans-serif;
	font-weight: bold;
	text-align: center;
}
.childrens1{
	color:#00008B;
	width: auto;
	text-align: left;
	font-family: georgia, sans-serif;
	font-size: 120%; 
	font-weight: bold;
	padding: 2% 5%;
	margin: 0 auto;
}
.childrens2{
	color:#00008B;
	width: auto;
	text-align: left;
	font-family: georgia, sans-serif;
	font-size: 120%; 
	font-weight: bold;
	padding: 2% 5%;
	margin: 0 auto;
}
.mainbuilding{
	color:#00008B;
	width: auto;
	text-align: left;
	font-family: georgia, sans-serif;
	font-size: 120%; 
	font-weight: bold;
	padding: 2% 5% 3% 5%;
	margin: 0 auto;
}
.cross{
	width: 20%;
	float: right;
	text-align: left;
	margin: 5% 2% 0 0;
}
#price h1{
	color: #900020;
	letter-spacing: 0.1em;
	font-size: 120%;
	font-weight: bold;
	padding: 1% 20% 2% 11%;
}
#price{
	width: 50%;
	color: #900020;
	text-align: left;
	line-height: 1.8;
	letter-spacing: 0.1em;
	font-family: fondamento, serif;
	font-size: 125%; 
	font-weight: bold;
	background: url("images/Bought With A PriceNEW2BG.jpg");
	padding: 2% 1% 4% 3%;
	margin: 0 25% 0 20%;
	border: 6px solid #900020;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
}
.ABcopyright1{
	text-align: left;
	font-family: Berkshire Swash;
	font-size: 70%;
	font-weight: bold;
}
.urchins{
	width: auto;
	text-align: center;
	font-family: georgia, sans-serif;
	font-size: 120%;
	font-weight: bold;
	padding: 5% 5% 3% 5%;
	margin: 0 auto;
}
.Godexperience{
	color:#00008B;
	width: auto;
	text-align: left;
	font-family: georgia, sans-serif;
	font-size: 120%; 
	font-weight: bold;
	padding: 1% 5% 3% 5%;
	margin: 0 auto;
}
#sometimes h1{
	color: #900020;
	font-size: 110%;
	font-weight: bold;
	padding: 0% 25% 2% 8%;
}
#sometimes{
	color: #900020;
	width: 95%; 
	text-align: left;
	line-height: 1.6;
	letter-spacing: 2px;
	font-family: Fondamento, serif;
	font-size: 140%;
	font-weight: bold;
	background: url("images/Sometimes BG2022A.jpg");
	background-repeat: no-repeat;
	padding: 5% 5% 7% 8%;
	margin: 0% auto -2% auto;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
}
.ABcopyright1{
	text-align: left;
	font-family: georgia;
	font-size: 60%;
	font-weight: bold;
}

.Part2 h1{
	color:#00008B;
	text-align: center;
	line-height: 0.75;
	font-family: georgia, sans-serif;
	font-size: 240%; 
	padding: 2% 0;
}
.regimental{
	color:#00008B;
	width: auto;
	text-align: left;
	font-family: georgia, sans-serif;
	font-size: 120%; 
	font-weight: bold;
	padding: 0% 5%;
	margin: 0 auto;
}
#books h1{
	font-size: 130%;
	padding: 1% 5% 1% 20%;
}
#books{
	color: #00008B;
	width: 90%;
	text-align: left;
	line-height: 1.28;
	font-family: Georgia, serif;
	font-size: 120%;
	font-weight: bold;	
	background: url("images/Books 2023 60_40.jpg");
	background-repeat: none;
	padding: 0.5% 0% 7% 28%;
	margin: 0 auto;
	border: 4px solid #00008B;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
}
.childdumping{
	color:#00008B;
	width: auto;
	text-align: left;
	font-family: georgia, sans-serif;
	font-size: 120%; 
	font-weight: bold;
	padding: 2% 5%;
	margin: 0 auto;
}
.photoshots{
	color:#00008B;
	width: auto;
	text-align: left;
	font-family: georgia, sans-serif;
	font-size: 120%; 
	font-weight: bold;
	padding: 2% 5% 0% 5%;
	margin: 0 auto;
}
.slippers{
	color:#00008B;
	width: auto;
	text-align: left;
	font-family: georgia, sans-serif;
	font-size: 120%; 
	font-weight: bold;
	padding: 1% 5% 3% 5%;
	margin: 0 auto;
}
#glassslippers h1{
	font-size: 120%;
	font-weight: bold;
	padding: 0% 10% 2% 0%;
}
#glassslippers{
	color: #A2006D;
	width: 100%;
	text-align: left;
	line-height: 1.48;
	letter-spacing: .1em;
	font-family: Georgia, serif;
	font-size: 110%; 
	font-weight: bold;
	background: url("images/Slippers Made Of Glass Rounded4.jpg");
	background-repeat: no-repeat;
	padding: 5% 15% 7% 29.5%;
	margin: 0 auto;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
}
.ABcopyright2{
	text-align: left;
	font-family: georgia;
	font-size: 65%;
	font-weight: bold;
}
.pairslippers{
	color:#00008B;
	width: 12%;
	height: 12%;
	text-align: center;
	margin: 0 auto;
}
.goinghome{
	color:#00008B;
	width: auto;
	text-align: left;
	font-family: georgia, sans-serif;
	font-size: 120%; 
	font-weight: bold;
	padding: 1% 5%;
	margin: 0 auto;
}
.space1{
	color: #900020;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
}
.rain1{
	width: 10%;
	height: auto;
	text-align: left;
	float: left;
	clear: all;
	padding: 0 5%;
	margin: -2% 5% 0 0%;
}
.weeyins{
	color: #00008B;
	text-align: center;
	font-family:  Lucida Calligraphy, sans-serif;
	font-size: 125%;
	font-weight: bold;
	padding: 5% 15% 0% 0%;
}
#heavenly h1{
	font-size: 110%;
	padding: 0% 8% 5% 6%;
}
#heavenly {
	color: #900020;
	width: 65%;
	text-align: left;
	line-height: 1.8;
	letter-spacing: 2px;
	font-family: fondamento, serif;
	font-size: 140%;
	font-weight: bold;
	background: url("images/Heavenly Whisper BG 2022.jpg");
	padding: 5% 8% 1% 10%;
	margin: 10% auto;
	border-radius: 5%;	
	border: 7px solid #800080;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
}
.AHcopyright1{
		text-align: left;
		font-family: georgia;
		font-size: 60%;
		font-weight: bold;
	}
.line-separatorNew2{
	width: 100%;
	height:10px;
	background: #A2006D;
	border-bottom: #A2006D;
	margin: 0 auto;
}


/* Chapter Two STARTS HERE///////////////////////////////////////////////////////////////*/



#container2{
	width: 100%;
	Background-color: #B0E0E6;
}
.Part1a h1{
	text-align: center;
	font-family: georgia, sans-serif;
	font-size: 120%; 
	font-weight: bold;
	padding: 5% 5% 0 5%;
	margin: 0 auto;
}
#basementstart img{
	width: 90%;
	padding: 0;
	margin: 0 5%;
	border-radius: 60px;
	border: 7px solid #900020;
}
.basement1{
	width: 100%;
	text-align: justify;
	font-family: georgia, sans-serif;
	font-size: 120%;
	font-weight: bold;
	padding: 2% 5% 0% 5%;
	margin: 0 auto;
}
#BurglarBars1 img{
	width: 8%;
	float: right;
	clear: all;
	padding: 0 1%;
}
#Damp1 img{
	width: 12%;
	float: right;
	clear: all;
	padding: 3% 0% 3% 4%;
}
#Bulbonawire1 img{
	width: 8%;
	float: right;
	clear: all;
	padding: 2% 1%;
}
#Rubble1 img{
	width: 15%;
	float: right;
	clear: all;
	padding:  1%;
}
.basement1a{
	width: 100%;
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
	padding: 0% 5% 2% 5%;
	margin: 0 auto;
}
#waiting h1{
	color: #800020;
	text-align: center;
	font-size: 120%;
	padding: 2% 27% 4% 0;
}
#waiting{
	color: #800020;
	width: 50%;
	text-align: left;
	line-height: 1.3;
	font-family: Eagle Lake, serif;
	font-size: 120%; 
	font-weight: bold;
	background: url("images/He's Waiting Gold.jpg");
	background-repeat: no-repeat;
	padding: 3% 5% 2% 5%; 
	margin: 3% 25%;
	border-radius: 30px;
	border: 4px solid #E30B5C;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.foradults{
	width: 100%;
	font-family: georgia, sans-serif;
	font-size: 120%;
	font-weight: bold;
	padding: 5% 5% 3% 5%;
	margin: 0 auto;
}
.Godslove{
	text-align: center;
	font-family: georgia, sans-serif;
	font-size: 120%;
	font-weight: bold;
	padding: 0 5%;
	margin: 0 auto;
}
.Newbasement{
	width: 100%;
	text-align: left;
	font-family: georgia, sans-serif;
	font-size: 120%;
	font-weight: bold;
	padding: 2% 5%;
	margin: 0 auto;
}
#BWire1{
	width: 100%;
	margin: 0 1% 0 1.75%;
}
#nofear h1{
	color: #800020;
	text-align: left;
	line-height: 1.7;
	font-size: 130%;
	font-weight: bold;
	padding: 0 0 4% 0;
}
#nofear{
	color: #800020;
	width: 96.9%;
	text-align: left;
	line-height: 1.3;
	letter-spacing: 3px;
	font-family: Berkshire Swash , serif;
	font-size: 140%;
	font-weight: bold;
	padding: 2% 27% 4% 32%;
	background: url("images/No Fear NEWBGOct1300.jpg");
	background-repeat: no-repeat;
	margin: 0 auto 3% auto;
	border: 4px solid blue;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#calvary h1{
	text-align: left;
	font-weight: bold;
	font-size: 130%;
	padding: 7% 0% 2% 26%;
}
#calvary{
	color: #800020;
	width:96.7%;
	text-align: left;
	line-height: 1.5;
	letter-spacing: 0;
	font-family: Berkshire Swash, serif;
	font-size: 130%;
	font-weight: bold;
	background: url("images/Calvary BGU1295.jpg");
	background-repeat: no-repeat;
	padding: 2% 23% 4% 31%;
	margin: 0 auto;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.calvarycopyright{
	width: 55%;
	text-align: left;
	letter-spacing: 3px;
	font-family: Georgia;
	font-weight: bold;
	font-size: 60%;
	padding: 0 3%;
}
#Christdiedforyou img{
	width: 95%;
	text-align: left;
	margin: 0 1% 0 3%;
	border: 4px solid blue;
}
.Part2a h1{
	text-align: center;
	font-family: georgia, sans-serif;
	font-size: 120%;
	font-weight: bold;
	padding: 0% 5%;
	margin: 0 auto;
}
#sword1 {
	width: 100%;
	padding: 0 25%;
	margin: 0 auto;
}
.bullymum{
	width: auto;
	text-align: left;
	font-family: georgia, sans-serif;
	font-size: 120%; 
	font-weight: bold;
	padding: 2% 5%;
	margin: 0 auto;
}
.Part3 h1{
	text-align: center;
	font-family: georgia, sans-serif;
	font-size: 120%;
	font-weight: bold;
	padding: 1% 5%;
	margin: 0 auto;
}
.eddieandsimon{
	width: auto;
	text-align: justify;
	font-family: georgia, sans-serif;
	font-size: 120%; 
	font-weight: bold;
	padding: 2% 5% 0 5%;
	margin: 0 auto -1% auto;
}
#Peasants1 img{
	width: 40%;
	text-align: center;
	margin: 1% 28%;
	padding: 0;
	border-radius: 30px;
	border: 4px solid #800020;
}
#MCassino1 img{
	width: 11%;
	float: right;
	margin: 1% 1% 1% 2%;
	padding: 0;
	border-radius: 20px;
	border: 2px solid #800020;
}
#basement h1{
		font-size: 120%;
		font-weight: bold;
		padding: 2% 40% 2% 13%;
}
#basement {
		width: 100%;
		text-align: left;
		color: #4B0082;
		font-weight: bold;
		line-height: 1.5;
		letter-spacing: 4px;
		font-family: Arial black, sans-serif;
		font-size: 100%;	
		background: url("images/The Basement BGRounded1350.jpg");
		background-repeat: no-repeat;
		padding: 1.5% 22% 8% 32%;
		margin: 0 auto -1% auto;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
}
.eddiesworld{
	width: auto;
	text-align: left;
	font-family: georgia, sans-serif;
	font-size: 120%; 
	font-weight: bold;
	padding: 2% 5% 2% 5%;
	margin: 0 auto;
}
.tormented{
	width: auto;
	text-align: justify;
	font-family: georgia, sans-serif;
	font-size: 120%;
	font-weight: bold;
	padding: 3% 5%;
	margin: 0 auto;
}

#SadGirl1 img{
	width: 12%;
	float: right;
	padding: 10% 1%;
}
#heartsong h1{
	text-align: left;
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
	padding: 2% 0;
}
#heartsong{
	color: #A2006D;
	width: 90%;
	text-align: left;
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.4;
	background: url("images/Warmcloudsfs1New.jpg");
	padding: 5% 5% 2.5% 15%;
	margin: 0 auto;
	border-radius: 60px;
	border: 4px solid red;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.AHcopyright{
		text-align: left;
		font-family: georgia;
		font-size: 50%;
		font-weight: bold;
	}
.courage{
	text-align: left;
	font-family: georgia, sans-serif;
	font-size: 120%; 
	font-weight: bold;
	padding: 3% 5% 1% 5%;
}
.tormented2{
	width: auto;
	text-align: left;
	font-family: georgia, sans-serif;
	font-size: 120%; 
	font-weight: bold;
	padding: 1% 5% 2% 5%;
	margin: 0 auto;
}
.Biblegift{
	width: auto;
	text-align: left;
	font-family: georgia, sans-serif;
	font-size: 120%; 
	font-weight: bold;
	padding: 3% 5% 5% 5%;
	margin: 0 auto;
}
.Fathersong{
	text-align: center;
	font-family: georgia, sans-serif;
	font-size: 120%; 
	font-weight: bold;
	padding: 3% 5%;
}
#seemyheart h1{
	color: #66023c;
	text-align: left;
	font-family: Eagle Lake, serif;
	font-size: 120%;
	font-weight: bold;
	padding: 3% 10% 0 20%;
}
#seemyheart{
	color: #66023c;
	width: 70%;
	text-align: left;
	font-family: Eagle Lake, serif;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.5;
	background: url("images/See My Heart New2.jpg");
	padding: 4% 10% 5% 15%;
	margin: 0 auto;
	border-radius: 60px;
	border: 4px solid #800080;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.Part4 h1{
	text-align: center;
	font-family: georgia, sans-serif;
	font-size: 120%;
	font-weight: bold;
	padding: 3% 5% 2% 5%;
	margin: 0 auto;
}
.simonneedles{
	width: auto;
	text-align: left;
	font-family: georgia, sans-serif;
	font-size: 120%; 
	font-weight: bold;
	padding: 1% 5%;
	margin: 0 auto;
}
.gassing{
	width: 100%;
	font-family: georgia, sans-serif;
	font-size: 120%;
	font-weight: bold;
	padding:1% 5% 0 5%;
}
#gaspic img{
	width: 100%;
	margin: 0 1% 2% 0%;
	border-radius: 20px;
}
.motherlies{
	width: 100%;
	font-family: georgia, sans-serif;
	font-size: 120%;
	font-weight: bold;
	padding:1% 5% 2% 5%;
}
#saintandsinner img{
	width: 90%;
	margin: 0 5%;
	border-radius: 20px;
	/*border: 3px solid blue;*/
}
#addiction1 img{
	width: 100%;
	margin: 0 1% 2% 0%;
	border-radius: 20px;
	/*border: 3px solid blue;*/
}
.addiction{
	width: 100%;
	font-family: georgia, sans-serif;
	font-size: 120%;
	font-weight: bold;
	padding:2% 5% 0 5%;
}
.rejection{
	width: 100%;
	font-weight: bold;
	font-family: georgia, sans-serif;
	font-size: 120%;
	padding:1% 5% 0 5%;
}
.escaping{
	width: 100%;
	font-family: georgia, sans-serif;
	font-size: 120%;
	font-weight: bold;
	padding:0 5% 1% 5%;
}
#escapingpic img{
	width: 92%;
	margin: 0 5% 0 4%;
}
.namechange{
	width: 100%;
	font-family: georgia, sans-serif;
	font-size: 120%;
	font-weight: bold;
	padding: 0 5%;
}
.Part5 h1{
	text-align: center;
	font-family: georgia, sans-serif;
	font-size: 120%;
	font-weight: bold;
	padding: 0% 5% 1% 5%;
	margin: 0 auto;
}
.headaches{
	width: 100%;
	font-family: georgia, sans-serif;
	font-size: 120%;
	font-weight: bold;
	padding: 1% 5%;
}
#mask1 img{
	width: 100%;
}
#mistydays h1{
	font-family: Eagle Lake, serif;
	font-size: 150%;
	font-weight: bold;
	padding: 3% 10% 0 17%;
}
#mistydays{
	width: 80%;
	text-align: left;
	letter-spacing: 0.2em;
	font-family: Eagle Lake, serif;
	font-size: 150%;
	font-weight: bold;
	line-height: 1.6;
	background: url("images/Misty Days Full.jpg");
	background-repeat: no-repeat;
	padding: 2% 5% 1% 15%;
	margin: 0 auto;
	border-radius: 50px;
	border: 5px solid #800080;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.deepsorrow{
	width: 100%;
	font-family: georgia, sans-serif;
	font-size: 120%;
	font-weight: bold;
	padding:3% 5% 2% 5%;
}
.listening{
	width: 100%;
	font-family: georgia, sans-serif;
	font-size: 120%;
	font-weight: bold;
	padding:1% 5% 2% 5%;
}
.hitnrun{
	width: 100%;
	font-family: georgia, sans-serif;
	font-size: 120%;
	font-weight: bold;
	padding:3% 5% 1% 5%;
}
.judgement{
	width: 100%;
	text-align: justify;
	font-family: georgia, sans-serif;
	font-size: 120%;
	font-weight: bold;
	padding:2% 5% 1% 5%;
}
.judgement2{
	width: 100%;
	text-align: justify;
	font-family: georgia, sans-serif;
	font-size: 120%;
	font-weight: bold;
	padding:2% 5% 3% 5%;
}
#LadyJustice img{
	width: 15%;
	float: right;
	clear: all;
	padding: 3% 1%;
}
#YouthAlone img{
	width: 80%;
	text-align: left;
	padding: 0;
	margin: 0 15% 0 10%;
	border-radius: 60px;
	border: 5px solid #900020;
}
#cleansed h1{
	color: #A2006D;
	text-align: center;
	font-family: Eagle Lake, serif;
	font-size: 120%;
	font-weight: bold;
	padding: 1% 20% 4% 5%;
	margin: 0 auto;
}
#cleansed{
	width: 62%;
	color: #A2006D;
	text-align: left;
	font-family: Eagle Lake, serif;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.6;
	background: url("images/cleansed 1A.jpg");
	background-repeat: no-repeat;
	margin: 5% auto;
	padding: 3% 9% 0 11%;
	border-radius: 60px;
	border: 4px solid #A2006D;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}





	/*-----Chapter Three starts here---//////////////////////////////////////////*/

#container3{
	width: 100%;
	background: url("images/Blue Marble2023.jpg");
}
.CH3PT1 h1{
	text-align: center;
	font-family: georgia, serif;
	font-size: 120%; 
	font-weight: bold;
	padding: 5% 5% 0 5%;
	margin: 0 auto;
}
#primrose img{
	width: 85%;
	text-align: left;
	margin: 3% 5% 1% 8%;
	padding: 0;
	border: 5px solid #B22222;
}
.brainwash{
	color: #000080;
	width: 100%;
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
	padding:2% 5% 4% 5%;
}
#Awestruck h1{
	color: #900020;
	font-family: Eagle Lake, serif;
	font-size: 130%;
	font-weight: bold;
	line-height: 2;
	margin: 0 auto;
	padding: 0% 30% 2% 30%;
}
#Awestruck{
	color: #900020;
	width: 79.5%;
	text-align: left;
	letter-spacing: 0.2em;
	font-family: Eagle Lake, serif;
	font-size: 130%;
	font-weight: bold;
	line-height: 1.7;
	background: url("images/Awestruck Full1a.jpg");
	margin: 0 auto;
	padding: 4% 2% 4% 7%;
	border-radius: 40px;
	border: 6px solid #900020;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.postwar{
	color: #000080;
	width: 100%;
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
	padding:3% 5% 1% 5%;
}
#Bairn1 img{
	width: 45%;
	text-align: center;
	margin: 1% 25%;
	border-radius: 50px;
	border: 5px solid #A2006D;
}
.Hurt{
	color: #000080;
	width: 100%;
	text-align: center;
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
	padding: 1% 0;
}
#Goduses h1{
	font-size: 120%;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 auto;
	padding: 5%;
}
#Goduses{
	width: 90%;
	text-align: left;
	font-family: Georgia, serif;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.5;
	background: url("images/God Uses 2023 Full.jpg");
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 5% 20% 6% 31%;
	border-radius: 100px;
	border: 6px solid #00008B;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.MothersLove{
	color: #000080;
	width: 100%;
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
	padding:2% 5%;
}
.MothersLove2{
	color: #000080;
	width: 100%;
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
	padding:3% 5% 2% 5%;
}
#Pollyanna img{
	width: 40%;
	text-align: center;
	margin: 1% 25%;
	border-radius: 40px;
	border: 8px solid #8B0000;
}
#Film img{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0 1%;
}
.Redecorating{
	color: #000080;
	width: 100%;
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
	padding:2% 5%;
}
.Redecorating2{
	color: #000080;
	width: 100%;
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
	padding: 2% 5% 0.6% 5%;
}
.SocialCircles{
	color: #000080;
	width: 100%;
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
	padding:1% 5% 2% 5%;
}
.SocialCircles2{
	color: #000080;
	width: 100%;
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
	padding:2% 5%;
}
#Caterpillar img{
	width: 60%;
	text-align: center;
	margin: 0 25% 0 20%;
	border-radius: 40px;
	border: 6px solid #A50021;
}
.PerfectMum{
	color: #000080;
	width: 100%;
	text-align: justify;
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
	padding:2% 5%;
}
#Athena {
	width: 17%;
	float: right;
	margin: 1% 2% 1% 2%;
	padding: 1% 0%;
}
#StoneAngel1 {
	width: 10%;
	float: right;
	clear: all;
	padding: 0% 1% 0% 2%;
}
#SharedThought1 h1{
	width: 100%;
	color: #800020;
	text-align: center;
	letter-spacing: 0.3em;
	font-family: Georgia, serif; 
	font-size: 100%;
	font-weight: bold;
	padding: 1% 10% 3% 10%;
}
#SharedThought{
	width: 76%;
	color: #800020;
	text-align: center;
	letter-spacing: 0.4em;
	font-family: Eagle Lake, serif;
	font-size: 140%;
	font-weight: bold;
	line-height: 2;
	background: url("images/Who you're NOTNovBG2.jpg");
	background-repeat: no-repeat;
	padding: 2% 0;
	margin: 0 12% 0 11%;
	border-radius: 40px;
	border: 5px solid #900020;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.STcopyright{
	color: #800020;
	width: 100%;
	text-align: center;
	letter-spacing: 0.3em;
	font-family: Georgia, serif; 
	font-size: 40%;
	font-weight: bold;
	margin: 0 auto -2% auto;
	padding: 2% 10% 0 10%;
}
.CH3PT2 h1{
	text-align: center;
	font-family: georgia, sans-serif;
	font-size: 120%; 
	font-weight: bold;
	padding: 1% 5% 0 5%;
	margin: 0 auto;
}
.EddieBack{
	color: #000080;
	width: 100%;
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
	padding:3% 5% 2% 5%;
}
.space1E2{
	color: #000080;
	text-align: center;
	width: 30%;
	font-family: georgia, serif;
	font-size: 100%;
	font-weight: bold;
	padding:2% 42%;
}
.EddieBack2{
	color: #000080;
	width: 100%;
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
	padding:2% 5%;
}
.space1E3{
	color: #000080;
	text-align: center;
	width: 30%;
	font-family: georgia, serif;
	font-size: 100%;
	font-weight: bold;
	padding:2% 42%;
}
.EddieBack3{
	color: #000080;
	width: 100%;
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
	padding:2% 5%;
}
.space1E4{
	color: #000080;
	text-align: center;
	width: 30%;
	font-family: georgia, serif;
	font-size: 100%;
	font-weight: bold;
	padding:2% 42%;
}

.EddieBack4{
	color: #000080;
	width: 100%;
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
	padding:2% 5%;
}
.space1E5{
	color: #000080;
	text-align: center;
	width: 30%;
	font-family: georgia, serif;
	font-size: 100%;
	font-weight: bold;
	padding:2% 42%;
}
.EddieBack5{
	color: #000080;
	width: 100%;
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
	padding:2% 5% 1% 5%;
}
.PrayerNew{
	color: #000080;
	width: 15%;
	text-align: center;
	font-family: Georgia, serif;
	font-size: 130%;
	font-weight: bold;
	margin: 0 auto;
	padding: 1% 2% 2% 2%;
}
#Prayer{
	width: 93%;
	color: #800020;
	text-align: center;
	letter-spacing: 0.1em;
	font-family: Eagle Lake, serif;
	font-size: 160%;
	font-weight: bold;
	line-height: 2.1;
	background: url("images/Oh Lord New Oct 2020BG.jpg");
	background-repeat: no-repeat;
	margin: 0 auto 2% auto;
	padding: 4% 1% 1% 0;
	border-radius: 80px;
	border: 6px solid #800020;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.PRcopyright{
	text-align: center;
	font-family: georgia;
	font-size: 50%;
	font-weight: bold;
	padding: 3% 0 0 0;
}
.Solitude{
	color: #000080;
	width: 100%;
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
	padding: 1% 5%;
}
.space1E6{
	color: #000080;
	text-align: center;
	width: 30%;
	font-family: georgia, serif;
	font-size: 100%;
	font-weight: bold;
	padding:2% 42%;
}
.Solitude2{
	color: #000080;
	width: 100%;
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
	padding: 2% 5%;
}
.space1E7{
	color: #000080;
	text-align: center;
	width: 30%;
	font-family: georgia, serif;
	font-size: 100%;
	font-weight: bold;
	padding:2% 42%;
}
.Suicidal{
	color: #000080;
	width: 100%;
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
	padding: 1% 5%;
}
.NewDog{
	color: #000080;
	width: 100%;
	text-align: justify;
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
	padding: 0 5%;
}
#Mutt1 img{
	width: 12%;
	float: left;
	padding: 0;
	margin: 2% 2% 0 0;
	border-radius: 10%;
	border: 4px solid #00008B;
}
#Poodle1 img{
	width: 13%;
	float: right;
	margin: 2% -2% 0 1%;
	padding: 0; 
	border-radius: 10%;
	border: 4px solid #00008B;
}
#TennisR img{
	width: 12%;
	float: left;
	margin: 2%;
	padding: 1%; 
}
#WorldGlobe1 img{
	width: 12%;
	float: right;
	margin: 2%;
	padding: 2% 1%; 
}
.space1E8{
	color: #000080;
	text-align: center;
	width: 30%;
	font-family: georgia, serif;
	font-size: 100%;
	font-weight: bold;
	padding:2% 42%;
}
.Marraige{
	color: #000080;
	width: 100%;
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
	padding: 2% 5%;
}
.space1E9{
	color: #000080;
	text-align: center;
	width: 30%;
	font-family: georgia, serif;
	font-size: 100%;
	font-weight: bold;
	padding:2% 42%;
}
.Dispensary{
	color: #000080;
	width: 100%;
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
	padding:2% 5%;
}
#Drunks1 img{
	width: 90%;
	margin: 0 5%;
	border-radius: 40px;
	border: 5px solid #00008B;
}
.Dispensary1{
	color: #000080;
	width: 100%;
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
	padding: 1% 5% 0.6% 5%;
}
.EddieDies{
	color: #000080;
	width: 100%;
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
	padding: 1% 5% 2% 5%;
}
.space1E10{
	color: #000080;
	text-align: center;
	width: 30%;
	font-family: georgia, serif;
	font-size: 100%;
	font-weight: bold;
	padding:2% 42%;
}
.EddieDies2{
	color: #000080;
	width: 100%;
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
	padding: 2% 5% 3% 5%;
}
#Heartaches h1{
	color: #A50021;
	width: 100%;
	font-weight: bold;
	font-family: Fondamento, serif;
	font-size: 130%;
	padding:3% 5% 1% 20%;
}
#Heartaches{
	color: #A50021;
	width: 90%;
	text-align: left;
	letter-spacing: 0.15em;
	font-family: Fondamento, serif;
	font-size: 130%;
	font-weight: bold;
	line-height: 1.5;
	background: url("images/Heartaches New NovBG1210.jpg");
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 2% 20% 7.5% 27%;
	border-radius: 40px;
	border: 9px solid #A50021;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.Heart1{
	color: #000080;
	text-align: left;
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
	padding: 1% 5%;
}
.Heart2{
	color: #000080;
	text-align: center;
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
	padding: 1% 5% 0% 5%;
}
.Heart3{
	color: #000080;
	text-align: left;
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
	padding: 3% 5% 1% 5%;
}
.Memories{
	color: #000080;
	width: 100%;
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
	padding:2% 5% 1% 5%;
}
#Redeemer h1{
	font-size: 120%;
	font-weight: bold;
	margin: 5% 30% 2% 18%;
}
#Redeemer{
	width: 90%;
	text-align: left;
	letter-spacing: 0.2em;
	font-family: Georgia, serif;
	font-size: 113%;
	font-weight: bold;
	line-height: 1.3;
	background: url("images/The Redeemer 3a.jpg");
	margin: 0 auto;
	padding: 3% 15% 6% 28.5%;
	border-radius: 60px;
	border: 6px solid #800020;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.RediscoveringGod{
	color: #000080;
	width: 100%;
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
	padding: 1% 5% 0.6% 5%;
}
.LordsPrayer{
	color: #000080;
	width: 100%;
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
	padding: 1% 5% 0.6% 5%;
}
.WindingRoad{
	color: #000080;
	width: 100%;
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
	padding: 1% 5%;
}
.space1E11{
	color: #000080;
	text-align: center;
	width: 30%;
	font-family: georgia, serif;
	font-size: 100%;
	font-weight: bold;
	padding:2% 42%;
}
.Hospital{
	color: #000080;
	width: 100%;
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
	padding:2% 5% 1% 5%;
}
.CH3PT3 h1{
	width: 100%;
	text-align: center;
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
	padding: 3% 5%;
}
.Funeral{
	color: #000080;
	width: 100%;
	text-align: justify;
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
	padding:1% 5% 0.6% 5%;
}
#MaryQuant1 img{
	width: 15%;
	float: left;
	padding: 0;
	margin: 2% 2% 3% 0;
	border-radius: 20px;
	border: 3px solid #00008B;
	
}
#LondonBus img{
	width: 18%;
	float: right;
	margin: 2% 0 4% 0;
	padding: 2% 1%;
	margin: 3% 0%;
}
.Conman{
	color: #000080;
	width: 100%;
	text-align: justify;
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
	padding: 1% 5% 0.6% 5%;
}
#GS1 img{
	width: 15%;
	float: right;
	clear: all;
	padding: 4% 2%;
}
.Disorders{
	color: #000080;
	width: 100%;
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
	padding: 1% 5%;
}
.space1E12{
	color: #000080;
	text-align: center;
	width: 30%;
	font-family: georgia, serif;
	font-size: 100%;
	font-weight: bold;
	padding:2% 42%;
}
.SimonMovesIn{
	color: #000080;
	width: 100%;
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
	padding:1% 5%;
}
.space1E13{
	color: #000080;
	text-align: center;
	width: 30%;
	font-family: georgia, serif;
	font-size: 100%;
	font-weight: bold;
	padding:2% 42%;
}
.AnotherPlanet{
	color: #000080;
	width: 100%;
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
	padding:1% 5%;
}
.ThatDog{
	color: #000080;
	width: 100%;
	text-align: justify;
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
	padding: 1% 5% 0.6% 5%;
}
#jumpdog img{
	width: 18%;
	float: right;
	margin: 0 0 0 2%;
	padding: 1%;
}
.TheBoss{
	color: #000080;
	width: 100%;
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
	padding: 1% 5% 5% 5%;
}
.line-separatorEddie{
	height: 5px;
	background: #000080;
	border-bottom: 5px solid #000080;
}
#container4{
	width: 100%;
	background: url("images/Grey Ripple1b40.jpg");
}
.ForEddie h1{
	color: #000080;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-family: Georgia, serif;
	font-size: 120%;
	padding: 3% 5% 5% 5%;
}
.ForEddie{
	color: #000080;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-family: Georgia, serif;
	font-size: 120%;
	padding: 3% 5% 5% 5%;
}
#Regrets h1{
	color: #000080;
	font-weight: bold;
	font-family: Berkshire Swash, serif;
	font-size: 120%;
	padding: 7% 10% 1% 35%;
}
#Regrets{
	width: 53%;
	color: #000080;
	text-align: left;
	letter-spacing: 0.18em;
	font-family: Berkshire Swash, serif;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.7;
	background: url("images/RegretsBGFull.jpg");
	background-repeat: no-repeat;
	margin: 0 24%;
	padding: 10% 2% 5% 5%;
	border: 5px solid blue;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.ARcopyright{
	text-align: left;
	font-family: georgia;
	font-size: 50%;
	font-weight: bold;
	margin: 5% auto;
}
.LastDays{
	width: 100%;
	font-weight: bold;
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
	padding: 2% 5%;
}
#Tatras img{
	width: 90%;
	margin: 0 5% 2% 5%;
	border: 6px solid #900020;
}
.Poland{
	text-align: center;
	font-family: georgia, serif;
	font-size: 140;
	font-weight: bold;
}
.line-separatorPoland{
	width: 100%;
	height:3px;
	background: #000080;
	border-bottom:1px solid #000080;
	margin: 0 auto;
}

.CH3PT4 h1{
	color: #000080;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-family: georgia, serif;
	font-size: 120%;
	padding: 5% 5% 2% 5%;
}
.Military{
	color: #000080;
	width: 100%;
	font-weight: bold;
	font-family: georgia, serif;
	font-size: 120%;
	padding: 3% 5% 5% 5%;
}
#TheCall h1{
	width: 90%;
	font-weight: bold;
	font-family: georgia, serif;
	font-size: 120%;
	padding: 2% 15% 1% 30%;
}
#TheCall{
	width: 90%;
	text-align: left;
	letter-spacing: 0.15em;
	font-family: Georgia, serif;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.6;
	background: url("images/The Call NewBG3.jpg");
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 1% 20% 3% 26%;
	border: 5px solid #00008B;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.CallToArms{
	color: #000080;
	width: 100%;
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
	padding: 2% 5%;
}
.space1a{
	color: #000080;
	width: 100%;
	text-align: center;
	font-family: georgia, serif;
	font-size: 100%;
	font-weight: bold;
	padding: 2% 5%;
}
#RiverJordan img{
	width: 100%;
	text-align: left;
	margin: 3% auto 1% auto;
	border: 6px solid #800020;
}
.Jordan1{
	text-align: center;
	font-family: georgia, serif;
	font-size: 140;
	font-weight: bold;
	margin: 1% 0 2% 0;
}
.Naaman{
	color: #000080;
	width: 100%;
	font-weight: bold;
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
	padding: 2% 5%;
}
#OpenDoors h1{
	width: 100%;
	font-weight: bold;
	font-family: Georgia, serif;
	font-size: 120%;
	padding: 9% 15% 3% 12%;
}
#OpenDoors{
	width: 100%;
	text-align: left;
	font-family: Georgia, serif;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.5;
	background: url("images/Open Doors New BG1fd.jpg");
	margin: 0 auto;
	padding: 3% 15% 5% 38%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.UnSee{
	color: #000080;
	width: 100%;
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
	padding: 3% 5% 2% 5%;
}
.space1b{
	color: #000080;
	width: 100%;
	text-align: center;
	font-family: georgia, serif;
	font-size: 100%;
	font-weight: bold;
	padding: 2% 5%;
}
.UnSee2{
	color: #000080;
	width: 100%;
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
	padding: 2% 5% 0% 5%;
}
#Consecration h1{
	color: #A2006D;
	font-weight: bold;
	font-family: Eagle Lake, serif;
	font-size: 120%;
	padding: 2% 1% 2% 20%;
}
#Consecration{
	color: #A2006D;
	width: 50%;
	text-align: left;
	letter-spacing: 0.2em;
	font-family: Eagle Lake, serif;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.8;
	background: url("images/ConsecrationNEWBGFull.jpg");
	background-repeat: no-repeat;
	margin: 3% auto 1% auto;
	padding: 2% 3% 1.5% 5%;
	border-radius: 60px;
	border: 5px solid #A2006D;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.ABcopyrightC{
	text-align: left;
	font-family: georgia;
	font-size: 60%;
	font-weight: bold;
	padding: 2% 23% 2% 1%;
}
.Dedication{
	color: #000080;
	width: 100%;
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
	padding: 1% 5%;
}
.SignOff{
	color: #000080;
	text-align: right;
	font-family: French Script MT;
	font-size: 220%;
	font-weight: bold;
	padding: 0 5%;
}
#Wonder h5{
	color: #A2006D;
	font-weight: bold;
	font-family: Book Antiqua, serif;
	font-size: 100%;
	padding:25% 0% 0% 2.2%;
}
#Wonder{
	color: #A2006D;
	width: 34.7%;
	text-align: left;
	letter-spacing: 0em;
	font-family:Book Antiqua, serif;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.5;
	background: url("images/The Wonder Of His Love BG460.jpg");
	background-repeat: no-repeat;
	margin: 2% 20% 0 31%;
	padding: 0% 2% 0 4%;
	border-radius: 30px;
	border: 4px solid #A2006D;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.Wcopyright{
	text-align: left;
	font-family: georgia;
	font-size: 50%;
	font-weight: bold;
	margin: 1% auto;
	padding: 0 0 2% 0;
}
.line-separatorThyWord{
	width: 100%;
	height:3px;
	background: #00008B;
	border-bottom:1px solid #00008B;
	margin: 0 auto;
}
#container5{
	background: url("images/Blue Marble 1ab.jpg");
}
#ThyWord h1{
	color: #00008B;
	width: 100%;
	float: left;
	font-family: Berkshire Swash, serif;
	font-size: 120%;
	font-weight: bold;
	margin: 1% auto;
	padding: 1% 2%;
}
#ThyWord{
	color: #00008B;
	width: 50%;
	float: left;
	letter-spacing: 0.15em;
	font-family: Berkshire Swash, serif;
	font-size: 120%;
	font-weight: bold;
	line-height: 2;
	background: url("images/Thy Word Is TruthNewBG.jpg");
	background-repeat: no-repeat;
	margin: 6% 5% 5% 5%;
	padding: 2% 5% 0 6%;
	border-radius: 30px;
	border: 4px solid #00008B;	
}
.TWcopyright{
	color: #00008B;
	text-align: left;
	font-family: georgia;
	font-size: 60%;
	font-weight: bold;
	padding: 2% 23% 2% 1%;
}
.wordistruth {
	color: #000080;
	width: 100%;
	line-height: 1.5;
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
	padding: 3% 2% 0% 20%;
}
.wordistruth2 {
	color: #000080;
	width: 15%;
	text-align: left;
	float: right;
	line-height: 1.5;
	font-weight: bold;
	padding: 0% 2%;
}
.button {
	float: left;
	display: inline-block;
	background-color: #89CFF0;
	color: 3D0C02;
	text-align: center;
	margin: 1% 25%;
	padding: 8px 12px; 
	font-size: 120%;
	cursor: pointer;
	border-radius: 10px;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	border: 2px solid red;
}
.button:active{
	color: 3D0C02;
	background-color: #D470A2;
}
.Wordsgallery{
	color: #000080;
	width: 95%;
	text-align: center;
	line-height: 1.5;
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
	margin: 8% auto 1% auto;
	padding: 1% 2% 0% 2%;
}
footer{
	color: white;
	background-color: #000080;
	height: 20px;
	text-align: center;
	font-size: 80%;
	font-family: Georgia;
	font-weight: bold;
	padding: 3% 0;
	margin: 0;
}
#roseofsharon{
	text-align: left;
	float: right;
	padding: 0 5% 0 90%;
}
.idbanner{
	font-family: French Script MT;
	font-size: 300%;
	font-weight: bold;
	color: #990099;
	text-align: center;
	margin: 0 auto;
}
.acknowledge{
	color: #000080;
	width: auto;
	text-align: left;
	font-family: georgia, sans-serif;
	font-size: 120%; 
	font-weight: bold;
	padding: 0 5%;
}
.acknowledge h1{
	color: #000080;
	width: auto;
	text-align: center;
	font-family: georgia, sans-serif;
	font-size: 120%; 
	font-weight: bold;
	padding: 0 5%;
}
.attributions h1{
	color: #000080;
	width: auto;
	text-align: center;
	font-family: georgia, sans-serif;
	font-size: 120%; 
	font-weight: bold;
	padding: 0 5%;
}
.attributions {
	color: #000080;
	width: auto;
	text-align: left;
	font-family: georgia, sans-serif;
	font-size: 120%; 
	font-weight: bold;
	padding: 0 5%;
}
.availablehelp{
	color: #000080;
	width: auto;
	text-align: left;
	font-family: georgia, sans-serif;
	font-size: 120%;
font-weight: bold;	
	padding: 0 5%;
}
.availablehelp h1{
	color: #000080;
	width: auto;
	text-align: center;
	font-family: georgia, sans-serif;
	font-size: 120%; 
	font-weight: bold;
	padding: 0 5%;
}
.wuddum234{
	text-align: right;
	font-family: French Script MT;
	font-size: 180%;
	font-weight: bold;
	color: #990099;
	padding: 0 5%;
}















/*	MEDIA QUEIRIES ONWARDS/////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


@media screen and (max-width: 1280px){
	#looktosky h1{
		font-size: 110%;
		padding: 2% 20% 4% 7%;
		margin: o auto;
	}
	#looktosky {
		width: 40%;
		line-height: 1.6;
		letter-spacing: 0.1em;
		font-size: 120%; 
		background: url("images/Look To The SkyBG540.jpg");
		background-repeat: no-repeat;
		padding: 1% 2% 2% 5%;
		margin: 0% 20% 0 28%;
		border: 4px solid red;
	}
	.dropbtn {
		width: 240px;
		font-size: 90%;
		padding: 10px;
		margin: 0 0 0 5.4%;
	}

	.dropdown-content {
		margin: 0 0 0 8.5%;
		min-width: 225px;
	}

	.dropbtn2 {
		width: 240px;
		font-size: 90%;
		margin: 0 0 0 5.4%;
		border-radius: 10px;
		padding: 10px;
	}

	.dropdown-content2 {
		margin: 0 0 0 8.5%;
		min-width: 225px;
	}

	.dropbtn3 {
		width: 240px;
		font-size: 90%;
		margin: 0 0 0 5.4%;
		padding: 10px;
	}

	.dropdown-content3 {
		margin: 0 0 0 8.5%;
		min-width: 225px;
	}

	.dropbtn4 {
		width: 240px;
		font-size: 90%;
		margin: 0 0 0 5.4%;
		padding: 10px;
	}

	.dropdown-content4 {
		margin: 0 0 0 8.5%;
		min-width: 225px;
	}

	.dropbtn5 {
		width: 240px;
		font-size: 90%;
		margin: 0 0 0 5.4%;
		padding: 10px 10px 29px 10px;
	}

	.dropdown-content5 {
		margin: 0 0 0 8.5%;
		min-width: 225px;
	}
	.dropdown-content5 a {
		padding: 12px 16px;
		border: 2px solid blue;
	}
	
	#rainbow{
		width: 56%;
		background: url("images/rainbow1280.jpg");
		padding: 2% 2% 2% 3%;
	}
	#price{
		width: 47%;
		padding: 2% 5% 2% 2%;
		background: url("images/Bought With A Price BG1.jpg");
		background-repeat: no-repeat;
	}
	#sometimes{
		width: 98%; 
		background: url("images/Sometimes BG1280NA.jpg");
		background-repeat: no-repeat;
		padding: 5% 0% 5% 10%;
	}
	#books{
		width: 86%;
		line-height: 1.28;
		font-size: 110%;
		background: url("images/Books 2023 60_40 1280.jpg");
		background-repeat: no-repeat;
		padding: 2% 0% 3% 28%;
		margin: 0 auto;
		border: 4px solid #00008B;
	}
	#glassslippers h1{
		padding: 1% 10% 2% 0;
	}
	#glassslippers{
		width: 100%;
		font-size: 100%;
		line-height: 1.48;
		background: url("images/Slippers Made Of Glass Rounded1280N.jpg");
		background-repeat: no-repeat;
		padding: 2% 15% 7% 29%;
		margin: 0 auto;
	}

	#heavenly {
		width: 68%;
	}
	.rain1{
		padding: 0 2%;
	}
	#Damp1 img{
		padding: 3% 0% 5% 4%;
	}
	#Rubble1 img{
		padding:  1% 1% 3% 1%;
	}
	#Rubble1 img{
		padding:  1%;
	}
	#waiting{
		width: 48%;
		line-height: 1.3;
		font-size: 120%; 
		background: url("images/He's Waiting Gold615.jpg");
		background-repeat: no-repeat;
		padding: 3% 2% 1% 3%; 
		margin: 2% 25% 0 25%;
	}
	#BWire1 img{
		width: 95%;
		margin: 0 auto;
	}
	#nofear h1{
		line-height: 1.7;
		font-size: 130%;
		padding: 0 0 4% 0;
	}
	#nofear{
		width: 94.9%;
		line-height: 1.3;
		letter-spacing: 0.2em;
		font-size: 140%;
		padding: 2% 15% 3% 27%;
		background: url("images/No Fear BGU1207.jpg");
		background-repeat: no-repeat;
		margin: 0 auto 3% auto;
	}
	#calvary h1{
		text-align: left;
		font-size: 120%;
		padding: 9% 0% 2% 18%;
	}
	#calvary{
		width: 98.7%;
		line-height: 1.6;
		background: url("images/Calvary BGU1225.jpg");
		background-repeat: no-repeat;
		padding: 0% 0% 6% 30%;
		margin: 0 auto;
	}
	#basement{
		width: 96%;
		font-size: 90%;
		background: url("images/The Basement R1200.jpg");
		background-repeat: no-repeat;
		padding: 0 0 15% 29%;
		margin: 0 auto;
	}
	#SadGirl1 img{
		padding: 13% 1%;
	}
	#heartsong{
		width: 90%;
		font-size: 120%;
		line-height: 1.4;
		background: url("images/Warmcloudsfs1New.jpg");
		background-repeat: no-repeat;
		padding: 5% 5% 2% 15%;
		margin: 0 auto;
		border: 4px solid red;
	}
	#mistydays{
		width: 80%;
		text-align: left;
		letter-spacing: 0.2em;
		font-family: Eagle Lake, serif;
		font-size: 150%;
		font-weight: bold;
		line-height: 1.6;
		background: url("images/Misty Days Full.jpg");
		background-repeat: no-repeat;
		padding: 2% 5% 1% 15%;
		margin: 0 auto;
	}
	
	.eddiesworld{
		padding: 1% 5% 2% 5%;
		margin: 0 auto;
	}
	#cleansed{
		width: 60%;
		padding: 3% 5% 2% 7%;
	}
	#Goduses h1{
		font-size: 120%;
		font-weight: bold;
		line-height: 1.4;
		margin: 0 auto;
		padding: 5%;
	}
	#Goduses{
		width: 87%;
		font-size: 120%;
		line-height: 1.5;
		background: url("images/God Uses Broken ThingsNovAllRoundBG1110.jpg");
		background-repeat: no-repeat;
		margin: 0 auto;
		padding: 5% 25% 2% 28%;
	}
	#SharedThought{
		width: 76%;
		letter-spacing: 0.4em;
		font-size: 140%;
		line-height: 2;
		background: url("images/Who you're NOTNovBG2.jpg");
		background-repeat: no-repeat;
		padding: 2% 0;
		margin: 0 12% 0 11%;
	}
	#Prayer{
		width: 90%;
		letter-spacing: 0.05em;
		font-size: 150%;
		line-height: 2.1;
		background: url("images/Oh Lord New Oct 2020BG.jpg");
		background-repeat: no-repeat;
		margin: 0 auto 2% auto;
		padding: 4% 1% 1% 1%;
	}
	#Mutt1 img{
		width: 12%;
		padding: 9.5% 1%; 
	}
	#Poodle1 img{
		width: 13%;
		padding: 7% 1% 8% 1%; 
	}
	#TennisR img{
		width: 12%;
		padding: 21% 1%;
		
	}
	#WorldGlobe1 img{
		width: 12%;
		padding: 19% 1%; 
	}
	#MaryQuant1 img{
		width: 15%;
		padding: 2% 2% 5% 2%;
	}

	#LondonBus img{
		width: 15%;
		padding: 4% 1%;
		margin: 3% 0%;
	}
	#Athena {
		width: 10%;
		padding: 1% 13% 1% 1%;
	}
	#StoneAngel1 {
		width: 10%;
		padding: 0% 4% 0% 1%;
	}
	
	#Heartaches h1{
		width: 100%;
		font-weight: bold;
		font-family: Fondamento, serif;
		font-size: 120%;
		padding:3% 5% 3% 22%;
	}
	#Heartaches{
		width: 89%;
		letter-spacing: 0.15em;
		font-size: 130%;
		line-height: 1.5;
		background: url("images/Heartaches New NovBG1105.jpg");
		background-repeat: no-repeat;
		margin: 0 auto;
		padding: 2% 20% 8% 25%;
		border-radius: 40px;
		border: 9px solid #A50021;
	}
	#Redeemer h1{
		font-size: 120%;
		font-weight: bold;
		margin: 5% 30% 2% 19%;
	}
	#Redeemer{
		width: 90%;
		text-align: left;
		letter-spacing: 0.2em;
		font-family: Georgia, serif;
		font-size: 120%;
		font-weight: bold;
		line-height: 1.3;
		background: url("images/The Redeemer NewBG1210.jpg");
		margin: 0 auto;
		padding: 3% 15% 5% 30%;
		border-radius: 60px;
		border: 6px solid red;
	}
	#Regrets h1{
		width: 67%;
		color: #000080;
		font-size: 120%;
		padding: 20% 10% 1% 37%;
	}
	#Regrets{
		width: 55%;
		color: #000080;
		letter-spacing: 0.18em;
		font-size: 120%;
		line-height: 1.7;
		background: url("images/RegretsBG680.jpg");
		background-repeat: no-repeat;
		margin: 0 auto;
		padding: 3% 2% 3% 5%;
	}
	#TheCall h1{
		width: 100%;
		font-size: 120%;
		padding:6% 15% 3% 33%;
	}
	#TheCall{
		width: 89.8%;
		text-align: left;
		letter-spacing: 0.075em;
		font-family: Georgia, serif;
		font-size: 120%;
		font-weight: bold;
		line-height: 1.6;
		background: url("images/The Call NewBG1280.jpg");
		background-repeat: no-repeat;
		margin: 0 auto;
		padding: 1% 20% 2.5% 26%;
	}
	
	#OpenDoors h1{
		width: 100%;
		font-size: 120%;
		padding:9% 15% 3% 12%;
	}
	#OpenDoors{
		width: 100%;
		font-size: 120%;
		line-height: 1.5;
		background: url("images/Open Doors New BG1fd.jpg");
		background-repeat: no-repeat;
		margin: 0 10% 0 -5%;
		padding: 3% 15% 10% 41%;
	}
	
	#Consecration h1{
		font-size: 120%;
		padding: 2% 1% 2% 20%;
	}
	#Consecration{
		color: #A2006D;
		width: 50%;
		text-align: left;
		letter-spacing: 0.2em;
		font-family: Eagle Lake, serif;
		font-size: 110%;
		font-weight: bold;
		line-height: 1.8;
		background: url("images/ConsecrationNEWBGFull.jpg");
		background-repeat: no-repeat;
		margin: 3% auto 1% auto;
		padding: 2% 3% 0 5%;
	}
	.ABcopyrightC{
		text-align: left;
		font-family: georgia;
		font-size: 50%;
		font-weight: bold;
		padding: 8% 23% 2% 1%;
	}
	#Wonder{
		width: 34.7%;
		letter-spacing: 0em;
		font-size: 110%;
		line-height: 1.5;
		background: url("images/The Wonder Of His Love BG460.jpg");
		background-repeat: no-repeat;
		margin: 2% 20% 0 31%;
		padding: 0 2% 0 4%;
	}
	#ThyWord{
		width: 50%;
		font-size: 120%;
		background: url("images/Thy Word Is TruthNewBG.jpg");
		background-repeat: no-repeat;
		margin: 5% 5% 3% 5%;
		padding: 2% 5% 0 6%;
	}
	.wordistruth2 {
		width: 15%;
		text-align: left;
		float: right;
		line-height: 1.5;
		font-weight:  normal;
		padding: 3% 0%;
		
	}
	footer{
		color: white;
		background-color: #483C32;
		height: 20px;
		text-align: center;
		font-size: 80%;
		font-family: Georgia;
		padding: 3% 0;
		margin: 0;
	}
}
/*/////////////////////////////////////////////////////////////1230////////////////////////*/

@media screen and (max-width: 1230px){
	#looktosky h1{
		font-size: 110%;
		padding: 2% 20% 4% 7%;
		margin: o auto;
	}
	#looktosky {
		width: 40%;
		line-height: 1.6;
		letter-spacing: 0.1em;
		font-size: 120%; 
		background: url("images/Look To The SkyBG540.jpg");
		background-repeat: no-repeat;
		padding: 1% 2% 2% 5%;
		margin: 0% 20% 0 28%;
		border: 4px solid red;
	}
	.dropbtn {
		width: 240px;
		font-size: 90%;
		padding: 10px;
		margin: 0 0 0 5.4%;
	}

	.dropdown-content {
		margin: 0 0 0 8.5%;
		min-width: 225px;
	}

	.dropbtn2 {
		width: 240px;
		font-size: 90%;
		margin: 0 0 0 5.4%;
		border-radius: 10px;
		padding: 10px;
	}

	.dropdown-content2 {
		margin: 0 0 0 8.5%;
		min-width: 225px;
	}

	.dropbtn3 {
		width: 240px;
		font-size: 90%;
		margin: 0 0 0 5.4%;
		padding: 10px;
	}

	.dropdown-content3 {
		margin: 0 0 0 8.5%;
		min-width: 225px;
	}

	.dropbtn4 {
		width: 240px;
		font-size: 90%;
		margin: 0 0 0 5.4%;
		padding: 10px;
	}

	.dropdown-content4 {
		margin: 0 0 0 8.5%;
		min-width: 225px;
	}

	.dropbtn5 {
		width: 240px;
		font-size: 90%;
		margin: 0 0 0 5.4%;
		padding: 10px 10px 29px 10px;
	}

	.dropdown-content5 {
		margin: 0 0 0 8.5%;
		min-width: 225px;
	}
	.dropdown-content5 a {
		padding: 12px 16px;
		border: 2px solid blue;
	}
	
	#rainbow{
		width: 56%;
		background: url("images/rainbow1280.jpg");
		padding: 2% 2% 2% 3%;
	}
	#price{
		width: 47%;
		padding: 2% 5% 2% 2%;
		background: url("images/Bought With A Price BG1.jpg");
		background-repeat: no-repeat;
	}
	#sometimes{
		width: 98%; 
		background: url("images/Sometimes BG1280NA.jpg");
		background-repeat: no-repeat;
		padding: 5% 0% 5% 10%;
	}
	#books{
		width: 86%;
		line-height: 1.28;
		font-size: 110%;
		background: url("images/Books 2023 60_40 1230.jpg");
		background-repeat: no-repeat;
		padding: 2% 0% 3% 26%;
		margin: 0 auto;
		border: 4px solid #00008B;
	}
	#glassslippers h1{
		padding: 1% 10% 2% 0;
	}
	#glassslippers{
		width: 100%;
		font-size: 100%;
		line-height: 1.48;
		background: url("images/Slippers Made Of Glass Rounded1280N.jpg");
		background-repeat: no-repeat;
		padding: 2% 15% 7% 29%;
		margin: 0 auto;
	}

	#heavenly {
		width: 68%;
	}
	.rain1{
		padding: 0 2%;
	}
	#Damp1 img{
		padding: 3% 0% 5% 4%;
	}
	#Rubble1 img{
		padding:  1% 1% 3% 1%;
	}
	#Rubble1 img{
		padding:  1%;
	}
	#waiting{
		width: 48%;
		line-height: 1.3;
		font-size: 120%; 
		background: url("images/He's Waiting Gold615.jpg");
		background-repeat: no-repeat;
		padding: 3% 2% 1% 3%; 
		margin: 2% 25% 0 25%;
	}
	#BWire1 img{
		width: 95%;
		margin: 0 auto;
	}
	#nofear h1{
		line-height: 1.7;
		font-size: 130%;
		padding: 0 0 4% 0;
	}
	#nofear{
		width: 94.9%;
		line-height: 1.3;
		letter-spacing: 0.2em;
		font-size: 140%;
		padding: 2% 15% 3% 27%;
		background: url("images/No Fear BGU1207.jpg");
		background-repeat: no-repeat;
		margin: 0 auto 3% auto;
	}
	#calvary h1{
		text-align: left;
		font-size: 120%;
		padding: 9% 0% 2% 18%;
	}
	#calvary{
		width: 98.7%;
		line-height: 1.6;
		background: url("images/Calvary BGU1225.jpg");
		background-repeat: no-repeat;
		padding: 0% 0% 6% 30%;
		margin: 0 auto;
	}
	#basement{
		width: 96%;
		font-size: 90%;
		background: url("images/The Basement R1200.jpg");
		background-repeat: no-repeat;
		padding: 0 0 15% 29%;
		margin: 0 auto;
	}
	#SadGirl1 img{
		padding: 13% 1%;
	}
	#heartsong{
		width: 90%;
		font-size: 120%;
		line-height: 1.4;
		background: url("images/Warmcloudsfs1New.jpg");
		background-repeat: no-repeat;
		padding: 5% 5% 2% 15%;
		margin: 0 auto;
		border: 4px solid red;
	}
	#mistydays{
		width: 80%;
		text-align: left;
		letter-spacing: 0.2em;
		font-family: Eagle Lake, serif;
		font-size: 150%;
		font-weight: bold;
		line-height: 1.6;
		background: url("images/Misty Days Full.jpg");
		background-repeat: no-repeat;
		padding: 2% 5% 1% 15%;
		margin: 0 auto;
	}
	
	.eddiesworld{
		padding: 1% 5% 2% 5%;
		margin: 0 auto;
	}
	#cleansed{
		width: 60%;
		padding: 3% 5% 2% 7%;
	}
	#Goduses h1{
		font-size: 120%;
		font-weight: bold;
		line-height: 1.4;
		margin: 0 auto;
		padding: 5%;
	}
	#Goduses{
		width: 87%;
		font-size: 120%;
		line-height: 1.5;
		background: url("images/God Uses Broken ThingsNovAllRoundBG1110.jpg");
		background-repeat: no-repeat;
		margin: 0 auto;
		padding: 5% 25% 2% 28%;
	}
	#SharedThought{
		width: 76%;
		letter-spacing: 0.4em;
		font-size: 140%;
		line-height: 2;
		background: url("images/Who you're NOTNovBG2.jpg");
		background-repeat: no-repeat;
		padding: 2% 0;
		margin: 0 12% 0 11%;
	}
	#Prayer{
		width: 90%;
		letter-spacing: 0.05em;
		font-size: 150%;
		line-height: 2.1;
		background: url("images/Oh Lord New Oct 2020BG.jpg");
		background-repeat: no-repeat;
		margin: 0 auto 2% auto;
		padding: 4% 1% 1% 1%;
	}
	#Mutt1 img{
		width: 12%;
		padding: 9.5% 1%; 
	}
	#Poodle1 img{
		width: 13%;
		padding: 7% 1% 8% 1%; 
	}
	#TennisR img{
		width: 12%;
		padding: 21% 1%;
		
	}
	#WorldGlobe1 img{
		width: 12%;
		padding: 19% 1%; 
	}
	#MaryQuant1 img{
		width: 15%;
		padding: 2% 2% 5% 2%;
	}

	#LondonBus img{
		width: 15%;
		padding: 4% 1%;
		margin: 3% 0%;
	}
	#Athena {
		width: 10%;
		padding: 1% 13% 1% 1%;
	}
	#StoneAngel1 {
		width: 10%;
		padding: 0% 4% 0% 1%;
	}
	
	#Heartaches h1{
		width: 100%;
		font-weight: bold;
		font-family: Fondamento, serif;
		font-size: 120%;
		padding:3% 5% 3% 22%;
	}
	#Heartaches{
		width: 89%;
		letter-spacing: 0.15em;
		font-size: 130%;
		line-height: 1.5;
		background: url("images/Heartaches New NovBG1105.jpg");
		background-repeat: no-repeat;
		margin: 0 auto;
		padding: 2% 20% 8% 25%;
		border-radius: 40px;
		border: 9px solid #A50021;
	}
	#Redeemer h1{
		font-size: 120%;
		font-weight: bold;
		margin: 5% 30% 2% 19%;
	}
	#Redeemer{
		width: 90%;
		text-align: left;
		letter-spacing: 0.2em;
		font-family: Georgia, serif;
		font-size: 120%;
		font-weight: bold;
		line-height: 1.3;
		background: url("images/The Redeemer NewBG1210.jpg");
		margin: 0 auto;
		padding: 3% 15% 5% 30%;
		border-radius: 60px;
		border: 6px solid red;
	}
	#Regrets h1{
		width: 67%;
		color: #000080;
		font-size: 120%;
		padding: 20% 10% 1% 37%;
	}
	#Regrets{
		width: 55%;
		color: #000080;
		letter-spacing: 0.18em;
		font-size: 120%;
		line-height: 1.7;
		background: url("images/RegretsBG680.jpg");
		background-repeat: no-repeat;
		margin: 0 auto;
		padding: 3% 2% 3% 5%;
	}
	#TheCall h1{
		width: 100%;
		font-size: 120%;
		padding:6% 15% 3% 33%;
	}
	#TheCall{
		width: 89.8%;
		text-align: left;
		letter-spacing: 0.075em;
		font-family: Georgia, serif;
		font-size: 120%;
		font-weight: bold;
		line-height: 1.6;
		background: url("images/The Call NewBG1280.jpg");
		background-repeat: no-repeat;
		margin: 0 auto;
		padding: 1% 20% 2.5% 26%;
	}
	
	#OpenDoors h1{
		width: 100%;
		font-size: 120%;
		padding:9% 15% 3% 12%;
	}
	#OpenDoors{
		width: 100%;
		font-size: 120%;
		line-height: 1.5;
		background: url("images/Open Doors New BG1fd.jpg");
		background-repeat: no-repeat;
		margin: 0 10% 0 -5%;
		padding: 3% 15% 10% 41%;
	}
	
	#Consecration h1{
		font-size: 120%;
		padding: 2% 1% 2% 20%;
	}
	#Consecration{
		color: #A2006D;
		width: 50%;
		text-align: left;
		letter-spacing: 0.2em;
		font-family: Eagle Lake, serif;
		font-size: 110%;
		font-weight: bold;
		line-height: 1.8;
		background: url("images/ConsecrationNEWBGFull.jpg");
		background-repeat: no-repeat;
		margin: 3% auto 1% auto;
		padding: 2% 3% 0 5%;
	}
	.ABcopyrightC{
		text-align: left;
		font-family: georgia;
		font-size: 50%;
		font-weight: bold;
		padding: 8% 23% 2% 1%;
	}
	#Wonder{
		width: 34.7%;
		letter-spacing: 0em;
		font-size: 110%;
		line-height: 1.5;
		background: url("images/The Wonder Of His Love BG460.jpg");
		background-repeat: no-repeat;
		margin: 2% 20% 0 31%;
		padding: 0 2% 0 4%;
	}
	#ThyWord{
		width: 50%;
		font-size: 120%;
		background: url("images/Thy Word Is TruthNewBG.jpg");
		background-repeat: no-repeat;
		margin: 5% 5% 3% 5%;
		padding: 2% 5% 0 6%;
	}
	.wordistruth2 {
		width: 15%;
		text-align: left;
		float: right;
		line-height: 1.5;
		font-weight:  normal;
		padding: 3% 0%;
		
	}
	footer{
		color: white;
		background-color: #483C32;
		height: 20px;
		text-align: center;
		font-size: 80%;
		font-family: Georgia;
		padding: 3% 0;
		margin: 0;
	}
}

/*//////////////////////////////////////////////////////////////////////1080//////////////////////////////////////*/
@media screen and (max-width: 1080px){
	#looktosky h1{
		font-size: 110%;
		padding: 2% 20% 4% 7%;
		margin: o auto;
	}
	#looktosky {
		width: 40%;
		line-height: 1.6;
		letter-spacing: 0.1em;
		font-size: 120%; 
		background: url("images/Look To The SkyBG540.jpg");
		background-repeat: no-repeat;
		padding: 1% 2% 2% 5%;
		margin: 0% 20% 0 28%;
		border: 4px solid red;
	}
	.dropbtn {
		width: 240px;
		font-size: 90%;
		padding: 10px;
		margin: 0 0 0 5.4%;
	}

	.dropdown-content {
		margin: 0 0 0 8.5%;
		min-width: 225px;
	}

	.dropbtn2 {
		width: 240px;
		font-size: 90%;
		margin: 0 0 0 5.4%;
		border-radius: 10px;
		padding: 10px;
	}

	.dropdown-content2 {
		margin: 0 0 0 8.5%;
		min-width: 225px;
	}

	.dropbtn3 {
		width: 240px;
		font-size: 90%;
		margin: 0 0 0 5.4%;
		padding: 10px;
	}

	.dropdown-content3 {
		margin: 0 0 0 8.5%;
		min-width: 225px;
	}

	.dropbtn4 {
		width: 240px;
		font-size: 90%;
		margin: 0 0 0 5.4%;
		padding: 10px;
	}

	.dropdown-content4 {
		margin: 0 0 0 8.5%;
		min-width: 225px;
	}

	.dropbtn5 {
		width: 240px;
		font-size: 90%;
		margin: 0 0 0 5.4%;
		padding: 10px 10px 29px 10px;
	}

	.dropdown-content5 {
		margin: 0 0 0 8.5%;
		min-width: 225px;
	}
	.dropdown-content5 a {
		padding: 12px 16px;
		border: 2px solid blue;
	}
	
	#rainbow{
		width: 56%;
		background: url("images/rainbow1280.jpg");
		padding: 2% 2% 2% 3%;
	}
	#price{
		width: 47%;
		padding: 2% 5% 2% 2%;
		background: url("images/Bought With A Price BG1.jpg");
		background-repeat: no-repeat;
	}
	#sometimes{
		width: 98%; 
		background: url("images/Sometimes BG1280NA.jpg");
		background-repeat: no-repeat;
		padding: 5% 0% 5% 10%;
	}
	#books{
		width: 90%;
		line-height: 1.28;
		font-size: 100%;
		background: url("images/Books 2023 60_40 1080.jpg");
		background-repeat: no-repeat;
		padding: 2% 0% 3% 26%;
		margin: 0 auto;
		border: 4px solid #00008B;
	}
	#glassslippers h1{
		padding: 1% 10% 2% 0;
	}
	#glassslippers{
		width: 100%;
		font-size: 100%;
		line-height: 1.48;
		background: url("images/Slippers Made Of Glass Rounded1280N.jpg");
		background-repeat: no-repeat;
		padding: 2% 15% 7% 29%;
		margin: 0 auto;
	}

	#heavenly {
		width: 68%;
	}
	.rain1{
		padding: 0 2%;
	}
	#Damp1 img{
		padding: 3% 0% 5% 4%;
	}
	#Rubble1 img{
		padding:  1% 1% 3% 1%;
	}
	#Rubble1 img{
		padding:  1%;
	}
	#waiting{
		width: 48%;
		line-height: 1.3;
		font-size: 120%; 
		background: url("images/He's Waiting Gold615.jpg");
		background-repeat: no-repeat;
		padding: 3% 2% 1% 3%; 
		margin: 2% 25% 0 25%;
	}
	#BWire1 img{
		width: 95%;
		margin: 0 auto;
	}
	#nofear h1{
		line-height: 1.7;
		font-size: 130%;
		padding: 0 0 4% 0;
	}
	#nofear{
		width: 94.9%;
		line-height: 1.3;
		letter-spacing: 0.2em;
		font-size: 140%;
		padding: 2% 15% 3% 27%;
		background: url("images/No Fear BGU1207.jpg");
		background-repeat: no-repeat;
		margin: 0 auto 3% auto;
	}
	#calvary h1{
		text-align: left;
		font-size: 120%;
		padding: 9% 0% 2% 18%;
	}
	#calvary{
		width: 98.7%;
		line-height: 1.6;
		background: url("images/Calvary BGU1225.jpg");
		background-repeat: no-repeat;
		padding: 0% 0% 6% 30%;
		margin: 0 auto;
	}
	#basement{
		width: 96%;
		font-size: 90%;
		background: url("images/The Basement R1200.jpg");
		background-repeat: no-repeat;
		padding: 0 0 15% 29%;
		margin: 0 auto;
	}
	#SadGirl1 img{
		padding: 13% 1%;
	}
	#heartsong{
		width: 90%;
		font-size: 120%;
		line-height: 1.4;
		background: url("images/Warmcloudsfs1New.jpg");
		background-repeat: no-repeat;
		padding: 5% 5% 2% 15%;
		margin: 0 auto;
		border: 4px solid red;
	}
	#mistydays{
		width: 80%;
		text-align: left;
		letter-spacing: 0.2em;
		font-family: Eagle Lake, serif;
		font-size: 150%;
		font-weight: bold;
		line-height: 1.6;
		background: url("images/Misty Days Full.jpg");
		background-repeat: no-repeat;
		padding: 2% 5% 1% 15%;
		margin: 0 auto;
	}
	
	.eddiesworld{
		padding: 1% 5% 2% 5%;
		margin: 0 auto;
	}
	#cleansed{
		width: 60%;
		padding: 3% 5% 2% 7%;
	}
	#Goduses h1{
		font-size: 120%;
		font-weight: bold;
		line-height: 1.4;
		margin: 0 auto;
		padding: 5%;
	}
	#Goduses{
		width: 87%;
		font-size: 120%;
		line-height: 1.5;
		background: url("images/God Uses Broken ThingsNovAllRoundBG1110.jpg");
		background-repeat: no-repeat;
		margin: 0 auto;
		padding: 5% 25% 2% 28%;
	}
	#SharedThought{
		width: 76%;
		letter-spacing: 0.4em;
		font-size: 140%;
		line-height: 2;
		background: url("images/Who you're NOTNovBG2.jpg");
		background-repeat: no-repeat;
		padding: 2% 0;
		margin: 0 12% 0 11%;
	}
	#Prayer{
		width: 90%;
		letter-spacing: 0.05em;
		font-size: 150%;
		line-height: 2.1;
		background: url("images/Oh Lord New Oct 2020BG.jpg");
		background-repeat: no-repeat;
		margin: 0 auto 2% auto;
		padding: 4% 1% 1% 1%;
	}
	#Mutt1 img{
		width: 12%;
		padding: 9.5% 1%; 
	}
	#Poodle1 img{
		width: 13%;
		padding: 7% 1% 8% 1%; 
	}
	#TennisR img{
		width: 12%;
		padding: 21% 1%;
		
	}
	#WorldGlobe1 img{
		width: 12%;
		padding: 19% 1%; 
	}
	#MaryQuant1 img{
		width: 15%;
		padding: 2% 2% 5% 2%;
	}

	#LondonBus img{
		width: 15%;
		padding: 4% 1%;
		margin: 3% 0%;
	}
	#Athena {
		width: 10%;
		padding: 1% 13% 1% 1%;
	}
	#StoneAngel1 {
		width: 10%;
		padding: 0% 4% 0% 1%;
	}
	
	#Heartaches h1{
		width: 100%;
		font-weight: bold;
		font-family: Fondamento, serif;
		font-size: 120%;
		padding:3% 5% 3% 22%;
	}
	#Heartaches{
		width: 89%;
		letter-spacing: 0.15em;
		font-size: 130%;
		line-height: 1.5;
		background: url("images/Heartaches New NovBG1105.jpg");
		background-repeat: no-repeat;
		margin: 0 auto;
		padding: 2% 20% 8% 25%;
		border-radius: 40px;
		border: 9px solid #A50021;
	}
	#Redeemer h1{
		font-size: 120%;
		font-weight: bold;
		margin: 5% 30% 2% 19%;
	}
	#Redeemer{
		width: 90%;
		text-align: left;
		letter-spacing: 0.2em;
		font-family: Georgia, serif;
		font-size: 120%;
		font-weight: bold;
		line-height: 1.3;
		background: url("images/The Redeemer NewBG1210.jpg");
		margin: 0 auto;
		padding: 3% 15% 5% 30%;
		border-radius: 60px;
		border: 6px solid red;
	}
	#Regrets h1{
		width: 67%;
		color: #000080;
		font-size: 120%;
		padding: 20% 10% 1% 37%;
	}
	#Regrets{
		width: 55%;
		color: #000080;
		letter-spacing: 0.18em;
		font-size: 120%;
		line-height: 1.7;
		background: url("images/RegretsBG680.jpg");
		background-repeat: no-repeat;
		margin: 0 auto;
		padding: 3% 2% 3% 5%;
	}
	#TheCall h1{
		width: 100%;
		font-size: 120%;
		padding:6% 15% 3% 33%;
	}
	#TheCall{
		width: 89.8%;
		text-align: left;
		letter-spacing: 0.075em;
		font-family: Georgia, serif;
		font-size: 120%;
		font-weight: bold;
		line-height: 1.6;
		background: url("images/The Call NewBG1280.jpg");
		background-repeat: no-repeat;
		margin: 0 auto;
		padding: 1% 20% 2.5% 26%;
	}
	
	#OpenDoors h1{
		width: 100%;
		font-size: 120%;
		padding:9% 15% 3% 12%;
	}
	#OpenDoors{
		width: 100%;
		font-size: 120%;
		line-height: 1.5;
		background: url("images/Open Doors New BG1fd.jpg");
		background-repeat: no-repeat;
		margin: 0 10% 0 -5%;
		padding: 3% 15% 10% 41%;
	}
	
	#Consecration h1{
		font-size: 120%;
		padding: 2% 1% 2% 20%;
	}
	#Consecration{
		color: #A2006D;
		width: 50%;
		text-align: left;
		letter-spacing: 0.2em;
		font-family: Eagle Lake, serif;
		font-size: 110%;
		font-weight: bold;
		line-height: 1.8;
		background: url("images/ConsecrationNEWBGFull.jpg");
		background-repeat: no-repeat;
		margin: 3% auto 1% auto;
		padding: 2% 3% 0 5%;
	}
	.ABcopyrightC{
		text-align: left;
		font-family: georgia;
		font-size: 50%;
		font-weight: bold;
		padding: 8% 23% 2% 1%;
	}
	#Wonder{
		width: 34.7%;
		letter-spacing: 0em;
		font-size: 110%;
		line-height: 1.5;
		background: url("images/The Wonder Of His Love BG460.jpg");
		background-repeat: no-repeat;
		margin: 2% 20% 0 31%;
		padding: 0 2% 0 4%;
	}
	#ThyWord{
		width: 50%;
		font-size: 120%;
		background: url("images/Thy Word Is TruthNewBG.jpg");
		background-repeat: no-repeat;
		margin: 5% 5% 3% 5%;
		padding: 2% 5% 0 6%;
	}
	.wordistruth2 {
		width: 15%;
		text-align: left;
		float: right;
		line-height: 1.5;
		font-weight:  normal;
		padding: 3% 0%;
		
	}
	footer{
		color: white;
		background-color: #483C32;
		height: 20px;
		text-align: center;
		font-size: 80%;
		font-family: Georgia;
		padding: 3% 0;
		margin: 0;
	}
}

/* Media Queiries 1024 Start Here//////////////////////////////////////////////////////////////////////////////*/

@media screen and (max-width: 1024px){
	#container{
		width: 100%;
	}
	#banner img{
		width: 100%;
	}
	#FirstContainer{
		background: url("images/Blue Marble 1ab.jpg");
	}
	
	#looktosky h1{
		font-size: 110%;
		padding: 2% 20% 1% 7%;
		margin: o auto;
	}
	#looktosky {
		width: 50%;
		line-height: 1.6;
		letter-spacing: 0.1em;
		font-size: 120%; 
		background: url("images/Look To The SkyBG540.jpg");
		background-repeat: no-repeat;
		padding: 1% 2% 4% 5%;
		margin: 0% 20% 0 28%;
		border: 4px solid red;
	}
	.dropbtn {
		font-size: 70%;
		width: 195px;
		padding: 5px;
		margin: 0 0 0 4%;
	}

	.dropdown-content {
		margin: 0 0 0 8.5%;
		min-width: 178px;
	}

	.dropbtn2 {
		font-size: 70%;
		width: 195px;
		margin: 0 0 0 5.4%;
		padding: 5px;
	}

	.dropdown-content2 {
		margin: 0 0 0 9.8%;
		min-width: 178px;
	}

	.dropbtn3 {
		font-size: 70%;
		width: 195px;
		margin: 0 0 0 5.4%;
		padding: 5px;
	}

	.dropdown-content3 {
		margin: 0 0 0 9.8%;
		min-width: 178px;
	}

	.dropbtn4 {
		font-size: 70%;
		width: 195px;
		margin: 0 0 0 5.4%;
		padding: 5px;
	}

	.dropdown-content4 {
		margin: 0 0 0 9.8%;
		min-width: 178px;
	}

	.dropbtn5 {
		font-size: 70%;
		width: 175px;
		margin: 0 0 0 5.4%;
		padding: 5px 5px 20px 5px;
	}

	.dropdown-content5 {
		margin: 0 0 0 5.4%;
		min-width: 178px;
	}
	.dropdown-content5 a {
		font-size: 80%;
		width: 180px;
		margin: 0 auto;
		padding: 12px 16px;
	}
	.Part1 h1{
		padding: 10% 5% 5% 5%;
	}
	#rainbow{
		width: 68%;
	}
	#Sylvia img{
		text-align: center;
		margin: 0 38%;
	}	
	#price{
		width: 58%;
		background: url("images/Bought With A Price BG1024.jpg");
		background-repeat: no-repeat;
		padding: 4% 1% 1% 4%;
		margin: 0 12%;
	}
	.cross{
		margin: 10% 0 0 0;
	}
	#sometimes{
		width: 99%; 
		font-size: 110%;
		background: url("images/Sometimes BG1024NA.jpg");
		background-repeat: no-repeat;
		padding: 6% 0% 5% 3%;
	}
	
	#books{
		width: 90%;
		line-height: 1.28;
		font-size: 100%;
		background: url("images/Books 2023 60_40 1024.jpg");
		background-repeat: no-repeat;
		padding: 2% 0% 2.5% 26%;
		margin: 0 auto;
		border: 4px solid #00008B;
	}
	.ABcopyright{
		font-size: 70%;
		font-weight: bold;
	}
	#glassslippers h1{
		padding: 0% 10% 2% 0%;
	}
	#glassslippers{
		width: 100%;
		letter-spacing: 0.1em;
		line-height: 1.7;
		font-size: 80%; 
		font-weight: bold;
		background: url("images/Slippers Made Of Glass Rounded 1024N.jpg");
		background-repeat: no-repeat;
		padding: 2% 20% 5% 29.5%;
	}
	.rain1{
		width: 5%;
		padding: 0 2%;
	}
	#heavenly h1{
		font-size: 110%;
		padding: 0% 8% 3% 6%;
	}
	#heavenly {
		width: 80%;
		padding: 3% 8% 0 10%;
		margin: 15% auto;
		background: url("images/Heavenly Whisper BG New 1024.jpg");
		background-repeat: no-repeat;
	}
	#basementstart img{
		width: 90%;
		margin: 0 5%;
	}
	#BurglarBars1 img{
		width: 9%;
		padding: 1%;
	}
	#Damp1 img{
		width: 12%;
		padding: 3% 0% 3% 2%;
	}
	#Bulbonawire1 img{
		width: 9%;
		padding: 2% 1%;
	}
	#waiting{
		width: 57%;
		line-height: 1.3;
		font-size: 120%; 
		background: url("images/He's Waiting Gold565.jpg");
		background-repeat: no-repeat;
		padding: 1% 1% 0 2%; 
		margin: 2% 25% 0 25%;
	}
	#BWire1 img{
		width: 96.5%;
		margin: 0 auto;
	}
	#nofear h1{
		line-height: 1.7;
		font-size: 120%;
		padding: 0 0 4% 0;
	}
	#nofear{
		width: 96.5%;
		line-height: 1.3;
		letter-spacing: 3px;
		font-size: 120%;
		padding: 2% 27% 1% 28%;
		background: url("images/No Fear BGU980.jpg");
		background-repeat: no-repeat;
		margin: 0 auto 3% auto;
	}
	
	#calvary h1{
		padding: 4% 0% 1% 20%;
	}
	#calvary{
		width: 97%;
		font-size: 110%;
		line-height: 1.6;
		background: url("images/Calvary BGU970.jpg");
		background-repeat: no-repeat;
		padding: 3% 0% 4% 30%;
		margin: 0 auto;
	}
	#seemyheart h1{
		font-size: 120%;
		font-weight: bold;
		padding: 3% 10% 0 23%;
	}
	#seemyheart{
		width: 80%;
		padding: 4% 10% 6% 13%;
		margin: 0 auto;
	}
	#judgeandjury img{
		width: 100%;
	}
	#sword1 img{
		width: 100%;
	}
	#basement{
		width: 97%;
		line-height: 1.7;
		font-size: 85%;
		letter-spacing: 2px;
		padding: 2% 8% 7% 30%;
		margin: 1% auto;
		background: url("images/The Basement R975.jpg");
		background-repeat: no-repeat;
	}
	#heartsong{
		width: 90%;
		font-size: 120%;
		line-height: 1.4;
		background: url("images/Warmcloudsfs1New900.jpg");
		background-repeat: no-repeat;
		padding: 5% 2% 2% 5%;
		margin: 0 auto;
		border: 4px solid red;
	}
	#mistydays{
		width: 90%;
		letter-spacing: 0.2em;
		font-size: 150%;
		line-height: 1.6;
		background: url("images/Misty Days BG900.jpg");
		background-repeat: no-repeat;
		padding: 2% 5% 1% 8%;
		margin: 0 auto;
	}
	.Part5 h1{
		padding: 2% 5% 1% 5%;
	}
	
	#cleansed{
		width: 73%;
	}
	
	
	#Awestruck h1{
		font-size: 120%;
		font-weight: bold;
		line-height: 2;
		margin: 0 auto;
		padding: 0% 30% 2% 30%;
	}
	#Awestruck{
		width: 79.5%;
		letter-spacing: 0.1em;
		font-size: 120%;
		line-height: 1.7;
		background: url("images/Awestruck Full1a.jpg");
		background-repeat: no-repeat;
		margin: 0 auto;
		padding: 4% 2% 4% 7%;
	}
	#Goduses h1{
		font-size: 110%;
		line-height: 1.4;
		margin: 0 auto;
		padding: 4% 5% 5% 5%;
	}
	#Goduses{
		width: 89%;
		font-size: 110%;
		line-height: 1.5;
		background: url("images/God Uses Broken ThingsNovAllRoundBG885.jpg");
		background-repeat: no-repeat;
		margin: 0 auto;
		padding: 5% 20% 3.5% 27%;
	}
	#Athena {
		width: 10%;
		padding: 1% 17% 1% 1%;
	}
	#StoneAngel1 {
		width: 10%;
		padding: 2% 14% 0% 1%;
	}
	#SharedThought{
		width: 79%;
		letter-spacing: 0.4em;
		font-size: 120%;
		line-height: 2;
		background: url("images/Who you're NOTNovBG2.jpg");
		background-repeat: no-repeat;
		padding: 2% 1%;
		margin: 0 12% 0 11%;
	}
	#Prayer{
		width: 92%;
		letter-spacing: 0.03em;
		font-size: 130%;
		line-height: 2.1;
		background: url("images/Oh Lord New Oct 2020BG.jpg");
		background-repeat: no-repeat;
		margin: 0 auto 2% auto;
		padding: 4% 1% 1% 0;
	}
	#Mutt1 img{
		width: 12%;
		padding: 10% 1%; 
	}
	#Poodle1 img{
		width: 13%;
		padding: 7% 1% 8% 1%; 
	}
	#TennisR img{
		width: 12%;
		padding: 20% 1%; 
	}
	#WorldGlobe1 img{
		width: 12%;
		padding: 19% 1%; 
	}
	#MaryQuant1 img{
		width: 15%;
		padding: 2% 2% 5% 2%;
	}
	#LondonBus img{
		width: 15%;
		padding: 4% 1%;
		margin: 3% 0%;
	}
	#Heartaches h1{
		width: 100%;
		font-weight: bold;
		font-family: Fondamento, serif;
		font-size: 100%;
		padding:3% 5% 1% 24%;
	}
	#Heartaches{
		width: 92%;
		letter-spacing: 0.15em;
		font-size: 115%;
		line-height: 1.5;
		background: url("images/Heartaches New NovBG890.jpg");
		background-repeat: no-repeat;
		margin: 0 auto;
		padding: 2% 15% 7.5% 24%;
		border-radius: 40px;
		border: 9px solid #A50021;
	}
	#Redeemer h1{
		font-size: 100%;
		margin: 5% 30% 2% 18%;
	}
	#Redeemer{
		width: 88%;
		text-align: left;
		letter-spacing: 0.05em;
		font-family: Georgia, serif;
		font-size: 100%;
		font-weight: bold;
		line-height: 1.3;
		background: url("images/The Redeemer NewBG890.jpg");
		background-repeat: no-repeat;
		margin: 0 auto;
		padding: 3% 15% 2% 26%;
		border-radius: 60px;
		border: 6px solid red;
	}
	#Regrets h1{
		width: 67%;
		color: #000080;
		font-weight: bold;
		font-family: Berkshire Swash, serif;
		font-size: 120%;
		padding:25% 10% 1% 35%;
	}
	#Regrets{
		width: 69%;
		color: #000080;
		text-align: left;
		letter-spacing: 0.19em;
		font-family: Berkshire Swash, serif;
		font-size: 110%;
		font-weight: bold;
		line-height: 1.8;
		background: url("images/RegretsBG690.jpg");
		background-repeat: no-repeat;
		margin: 0 auto;
		padding: 3% 2% 5% 8%;
	}
	#TheCall h1{
		width: 100%;
		font-size: 110%;
		padding:7% 15% 3% 33%;
	}
	#TheCall{
		width: 89.8%;
		text-align: left;
		letter-spacing: 0.005em;
		font-family: Georgia, serif;
		font-size: 110%;
		font-weight: bold;
		line-height: 1.6;
		background: url("images/The Call NewBG890.jpg");
		background-repeat: no-repeat;
		margin: 0 auto;
		padding: 1% 20% 4% 26%;
	}
	#OpenDoors h1{
		width: 100%;
		font-size: 120%;
		padding:9% 15% 5% 12%;
	}
	#OpenDoors{
		width: 100%;
		font-size: 120%;
		letter-spacing: 0.1em;
		line-height: 1.6;
		background: url("images/Open Doors New BG1024.jpg");
		background-repeat: no-repeat;
		margin: 0 ;
		padding: 5% 15% 10% 30%;
	}
	#Consecration h1{
		font-size: 110%;
		padding: 2% 1% 2% 20%;
	}
	#Consecration{
		color: #A2006D;
		width: 65%;
		text-align: left;
		letter-spacing: 0.2em;
		font-family: Eagle Lake, serif;
		font-size: 110%;
		font-weight: bold;
		line-height: 1.8;
		background: url("images/ConsecrationNEWBGFull.jpg");
		background-repeat: no-repeat;
		margin: 3% auto 1% auto;
		padding: 2% 3% 1% 5%;
		border-radius: 60px;
		border: 5px solid #A2006D;
	}
	.ABcopyrightC{
		text-align: left;
		font-family: georgia;
		font-size: 50%;
		font-weight: bold;
		padding: 6% 23% 2% 1%;
	}
	#Wonder{
		width: 45%;
		letter-spacing: 0em;
		font-size: 110%;
		line-height: 1.5;
		background: url("images/The Wonder Of His Love BG460.jpg");
		background-repeat: no-repeat;
		margin: 2% 20% 0 31%;
		padding: 0 2% 0 6%;
	}
	#ThyWord h1{
		width: 100%;
		font-size: 120%;
		font-weight: bold;
		margin: 1% auto;
		padding: 0 2% 2% 2%;
	}
	#ThyWord{
		width: 54.9%;
		font-size: 115%;
		background: url("images/Thy Word Is TruthNewBG545.jpg");
		background-repeat: no-repeat;
		margin: 5% 3% 3% 3%;
		padding: 2% 5% 0 1%;
	}
	.wordistruth {
		width: 100%;
		line-height: 1.5;
		padding: 3% 2% 0% 5%;
	}
	.wordistruth2 {
		width: 25%;
		text-align: left;
		float: right;
		line-height: 1.5;
		font-weight:  normal;
		padding: 3% 0%;
	}
	.Wordsgallery{
		width: 95%;
		font-size: 120%;
		margin: 15% auto 1% auto;
		padding: 1% 2% 0% 8%;
	}
	.button {
		float: left;
		margin: 5% 15%;
		padding: 8px 12px; 
		border-radius: 10px;
		-webkit-transition-duration: 0.4s;
		transition-duration: 0.4s;
	}
	footer{
		color: white;
		background-color: #483C32;
		height: 2em;
		text-align: center;
		font-size: 80%;
		font-family: Georgia;
		padding: 3% 0;
		margin: 0;
	}
}



/* Media Quieries 768 Starts Here/////////////////////////////////////////////////////////////////////////////*/

@media screen and (max-width: 768px){
	.wuddum{
		font-size: 220%;
		padding: 4% 0 2% 70%;
	}
	
	.wuddum2{
		font-size: 240%;
		padding: 4% 0 2% 60%;
	}
	#looktosky h1{
		color: #00008B;
		font-size: 100%;
		font-weight: bold;
		padding: 2% 20% 2% 12%;
		margin: 0 auto;
	}
	#looktosky {
		width: 57%;
		line-height: 1.6;
		letter-spacing: 0.1em;
		font-size: 100%; 
		background: url("images/Look To The SkyBG430.jpg");
		background-repeat: no-repeat;
		padding: 1% 2% 2% 7%;
		margin: 0% 20%;
	}
	.dropbtn {
		font-size: 100%;
		width: 43em;
		padding: 5px;
		margin: 0 2% 2% 2%;
	}

	.dropdown-content {
		min-width: 180px;
	}

	.dropbtn2 {
		font-size: 100%;
		width: 43em;
		padding: 5px;
		margin: 1% 2%;
	}

	.dropdown-content2 {
		min-width: 178px;
	}

	.dropbtn3 {
		font-size: 100%;
		width: 43em;
		padding: 5px;
		margin: 1% 2%;
	}

	.dropdown-content3 {
		margin: 0 0 0 9.8%;
		min-width: 178px;
	}

	.dropbtn4 {
		font-size: 100%;
		width: 43em;
		padding: 5px;
		margin: 1% 2%;
	}

	.dropdown-content4 {
		margin: 0 0 0 9.8%;
		min-width: 178px;
	}

	.dropbtn5 {
		font-size: 100%;
		width: 43em;
		padding: 5px;
		margin: 1% 2%;
	}

	.dropdown-content5 {
		margin: 0 0 0 9.8%;
		min-width: 178px;
	}
	
	.Part1 h1{
		padding: 5%;
	}
	#rainbow{
		width: 83%;
		font-size: 90%;
		background: url("images/Rainbow768.jpg");
		background-repeat: no-repeat;		
		padding: 5% 2% 5% 5%;
	}
	#Sylvia img{
		text-align: center;
		margin: 0 40%;
	}
	#price{
		width: 75%;
		padding: 4% 1% 4% 4%;
		margin: 0 5%;
	}
	.cross{
		margin: 12% 0 0 0;
	}
	#sometimes{
		width: 98%; 
		font-size: 90%;
		line-height: 1.3;
		letter-spacing: 0.1em;
		background: url("images/Sometimes BG768NA.jpg");
		background-repeat: no-repeat;
		padding: 6% 5% 6% 2%;
		margin: 0 auto;
	}
	#books{
		width: 95%;
		line-height: 1.28;
		font-size: 70%;
		background: url("images/New Books BGU710.jpg");
		background-repeat: no-repeat;
		padding: 2.5% 0% 3% 29%;
		margin: 0 auto;
	}
	#glassslippers{
		width: 100%;
		line-height: 1.7;
		font-size: 70%; 
		font-weight: bold;
		background: url("images/Slippers Made Of Glass Rounded BG768NA.jpg");
		background-repeat: no-repeat;
		padding: 3% 10% 7% 27%;
		margin: 0 auto;
	}
	#heavenly {
		width: 87%;
		font-size: 95%;
		padding: 4% 8% 3% 5%;
		margin: 10% auto;
		background: url("images/Heavenly Whisper BG768NA.jpg");
		background-repeat: no-repeat;
	}
	.weeyins{
		font-size: 120%;
		padding: 15% 10% 5% 15%;
	}
	#basementstart img{
		width: 90%;
		margin: 0 5%;
		border-radius: 30px;
	}
	#BurglarBars1 img{
		width: 14%;
		padding: 3% 1% 4% 2%;
	}
	#Damp1 img{
		width: 15%;
		padding: 3% 0% 3% 4%;
	}
	#Bulbonawire1 img{
		width: 12%;
		padding: 4% 1%;
	}
	#Rubble1 img{
		width: 15%;
		padding:  1%;
	}
	#waiting{
		width: 83%;
		padding: 5% 5%; 
		background: url("images/He's Waiting Gold 768.jpg");
		background-repeat: no-repeat;
		margin: 5% auto;
	}
	#BWire1 img{
		width: 97%;
		margin: 0 auto;
	}
	#nofear h1{
		line-height: 1.7;
		font-size: 100%;
		font-weight: bold;
		padding: 0 0 4% 0;
	}
	#nofear{
		width: 97%;
		line-height: 1.3;
		letter-spacing: 3px;
		font-size: 100%;
		background: url("images/No Fear BGU735.jpg");
		background-repeat: no-repeat;
		padding: 1% 20% 1% 25%;
		margin: 0 auto 3% auto;
	}
	#calvary{
		width: 98%;
		font-size: 85%;
		line-height: 1.67;
		background: url("images/Calvary New 1B768.jpg");
		background-repeat: no-repeat;
		padding: 4% 0% 4% 29%;
		margin: 0 auto;
	}
	
	#Peasants1 img{
		width: 50%;
		text-align: center;
		margin: 1% 28%;
	}
	#MCassino1 img{
		width: 15%;
	}
	#basement {
		width: 98%;
		line-height: 1.5;
		letter-spacing: 1px;
		font-size: 70%;
		background: url("images/The Basement R720.jpg");
		background-repeat: no-repeat;
		padding: 2% 8% 7% 30%;
		margin: 0 auto;
	}
	#heartsong h1{
		font-size: 95%;
		padding: 1% 0 3% 0;
	}
	#heartsong{
		width: 89%;
		font-size: 95%;
		background: url("images/Heartsong 650.jpg");
		background-repeat: no-repeat;
		padding: 5% 5% 4% 5%;
		margin: 0 auto;
	}
	#seemyheart{
		width: 90%;
		padding: 3% 8% 6% 5%;
		margin: 0 auto;
	}
	#saintandsinner{
		width: 100%;
		margin: 0;
	}
	#mistydays{
		width: 89%;
		font-size: 110%;
		background: url("images/Misty Days BG650.jpg");
		background-repeat: no-repeat;
		padding: 5% 5% 8% 10%;
		margin: 0 auto;
	}
	#cleansed{
		width: 83%;
		font-size: 110%;
		padding: 3% 5% 2% 10%;
		background: url("images/Cleansed By The Blood BG New.jpg");
		background-repeat: no-repeat;
	}
	#Awestruck h1{
		font-size: 110%;
		font-weight: bold;
		line-height: 2;
		margin: 0 auto;
		padding: 0% 30% 2% 30%;
	}
	#Awestruck{
		width: 88%;
		letter-spacing: 0.1em;
		font-size: 110%;
		font-weight: bold;
		line-height: 1.5;
		background: url("images/Awestruck768.jpg");
		background-repeat: no-repeat;
		margin: 0 auto;
		padding: 2% 2% 3% 3%;
	}
	#Bairn1 img{
		width: 55%;
		text-align: center;
		margin: 1% 25%;
		border-radius: 30px;
	}
	#Goduses h1{
		font-size: 95%;
		line-height: 1.4;
		margin: 0 auto;
		padding: 1% 5% 3% 5%;
	}
	#Goduses{
		width: 90%;
		font-size: 95%;
		line-height: 1.3;
		background: url("images/God Uses Broken ThingsNovAllRoundBG650.jpg");
		background-repeat: no-repeat;
		margin: 0 auto;
		padding: 5% 15% 5% 25%;
	}
	#Pollyanna img{
		width: 50%;
		text-align: center;
		margin: 1% 25%;
	}
	#Athena {
		width: 5%;
		padding: 2% 25% 0% 1%;
	}
	#StoneAngel1 {
		width: 7%;
		padding: 2% 18% 0% 1%;
	}
	#SharedThought{
		width: 90%;
		letter-spacing: 0.2em;
		font-size: 120%;
		line-height: 2;
		background: url("images/Who you're NOTNovBG2.jpg");
		background-repeat: no-repeat;
		padding: 2% 1%;
		margin: 0 12% 2% 5%;
	}
	.PrayerNew{
		width: 15%;
		font-size: 110%;
		margin: 0 auto;
		padding: 1% 2% 2% 2%;
	}
	#Prayer{
		width: 90%;
		letter-spacing: 0.01em;
		font-size: 100%;
		line-height: 2.1;
		background: url("images/Oh Lord New Oct 2020BG650.jpg");
		background-repeat: no-repeat;
		margin: 0 auto 2% auto;
		padding: 4% 0 0.5% 0;
		border-radius: 40px;
		border: 6px solid #800020;
	}
	.PRcopyright{
		font-size: 70%;
		padding: 3% 0 0 0;
	}
	#Mutt1 img{
		width: 12%;
		padding: 10% 1%; 
	}
	#Poodle1 img{
		width: 13%;
		padding: 7% 1% 8% 1%; 
	}
	#TennisR img{
		width: 12%;
		padding: 20% 1%; 
	}
	#WorldGlobe1 img{
		width: 12%;
		padding: 19% 1%; 
	}
	#MaryQuant1 img{
		width: 15%;
		padding: 2% 2% 5% 2%;
	}
	#LondonBus img{
		width: 15%;
		padding: 4% 1%;
		margin: 3% 0%;
	}
	#Heartaches h1{
		width: 100%;
		font-weight: bold;
		font-family: Fondamento, serif;
		font-size: 100%;
		padding:5% 5% 2% 22%;
	}
	#Heartaches{
		width: 90%;
		letter-spacing: 0.07em;
		font-size: 95%;
		line-height: 1.5;
		background: url("images/Heartaches New NovBG645.jpg");
		background-repeat: no-repeat;
		margin: 0 auto;
		padding: 2% 10% 7% 24%;
	}
	#Redeemer h1{
		font-size: 100%;
		margin: 3% 30% 0 18%;
	}
	#Redeemer{
		width: 90%;
		text-align: left;
		letter-spacing: 0.01em;
		font-family: Georgia, serif;
		font-size: 85%;
		font-weight: bold;
		line-height: 1.3;
		background: url("images/The Redeemer NewBG650.jpg");
		background-repeat: no-repeat;
		margin: 0 auto;
		padding: 2% 10% 3% 25%;
		border-radius: 60px;
		border: 6px solid red;
	}
	#Regrets h1{
		color: #000080;
		font-size: 120%;
		padding:25% 10% 1% 35%;
	}
	#Regrets{
		width: 94%;
		color: #000080;
		letter-spacing: 0.18em;
		font-size: 110%;
		line-height: 2.1;
		background: url("images/RegretsBG680B.jpg");
		background-repeat: no-repeat;
		margin: 0 auto;
		padding: 1% 1% 3% 10%;
	}
	#TheCall h1{
		width: 100%;
		font-size: 100%;
		padding:8% 15% 2% 25%;
	}
	#TheCall{
		width: 95%;
		text-align: left;
		letter-spacing: 0.005em;
		font-family: Georgia, serif;
		font-size: 89%;
		font-weight: bold;
		line-height: 1.6;
		background: url("images/The Call NewBG690.jpg");
		background-repeat: no-repeat;
		margin: 0 auto;
		padding: 1% 15% 6% 26%;
	}
	#OpenDoors h1{
		width: 100%;
		font-size: 120%;
		padding:12% 15% 5% 15%;
	}
	#OpenDoors{
		width: 100%;
		font-size: 100%;
		letter-spacing: 0.1em;
		line-height: 1.8;
		background: url("images/Open Doors New BG768c.jpg");
		background-repeat: no-repeat;
		margin: 0 0 0 -3%;
		padding: 8% 15% 10% 30.5%;
	}
	#Consecration h1{
		font-size: 110%;
		padding: 2% 1% 3% 28%;
	}
	#Consecration{
		color: #A2006D;
		width: 75%;
		text-align: left;
		letter-spacing: 0.2em;
		font-family: Eagle Lake, serif;
		font-size: 100%;
		font-weight: bold;
		line-height: 1.8;
		background: url("images/ConsecrationNEWBG540.jpg");
		background-repeat: no-repeat;
		margin: 3% auto 1% auto;
		padding: 3% 3% 1.5% 5%;
	}
	.ABcopyrightC{
		text-align: left;
		font-family: georgia;
		font-size: 50%;
		font-weight: bold;
		padding: 6% 23% 2% 1%;
	}
	#Wonder h1{
		width: 100%;
		font-size: 100%;
		padding:13% 0% 0% 1.5%;
	}
	
	#Wonder{
		width: 55%;
		letter-spacing: 0em;
		font-size: 110%;
		line-height: 1.5;
		background: url("images/The Wonder Of His Love BG460.jpg");
		background-repeat: no-repeat;
		margin: 2% 20% 0 25%;
		padding: 0 2% 0 6%;
	}
	#ThyWord h1{
		width: 100%;
		font-size: 110%;
		font-weight: bold;
		margin: 1% auto;
		padding: 1% 2%;
	}
	#ThyWord{
		width: 55%;
		font-size: 95%;
		background: url("images/Thy Word Is TruthNewBG400.jpg");
		background-repeat: no-repeat;
		margin: 5% 3% 3% 5%;
		padding: 2% 1% 0 1%;
	}
	.wordistruth {
		width: 100%;
		line-height: 1.5;
		padding: 3% 2% 0% 5%;
	}
	.wordistruth2 {
		width: 25%;
		text-align: left;
		float: right;
		line-height: 1.5;
		font-weight:  normal;
		padding: 3% 0 1% 0;
	}
	.Wordsgallery{
		width: 98%;
		font-size: 105%;
		margin: 19% auto 1% auto;
		padding: 1% 0 0 5%;
	}
	.button {
		float: left;
		margin: 5% 15%;
		padding: 8px 12px; 
		border-radius: 10px;
		-webkit-transition-duration: 0.4s;
		transition-duration: 0.4s;
	}
	footer{
		color: white;
		background-color: #483C32;
		height: 20px;
		text-align: center;
		font-size: 80%;
		font-family: Georgia;
		padding: 3% 0;
		margin: 0;
	}
}


	
/* Media Quieries 640 Starts Here//////////////////////////////////////////////////////////////////////////////////////*/	
	
@media screen and (max-width: 640px){
	.lifestory{
		font-size: 100%; 
	}
	.newbook{
		font-size: 100%; 
	}
	.introduction{
		font-size: 140%; 
	}
	.newbook2{
		font-size: 100%; 
	}
	.Brighton{
		font-size: 100%; 
	}
	.experience{
		font-size: 100%; 
	}
	.childrens1{
		font-size: 100%; 
	}
	.childrens2{
		font-size: 100%; 
	}
	.mainbuilding{
		font-size: 100%; 
	}
	.urchins{
		font-size: 100%;
	}
	.Godexperience{
		font-size: 100%; 
	}
	.Part2 h1{
		font-size: 100%; 
	}
	.regimental{
		font-size: 100%; 
	}
	.childdumping{
		font-size: 100%; 
	}
	.photoshots{
		font-size: 100%; 
	}
	.slippers{
		font-size: 100%; 
	}
	.goinghome{
		font-size: 100%; 
	}
	.wuddum{
		font-size: 200%;
		padding: 4% 0 2% 60%;
	}
	.wuddum2{
		font-size: 220%;
		padding: 4% 0 2% 60%;
	}
	#looktosky h1{
		font-size: 100%;
		padding: 3% 20% 3% 12%;
		margin: 0 auto;
	}
	#looktosky {
		width: 68%;
		line-height: 1.6;
		letter-spacing: 0.1em;
		font-size: 100%; 
		background: url("images/Look To The SkyBG430.jpg");
		background-repeat: no-repeat;
		padding: 1% 2% 2% 7%;
		margin: 0% 20% 0 18%;
	}
	.dropbtn {
		font-size: 100%;
		width: 36.5em;
		padding: 5px;
		margin: 0 2% 2% 2%;
	}

	.dropdown-content {
		min-width: 178px;
	}

	.dropbtn2 {
		font-size: 100%;
		width: 36.5em;
		padding: 5px;
		margin: 0 2% 2% 2%;
	}

	.dropdown-content2 {
		min-width: 178px;
	}

	.dropbtn3 {
		font-size: 100%;
		width: 36.5em;
		padding: 5px;
		margin: 0 2% 2% 2%;
	}

	.dropdown-content3 {
		margin: 0 0 0 9.8%;
		min-width: 178px;
	}

	.dropbtn4 {
		font-size: 100%;
		width: 36.5em;
		padding: 5px;
		margin: 0 2% 2% 2%;
	}

	.dropdown-content4 {
		margin: 0 0 0 9.8%;
		min-width: 178px;
	}

	.dropbtn5 {
		font-size: 100%;
		width: 36.5em;
		padding: 5px;
		margin: 0 2% 2% 2%;
	}

	.dropdown-content5 {
		margin: 0 0 0 9.8%;
		min-width: 178px;
	}
	
	.Part1 h1{
		font-size: 200%; 
		padding: 5%;
	}
	#rainbow h1{
		text-align: center;
		font-size: 100%;
		font-weight: bold;
		padding: 1% 29% 2% 0;
	}
	#rainbow{
		width: 97%;
		font-size: 85%;
		line-height: 1.8;
		background: url("images/Rainbow768.jpg"); 
		background-repeat: no-repeat;
		padding: 5% 1% 5% 3%;
	}
	#Sylvia img{
		width: 25%;
		text-align: center;
		margin: 0 2% 0 38%;
	}
	.Capt{
		font-size: 100%; 
		text-align: center;
	}
	#price{
		width: 75%;
		font-size: 100%;
		padding: 4% 1% 4% 8%;
		margin: 0 5% 0 7%;
	}
	.cross{
		padding: 0 2%;
		margin: 10% 0 0 0;
	}
	#sometimes{
		width: 98%; 
		font-size: 72%;
		line-height: 1.3;
		letter-spacing: 0.1em;
		background: url("images/Sometimes BG640NA.jpg");
		background-repeat: no-repeat;
		padding: 6% 5% 6% 4%;
		margin: 0% auto;
	}
	#books{
		width: 98%;
		line-height: 1.28;
		font-size: 57%;
		background: url("images/New Books BGU610.jpg");
		background-repeat: no-repeat;
		padding: 2.5% 0% 3% 33%;
		margin: 0 auto;
	}
	#glassslippers{
		width: 100%;
		line-height: 1.7;
		font-size: 55%; 
		font-weight: bold;
		background: url("images/Slippers Made Of Glass Rounded BG640NA.jpg");
		background-repeat: no-repeat;
		padding: 3% 10% 5% 26%;
		margin: 1% auto;
	}
	#heavenly {
		width: 84%;
		font-size: 80%;
		padding: 1% 2% 2% 5%;
		margin: 15% auto;
		background: url("images/Heavenly Whisper BG640NA.jpg");
		background-repeat: no-repeat;
	}
	.weeyins{
		font-size: 90%;
		padding: 15% 10% 5% 15%;
		color: #00008B;
	}
/* Chapter 2 Starts Here*/
	
	.basement1{
		font-size: 100%;
	}
	.basement1a{
		font-size: 100%;
	}
	.foradults{
		font-size: 100%;
	}
	.Godslove{
		font-size: 100%;
	}
	.Newbasement{
		font-size: 100%;
	}
	.bullymum{
		font-size: 100%; 
	}
	.eddieandsimon{
		font-size: 100%; 
	}
	.eddiesworld{
		font-size: 100%; 
	}
	.tormented{
		font-size: 100%; 
	}
	.courage{
		font-size: 100%; 
	}
	.tormented2{
		font-size: 100%; 
	}
	.Biblegift{
		font-size: 100%; 
	}
	.Fathersong{
		font-size: 100%; 
	}
	.simonneedles{
		font-size: 100%; 
	}
	.gassing{
		font-size: 100%;
	}
	.motherlies{
		font-size: 100%;
	}
	.addiction{
		font-size: 100%;
	}
	.rejection{
		font-size: 100%;
	}
	.escaping{
		font-size: 100%;
	}
	.namechange{
		font-size: 100%;
	}
	.headaches{
		font-size: 100%;
	}
	.deepsorrow{
		font-size: 100%;
	}
	.listening{
		font-size: 100%;
	}
	.hitnrun{
		font-size: 100%;
	}
	.judgement{
		font-size: 100%;
	}
	.judgement2{
		font-size: 100%;
	}
	
	#BurglarBars1 img{
		width: 14%;
		padding: 3% 1% 4% 2%;
	}
	#Damp1 img{
		width: 15%;
		padding: 3% 0% 3% 4%;
	}
	#Bulbonawire1 img{
		width: 12%;
		padding: 4% 1%;
	}
	#Rubble1 img{
		width: 15%;
		padding:  1%;
	}
	#waiting{
		width: 90%;
		font-size: 110%;
		line-height: 1.4;
		background: url("images/He's Waiting Gold640.jpg");
		background-repeat: no-repeat;
		padding: 5% 5% 3% 5%; 
		margin: 5% auto;
	}
	#BWire1 img{
		width: 97%;
		margin: 0 auto;
	}
	#nofear h1{
		font-size: 100%;
		font-weight: bold;
		padding: 0 0 4% 0;
	}
	#nofear{
		width: 97%;
		line-height: 1.3;
		letter-spacing: 0.1em;
		font-size: 100%;
		background: url("images/No Fear BGU610.jpg");
		background-repeat: no-repeat;
		padding: 2% 20% 1% 25%;
		margin: 0 auto 3% auto;
	}
	#calvary{
		width: 98%;
		font-size: 70%;
		line-height: 1.67;
		background: url("images/Calvary New 1B640.jpg");
		background-repeat: no-repeat;
		padding: 2% 0% 2% 29%;
		margin: 1% auto;
	}
	#Peasants1 img{
		width: 60%;
		text-align: center;
		margin: 1% 23%;
	}
	#MCassino1 img{
		width: 15%;
	}
	#basement {
		width: 95.5%;
		line-height: 1.5;
		letter-spacing: 1px;
		font-size: 60%;
		background: url("images/The Basement R580.jpg");
		background-repeat: no-repeat;
		padding: 2% 8% 7% 25%;
		margin: 0 1% 0 2%;
	}
	#heartsong h1{
		font-size: 90%;
		padding: 2% 0;
	}
	#heartsong{
		width: 88%;
		font-size: 80%;
		background: url("images/Warmcloudsfs1New530.jpg");
		background-repeat: no-repeat;
		padding: 5% 3% 4% 3%;
		margin: 0 auto;
	}
	.AHcopyright{
		text-align: left;
		font-family: georgia;
		font-size: 60%;
		font-weight: bold;
	}
	#seemyheart{
		width: 90%;
		font-size: 100%;
		background: url("images/See My Heart New540.jpg");
		background-repeat: no-repeat;
		padding: 4% 8% 6% 5%;
		margin: 0 auto;
	}
	#saintandsinner{
		width: 100%;
		margin: 0;
	}
	#mistydays{
		width: 96%;
		font-size: 100%;
		background: url("images/Misty Days New BG640.jpg");
		background-repeat: no-repeat;
		padding: 5% 5% 5% 10%;
		margin: 0 auto;
	}
	#cleansed{
		width: 97%;
		font-size: 100%;
		padding: 3% 5% 0 10%;
		margin: 0 0.5% 0 1.5%;
		background: url("images/cleansed 1A640.jpg");
		background-repeat: no-repeat;
	}
	
/* Chapter3 640 Starts Here*/

	.brainwash{
		font-size: 100%;
	}
	.postwar{
		font-size: 100%;
	}
	.Hurt{
		font-size: 100%;
	}
	.MothersLove{
		font-size: 100%;
	}
	.MothersLove2{
		font-size: 100%;
	}
	.Redecorating{
		font-size: 100%;
	}
	.Redecorating2{
		font-size: 100%;
	}
	.SocialCircles{
		font-size: 100%;
	}
	.SocialCircles2{
		font-size: 100%;
	}
	.PerfectMum{
		font-size: 100%;
	}
	.EddieBack{
		font-size: 100%;
	}
	.EddieBack2{
		font-size: 100%;
	}
	.EddieBack3{
		font-size: 100%;
	}
	.EddieBack4{
		font-size: 100%;
	}
	.EddieBack5{
		font-size: 100%;
	}
	.Solitude{
		font-size: 100%;
	}
	.Solitude2{
		font-size: 100%;
	}
	.Suicidal{
		font-size: 100%;
	}
	.NewDog{
		font-size: 100%;
	}
	.Marraige{
		font-size: 100%;
	}
	.Dispensary{
		font-size: 100%;
	}
	.Dispensary1{
		font-size: 100%;
	}
	.EddieDies{
		font-size: 100%;
	}
	.EddieDies2{
		font-size: 100%;
	}
	.Heart1{
		font-size: 100%;
	}
	.Heart2{
		font-size: 100%;
	}
	.Heart3{
		font-size: 100%;
	}
	.Memories{
		font-size: 100%;
	}
	.RediscoveringGod{
		font-size: 100%;
	}
	.LordsPrayer{
		font-size: 100%;
	}
	.WindingRoad{
		font-size: 100%;
	}
	.Hospital{
		font-size: 100%;
	}
	.Funeral{
		font-size: 100%;
	}
	.Conman{
		font-size: 100%;
	}
	.Disorders{
		font-size: 100%;
	}
	.SimonMovesIn{
		font-size: 100%;
	}
	.AnotherPlanet{
		font-size: 100%;
	}
	.ThatDog{
		font-size: 100%;
	}
	.TheBoss{
		font-size: 100%;
	}
	.ForEddie h1{
		font-size: 100%;
	}
	.ForEddie{
		font-size: 100%;
	}
	.LastDays{
		font-size: 100%;
	}
	.Poland{
	font-size: 120%;
	}
	.Military{
		font-size: 100%;
	}
	.CallToArms{
		font-size: 100%;
	}
	.Jordan1{
	font-size: 120;
	}
	.Naaman{
		font-size: 100%;
	}
	.UnSee{
		font-size: 100%;
	}
	.UnSee2{
		font-size: 100%;
	}
	.Dedication{
		font-size: 100%;
	}
	.wordistruth {
		font-size: 100%;
	}
	.acknowledge{
		font-size: 100%; 
	}
	.acknowledge h1{
		font-size: 100%; 
	}
	.attributions h1{
		font-size: 100%; 
	}
	.attributions {
		font-size: 100%; 
	}
	.availablehelp{
		font-size: 100%; 
	}
	.availablehelp h1{
		font-size: 100%; 
	}
	#primrose img{
		width: 90%;
		margin: 3% 5%;
	}
	#Awestruck h1{
		font-size: 100%;
		font-weight: bold;
		line-height: 2;
		margin: 0 auto;
		padding: 0% 30% 2% 30%;
	}
	#Awestruck{
		width: 98%;
		letter-spacing: 0.1em;
		font-size: 100%;
		font-weight: bold;
		line-height: 1.5;
		background: url("images/Awestruck768.jpg");
		background-repeat: no-repeat;
		margin: 0 auto;
		padding: 2% 2% 3% 3%;
	}
	#Goduses h1{
		font-size: 95%;
		line-height: 1.4;
		margin: 0 auto;
		padding: 4% 5% 5% 10%;
	}
	#Goduses{
		width: 99%;
		font-size: 80%;
		line-height: 1.6;
		background: url("images/God Uses Broken ThingsNovAllRoundBG590.jpg");
		background-repeat: no-repeat;
		margin: 0 auto;
		padding: 7% 20% 4% 29%;
		border-radius: 40px;
	}
	#Caterpillar img{
		border-radius: 20px;
		border: 4px solid #A50021;
	}
	#Athena {
		width: 2%;
		padding: 2% 30% 0% 1%;
	}
	#StoneAngel1 {
		width: 7%;
		padding: 2% 22% 0% 1%;
	}
	#SharedThought{
		width: 90%;
		letter-spacing: 0.2em;
		font-size: 100%;
		line-height: 2;
		background: url("images/Who you're NOTNovBG540.jpg");
		background-repeat: no-repeat;
		padding: 2% 1%;
		margin: 0 12% 2% 5%;
	}
	.PrayerNew{
		width: 20%;
		font-size: 100%;
		margin: 0 auto;
		padding: 1% 2% 2% 2%;
	}
	#Prayer{
		width: 90%;
		letter-spacing: 0.005em;
		font-size: 82%;
		line-height: 2.1;
		background: url("images/Oh Lord New Oct 2020BG650.jpg");
		background-repeat: no-repeat;
		margin: 0 auto 2% auto;
		padding: 4% 0 1% 0;
		border-radius: 40px;
		border: 4px solid #800020;
	}
	#Mutt1 img{
		width: 12%;
		padding: 10% 1%; 
	}
	#Poodle1 img{
		width: 13%;
		padding: 7% 1% 8% 1%; 
	}
	#TennisR img{
		width: 12%;
		padding: 20% 1%; 
	}
	#WorldGlobe1 img{
		width: 12%;
		padding: 19% 1%; 
	}
	#MaryQuant1 img{
		width: 15%;
		padding: 2% 2% 5% 2%;
	}
	#LondonBus img{
		width: 15%;
		padding: 4% 1%;
		margin: 3% 0%;
	}
	#Heartaches h1{
		width: 100%;
		font-size: 85%;
		padding:1% 5% 0 24%;
	}
	#Heartaches{
		width: 89%;
		letter-spacing: 0.07em;
		font-size: 80%;
		line-height: 1.5;
		background: url("images/Heartaches New NovBG530.jpg");
		background-repeat: no-repeat;
		margin: 0 auto;
		padding: 2% 10% 7% 24%;
		border-radius: 40px;
		border: 6px solid #A50021;
	}
	#Redeemer h1{
		font-size: 110%;
		margin: 3% 30% 0 18%;
	}
	#Redeemer{
		width: 98%;
		letter-spacing: 0.05em;
		font-size: 70%;
		line-height: 1.45;
		background: url("images/The Redeemer BG640.jpg");
		background-repeat: no-repeat;
		margin: 0 auto;
		padding: 2% 20% 5% 28.5%;
	}
	#Regrets h1{
		color: #000080;
		font-size: 100%;
		padding:25% 10% 1% 35%;
	}
	#Regrets{
		width: 94%;
		color: #000080;
		letter-spacing: 0.18em;
		font-size: 100%;
		line-height: 2.1;
		background: url("images/RegretsBG560.jpg");
		background-repeat: no-repeat;
		margin: 0 auto;
		padding: 1% 1% 2% 8%;
	}
	#TheCall h1{
		width: 100%;
		font-size: 100%;
		padding:5% 15% 1% 25%;
	}
	#TheCall{
		width: 94.8%;
		font-size: 70%;
		line-height: 1.8;
		background: url("images/The Call NewBG565.jpg");
		background-repeat: no-repeat;
		margin: 0 3%;
		padding: 2% 15% 3.5% 27%;
	}
	#OpenDoors h1{
		width: 100%;
		font-size: 100%;
		padding:12% 15% 5% 17%;
	}
	#OpenDoors{
		width: 100%;
		font-size: 77%;
		line-height: 1.8;
		background: url("images/Open Doors New BG640.jpg");
		background-repeat: no-repeat;
		margin: 0 1%;
		padding: 9% 15% 10% 29%;
	}
	#Consecration h1{
		font-size: 110%;
		letter-spacing: 0.1em;
		padding: 2% 1% 3% 28%;
	}
	#Consecration{
		width: 75%;
		letter-spacing: 0.1em;
		font-size: 90%;
		line-height: 1.8;
		background: url("images/ConsecrationNEWBG445.jpg");
		background-repeat: no-repeat;
		margin: 3% auto 1% auto;
		padding: 3% 3% 0 5%;
	}
	.ABcopyrightC{
		text-align: left;
		font-family: georgia;
		font-size: 50%;
		font-weight: bold;
		padding: 6% 23% 2% 1%;
	}
	.endcopyright {
		font-size: 90%;
		padding: 0;
		margin: 0 0 0 5%;
	}
	#Wonder h1{
		color: #000080;
		width: 100%;
		font-weight: bold;
		font-family: Book Antiqua, serif;
		font-size: 100%;
		padding:13% 0% 0% 1.5%;
	}
	#Wonder{
		width: 65%;
		letter-spacing: 0em;
		font-size: 110%;
		line-height: 1.5;
		background: url("images/The Wonder Of His Love BG460.jpg");
		background-repeat: no-repeat;
		margin: 2% 20% 0 18%;
		padding: 0 2% 0 6%;
	}
	#ThyWord h1{
		width: 100%;
		font-size: 110%;
		font-weight: bold;
		margin: 1% auto;
		padding: 1% 1% 5% 2%;
	}
	#ThyWord{
		width: 60%;
		font-size: 86%;
		background: url("images/Thy Word Is TruthNewBG400.jpg");
		background-repeat: no-repeat;
		margin: 5% 3% 3% 5%;
		padding: 2% 1% 0 1%;
	}
	.wordistruth {
		width: 100%;
		line-height: 1.5;
		padding: 3% 2% 0% 5%;
	}
	.wordistruth2 {
		width: 25%;
		text-align: left;
		float: right;
		line-height: 1.5;
		font-weight:  normal;
		padding: 3% 0 1% 0;
	}
	.Wordsgallery{
		width: 98%;
		font-size: 105%;
		margin: 19% auto 1% auto;
		padding: 1% 0 0 3%;
	}
	.button {
		float: left;
		margin: 5% 15%;
		padding: 8px 12px; 
		border-radius: 10px;
		-webkit-transition-duration: 0.4s;
		transition-duration: 0.4s;
	}
	footer{
		color: white;
		background-color: #483C32;
		height: 20px;
		text-align: center;
		font-size: 80%;
		font-family: Georgia;
		padding: 3% 0;
		margin: 0;
	}
}

/* Media Queiries 576 Starts Here//////////////////////////////////////////////////////////////////////////////////////*/	
	
@media screen and (max-width: 576px){
	.lifestory{
		font-size: 100%; 
	}
	.newbook{
		font-size: 100%; 
	}
	.introduction{
		font-size: 140%; 
	}
	.newbook2{
		font-size: 100%; 
	}
	.Brighton{
		font-size: 100%; 
	}
	.experience{
		font-size: 100%; 
	}
	.childrens1{
		font-size: 100%; 
	}
	.childrens2{
		font-size: 100%; 
	}
	.mainbuilding{
		font-size: 100%; 
	}
	.urchins{
		font-size: 100%;
	}
	.Godexperience{
		font-size: 100%; 
	}
	.Part2 h1{
		font-size: 100%; 
	}
	.regimental{
		font-size: 100%; 
	}
	.childdumping{
		font-size: 100%; 
	}
	.photoshots{
		font-size: 100%; 
	}
	.slippers{
		font-size: 100%; 
	}
	.goinghome{
		font-size: 100%; 
	}
	.wuddum{
		width: 95%;
		font-size: 200%;
		margin: 2%;
		padding: 2% 5% 2% 54%;
	}
	.wuddum2{
		font-size: 200%;
		margin: 2%;
		padding: 2% 5% 2% -55%;
	}
	#looktosky h1{
		font-size: 100%;
		padding: 2% 20% 3% 12%;
		margin: 0 auto;
	}
	#looktosky {
		width: 73%;
		line-height: 1.5;
		letter-spacing: 0.1em;
		font-size: 100%; 
		background: url("images/Look To The SkyBG385.jpg");
		background-repeat: no-repeat;
		padding: 1% 2% 0 7%;
		margin: 0% 10% 0 15%;
	}
	.dropbtn {
		font-size: 100%;
		width: 32.5em;
		padding: 5px;
		margin: 0 2% 2% 2%;
	}

	.dropdown-content {
		min-width: 178px;
	}

	.dropbtn2 {
		font-size: 100%;
		width: 32.5em;
		padding: 5px;
		margin: 0 2% 2% 2%;
	}

	.dropdown-content2 {
		min-width: 178px;
	}

	.dropbtn3 {
		font-size: 100%;
		width: 32.5em;
		padding: 5px;
		margin: 0 2% 2% 2%;
	}

	.dropdown-content3 {
		margin: 0 0 0 9.8%;
		min-width: 178px;
	}

	.dropbtn4 {
		font-size: 100%;
		width: 32.5em;
		padding: 5px;
		margin: 0 2% 2% 2%;
	}

	.dropdown-content4 {
		margin: 0 0 0 9.8%;
		min-width: 178px;
	}

	.dropbtn5 {
		font-size: 100%;
		width: 32.5em;
		padding: 5px;
		margin: 0 2% 2% 2%;
	}

	.dropdown-content5 {
		margin: 0 0 0 9.8%;
		min-width: 178px;
	}
	
	.Part1 h1{
		padding: 5%;
	}
	#rainbow h1{
		text-align: center;
		font-size: 100%;
		padding: 1% 29% 2% 0;
	}
	#rainbow{
		width: 94%;
		font-size: 79%;
		line-height: 2;
		background: url("images/Rainbow768.jpg");
		background-repeat: no-repeat;
		padding: 5% 1% 2% 3%;
	}
	.copyright2{
		text-align: center;
		font-weight: bold;
		font-size: 95%;
	}
	#Sylvia img{
		text-align: center;
		margin: 0 40%;
	}
	#price{
		width: 77%;
		font-size: 100%;
		padding: 4% 1% 4% 4%;
		margin: 0 5%;
	}
	.cross{
		margin: 12% 0 0 0;
	}
	#sometimes{
		width: 98%; 
		font-size: 70%;
		line-height: 1.3;
		letter-spacing: 0.1em;
		background: url("images/Sometimes BG576NA.jpg");
		background-repeat: no-repeat;
		padding: 6% 5% 5% 1%;
		margin: 0% auto;
	}
	#books{
		width: 99%;
		line-height: 1.4;
		font-size: 54.5%;
		background: url("images/New Books BG576NA.jpg");
		background-repeat: no-repeat;
		padding: 2.5% 0% 1% 29.3%;
		margin: 0 auto;
	}
	#glassslippers{
		width: 99%;
		line-height: 1.9;
		font-size: 53%; 
		font-weight: bold;
		background: url("images/Slippers Made Of Glass Rounded BG576NA.jpg");
		background-repeat: no-repeat;
		padding: 6% 10% 6% 24%;
		margin: 2% 1%;
	}
	.rain1 img{
		width: 1500%;
	}
	.weeyins{
		font-size: 70%;
		padding: 5%;
	}
	#heavenly {
		width: 89%;
		font-size: 80%;
		padding: 3% 1% 3% 2%;
		margin: 10% auto 5% auto;
		background: url("images/Heavenly Whisper640.jpg");
		background-repeat: no-repeat;
	}
	.AHcopyright{
		text-align: left;
		font-family: georgia;
		font-size: 50%;
		font-weight: bold;
	}
	
/* Chapter 2 Starts Here*/
	
	.basement1{
		font-size: 100%;
	}
	.basement1a{
		font-size: 100%;
	}
	.foradults{
		font-size: 100%;
	}
	.Godslove{
		font-size: 100%;
	}
	.Newbasement{
		font-size: 100%;
	}
	.bullymum{
		font-size: 100%; 
	}
	.eddieandsimon{
		font-size: 100%; 
	}
	.eddiesworld{
		font-size: 100%; 
	}
	.tormented{
		font-size: 100%; 
	}
	.courage{
		font-size: 100%; 
	}
	.tormented2{
		font-size: 100%; 
	}
	.Biblegift{
		font-size: 100%; 
	}
	.Fathersong{
		font-size: 100%; 
	}
	.simonneedles{
		font-size: 100%; 
	}
	.gassing{
		font-size: 100%;
	}
	.motherlies{
		font-size: 100%;
	}
	.addiction{
		font-size: 100%;
	}
	.rejection{
		font-size: 100%;
	}
	.escaping{
		font-size: 100%;
	}
	.namechange{
		font-size: 100%;
	}
	.headaches{
		font-size: 100%;
	}
	.deepsorrow{
		font-size: 100%;
	}
	.listening{
		font-size: 100%;
	}
	.hitnrun{
		font-size: 100%;
	}
	.judgement{
		font-size: 100%;
	}
	.judgement2{
		font-size: 100%;
	}
	
	#BurglarBars1 img{
		width: 14%;
		padding: 3% 1% 4% 2%;
	}
	#Damp1 img{
		width: 15%;
		padding: 3% 0% 3% 4%;
	}
	#Bulbonawire1 img{
		width: 12%;
		padding: 4% 1%;
	}
	#Rubble1 img{
		width: 15%;
		padding:  1%;
	}
	#waiting{
		width: 90%;
		font-size: 100%;
		line-height: 1.4;
		background: url("images/He's Waiting Gold480.jpg");
		background-repeat: no-repeat;
		padding: 1% 1% 2% 4%; 
		margin: 5% auto;
	}
	#BWire1 img{
		width: 97%;
		margin: 0 auto;
	}
	#nofear h1{
		font-size: 100%;
		font-weight: bold;
		padding: 0 0 4% 0;
	}
	#nofear{
		width: 97%;
		line-height: 1.3;
		letter-spacing: 0.1em;
		font-size: 98%;
		background: url("images/No Fear BGU550.jpg");
		background-repeat: no-repeat;
		padding: 2% 10% 0 23%;
		margin: 0 auto 3% auto;
	}
	#calvary{
		width: 98%;
		font-size: 70%;
		line-height: 1.67;
		background: url("images/Calvary525.jpg");
		background-repeat: no-repeat;
		padding: 2% 0% 2% 25%;
		margin: 1% auto;
	}
	#Peasants1 img{
		width: 60%;
		text-align: center;
		margin: 4% 23% 2% 22%;
	}
	#MCassino1 img{
		width: 15%;
	}
	#basement {
		width: 98%;
		line-height: 1.5;
		letter-spacing: 0.5px;
		font-size: 59%;
		background: url("images/The Basement R530.jpg");
		background-repeat: no-repeat;
		padding: 2% 8% 7% 25%;
		margin: -1% auto;
	}
	#heartsong h1{
		font-size: 90%;
		padding: 0 0 2% 0;
	}
	#heartsong{
		width: 98%;
		font-size: 80%;
		background: url("images/Warmcloudsfs1New530.jpg");
		background-repeat: no-repeat;
		padding: 6% 3%;
		margin: 0 auto;
	}
	.AHcopyright{
		text-align: left;
		font-family: georgia;
		font-size: 70%;
		font-weight: bold;
	}
	#seemyheart{
		width: 90%;
		font-size: 90%;
		background: url("images/See My Heart New540.jpg");
		background-repeat: no-repeat;
		padding: 4% 8% 6% 5%;
		margin: 0 auto;
	}
	#saintandsinner{
		width: 100%;
		margin: 0;
	}
	#mistydays{
		width: 95%;
		font-size: 90%;
		background: url("images/Misty Days BG510.jpg");
		background-repeat: no-repeat;
		padding: 5% 5% 6% 10%;
		margin: 0 auto;
	}
	#cleansed{
		width: 95%;
		font-size: 100%;
		background: url("images/Cleansed By The Blood BG515.jpg");
		background-repeat: no-repeat;
		padding: 1% 5% 1% 10%;
		margin: 0 0.5% 0 2%;
	}
	
/* Chapter3 576 Starts Here*/

	.brainwash{
		font-size: 100%;
	}
	.postwar{
		font-size: 100%;
	}
	.Hurt{
		font-size: 100%;
	}
	.MothersLove{
		font-size: 100%;
	}
	.MothersLove2{
		font-size: 100%;
	}
	.Redecorating{
		font-size: 100%;
	}
	.Redecorating2{
		font-size: 100%;
	}
	.SocialCircles{
		font-size: 100%;
	}
	.SocialCircles2{
		font-size: 100%;
	}
	.PerfectMum{
		font-size: 100%;
	}
	.EddieBack{
		font-size: 100%;
	}
	.EddieBack2{
		font-size: 100%;
	}
	.EddieBack3{
		font-size: 100%;
	}
	.EddieBack4{
		font-size: 100%;
	}
	.EddieBack5{
		font-size: 100%;
	}
	.Solitude{
		font-size: 100%;
	}
	.Solitude2{
		font-size: 100%;
	}
	.Suicidal{
		font-size: 100%;
	}
	.NewDog{
		font-size: 100%;
	}
	.Marraige{
		font-size: 100%;
	}
	.Dispensary{
		font-size: 100%;
	}
	.Dispensary1{
		font-size: 100%;
	}
	.EddieDies{
		font-size: 100%;
	}
	.EddieDies2{
		font-size: 100%;
	}
	.Heart1{
		font-size: 100%;
	}
	.Heart2{
		font-size: 100%;
	}
	.Heart3{
		font-size: 100%;
	}
	.Memories{
		font-size: 100%;
	}
	.RediscoveringGod{
		font-size: 100%;
	}
	.LordsPrayer{
		font-size: 100%;
	}
	.WindingRoad{
		font-size: 100%;
	}
	.Hospital{
		font-size: 100%;
	}
	.Funeral{
		font-size: 100%;
	}
	.Conman{
		font-size: 100%;
	}
	.Disorders{
		font-size: 100%;
	}
	.SimonMovesIn{
		font-size: 100%;
	}
	.AnotherPlanet{
		font-size: 100%;
	}
	.ThatDog{
		font-size: 100%;
	}
	.TheBoss{
		font-size: 100%;
	}
	.ForEddie h1{
		font-size: 100%;
	}
	.ForEddie{
		font-size: 100%;
	}
	.LastDays{
		font-size: 100%;
	}
	.Poland{
	font-size: 120%;
	}
	.Military{
		font-size: 100%;
	}
	.CallToArms{
		font-size: 100%;
	}
	.Jordan1{
	font-size: 120;
	}
	.Naaman{
		font-size: 100%;
	}
	.UnSee{
		font-size: 100%;
	}
	.UnSee2{
		font-size: 100%;
	}
	.Dedication{
		font-size: 100%;
	}
	.wordistruth {
		font-size: 100%;
	}
	.acknowledge{
		font-size: 100%; 
	}
	.acknowledge h1{
		font-size: 100%; 
	}
	.attributions h1{
		font-size: 100%; 
	}
	.attributions {
		font-size: 100%; 
	}
	.availablehelp{
		font-size: 100%; 
	}
	.availablehelp h1{
		font-size: 100%; 
	}
	#primrose img{
		width: 95%;
		margin: 3% 2%;
	}
	#Awestruck h1{
		font-size: 100%;
		line-height: 2;
		margin: 0 auto;
		padding: 0% 30% 2% 30%;
	}
	#Awestruck{
		width: 96%;
		font-size: 90%;
		line-height: 1.5;
		background: url("images/Awestruck 520.jpg");
		background-repeat: no-repeat;
		margin: 0 auto;
		padding: 2% 2% 1.5% 3%;
		border: 4px solid #900020;
	}
	#Bairn1 img{
		width: 60%;
		margin: 1% 25% 1% 20%;
		border-radius: 30px;
	}
	#Goduses h1{
		font-size: 95%;
		line-height: 1.4;
		margin: 0 auto;
		padding: 2% 5% 4% 10%;
	}
	#Goduses{
		width: 97.5%;
		font-size: 70%;
		line-height: 1.6;
		background: url("images/God Uses Broken ThingsNovAllRoundBG520.jpg");
		background-repeat: no-repeat;
		margin: 0 auto;
		padding: 7% 20% 4.4% 29%;
		border-radius: 40px;
	}
	#Caterpillar img{
		border-radius: 20px;
		border: 4px solid #A50021;
	}
	#Athena {
		width: 1%;
		padding: 2% 30% 0% 1%;
	}
	#StoneAngel1 {
		width: 7%;
		padding: 2% 22% 0% 1%;
	}
	#SharedThought{
		width: 90%;
		letter-spacing: 0.1em;
		font-size: 95%;
		line-height: 2;
		background: url("images/Who You're NOTNovBG540.jpg");
		background-repeat: no-repeat;
		padding: 2% 1%;
		margin: 0 12% 2% 5%;
	}
	.PrayerNew{
		width: 20%;
		font-size: 100%;
		margin: 0 auto;
		padding: 1% 2% 2% 2%;
	}
	#Prayer{
		width: 98%;
		letter-spacing: 0.005em;
		font-size: 82%;
		line-height: 2.1;
		background: url("images/Oh Lord New Oct 2020BG650.jpg");
		background-repeat: no-repeat;
		margin: 0 auto 2% auto;
		padding: 4% 0 1% 0;
		border-radius: 40px;
		border: 4px solid #800020;
	}
	#Mutt1 img{
		width: 15%;
		padding: 10% 1%; 
	}
	#Poodle1 img{
		width: 15%;
		padding: 7% 1% 8% 1%; 
	}
	#TennisR img{
		width: 15%;
		padding: 20% 1%; 
	}
	#WorldGlobe1 img{
		width: 15%;
		padding: 19% 1%; 
	}
	#MaryQuant1 img{
		width: 15%;
		padding: 2% 2% 5% 2%;
	}
	#LondonBus img{
		width: 15%;
		padding: 4% 1%;
		margin: 3% 0%;
	}
	#Heartaches h1{
		width: 100%;
		font-size: 85%;
		padding:1% 5% 0 24%;
	}
	#Heartaches{
		width: 98%;
		letter-spacing: 0.05em;
		font-size: 80%;
		line-height: 1.5;
		background: url("images/Heartaches New NovBG520.jpg");
		background-repeat: no-repeat;
		margin: 0 auto;
		padding: 2% 10% 7% 25.5%;
		border-radius: 40px;
		border: 6px solid #A50021;
	}
	#Redeemer h1{
		font-size: 110%;
		margin: 7% 30% 1% 18%;
	}
	#Redeemer{
		width: 97.8%;
		letter-spacing: 0.05em;
		font-size: 63%;
		line-height: 1.55;
		background: url("images/The Redeemer NewBG520.jpg");
		background-repeat: no-repeat;
		margin: 0 auto;
		padding: 2% 20% 8% 26.5%;
	}
	#Regrets h1{
		color: #000080;
		font-size: 100%;
		padding:25% 10% 1% 35%;
	}
	#Regrets{
		width: 96%;
		color: #000080;
		letter-spacing: 0.18em;
		font-size: 90%;
		line-height: 2.1;
		background: url("images/RegretsBG510.jpg");
		background-repeat: no-repeat;
		margin: 0 auto 1% auto;
		padding: 1% 1% 1% 8%;
		border: 5px solid blue;
	}
	.ARcopyright{
		text-align: left;
		font-family: georgia;
		font-size: 50%;
		font-weight: bold;
	}
	#TheCall h1{
		width: 100%;
		font-size: 100%;
		padding:5% 15% 1% 25%;
	}
	#TheCall{
		width: 98%;
		font-size: 65%;
		line-height: 1.8;
		background: url("images/The Call NewBG525.jpg");
		background-repeat: no-repeat;
		margin: 0 1%;
		padding: 2% 15% 7% 28%;
	}
	#OpenDoors h1{
		width: 100%;
		font-size: 100%;
		padding:12% 15% 5% 17%;
	}
	#OpenDoors{
		width: 98%;
		font-size: 67%;
		line-height: 1.8;
		background: url("images/Open Doors New BG530.jpg");
		background-repeat: no-repeat;
		margin: 0 1%;
		padding: 9% 15% 13% 28.5%;
	}
	#Consecration h1{
		font-size: 110%;
		letter-spacing: 0.1em;
		padding: 1% 1% 3% 28%;
	}
	#Consecration{
		width: 77%;
		letter-spacing: 0.1em;
		font-size: 90%;
		line-height: 1.8;
		background: url("images/ConsecrationNewBG445.jpg");
		background-repeat: no-repeat;
		margin: 3% auto 1% auto;
		padding: 3% 3% 2% 3%;
		
	}
	.ABcopyrightC{
		text-align: left;
		font-family: georgia;
		font-size: 50%;
		font-weight: bold;
		padding: 6% 23% 2% 1%;
	}
	.endcopyright {
		font-size: 90%;
		padding: 0;
		margin: 0 0 0 5%;
	}
	#Wonder h1{
		color: #000080;
		width: 100%;
		font-weight: bold;
		font-family: Book Antiqua, serif;
		font-size: 100%;
		padding:13% 0% 0% 1.5%;
	}
	#Wonder{
		width: 73%;
		letter-spacing: 0em;
		font-size: 110%;
		line-height: 1.5;
		background: url("images/The Wonder Of His Love BG460.jpg");
		background-repeat: no-repeat;
		margin: 2% 20% 0 16%;
		padding: 0 2% 0 6%;
	}
	#ThyWord h1{
		width: 100%;
		font-size: 110%;
		font-weight: bold;
		margin: 1% auto;
		padding: 1% 1% 5% 2%;
	}
	#ThyWord{
		width: 64%;
		font-size: 80%;
		background: url("images/Thy Word Is TruthNewBG340.jpg");
		background-repeat: no-repeat;
		margin: 5% 3% 3% 3%;
		padding: 1% 1% 0 1%;
	}
	.wordistruth {
		width: 100%;
		line-height: 1.5;
		padding: 3% 2% 0% 5%;
	}
	.wordistruth2 {
		width: 40%;
		text-align: left;
		float: right;
		line-height: 1.5;
		font-weight:  normal;
		padding: 3% 3% 1% 7%;
	}
	.button {
		float: left;
		margin: 5% 30% 5% 15%;
		padding: 8px 12px; 
		border-radius: 10px;
		-webkit-transition-duration: 0.4s;
		transition-duration: 0.4s;
	}
	.Wordsgallery{
		width: 98%;
		font-size: 100%;
		margin: 40% auto 1% auto;
		padding: 1% 0 0 3%;
	}
	
	footer{
		color: white;
		background-color: #483C32;
		height: 20px;
		text-align: center;
		font-size: 80%;
		font-family: Georgia;
		padding: 3% 0 5% 0;
		margin: 0;
	}
}

/*---------Media Qieries 500 Start Here////////////////////////////////////////////////////////////////////////////////*/

@media screen and (max-width: 500px){
	.wuddum{
		font-size: 200%;
		padding: 4% 0 2% 50%;
	}
	.wuddum2{
		font-size: 180%;
		padding: 4% 0 2% -35%;
	}
	#looktosky h1{
		font-size: 100%;
		padding: 2% 20% 2% 7%;
		margin: 0 auto;
	}
	#looktosky {
		width: 73%;
		text-align: left;
		line-height: 1.6;
		letter-spacing: 0.1em;
		background: url("images/Look To The SkyBG355.jpg");
		background-repeat: no-repeat;
		font-size: 90%; 
		padding: 3% 2% 4% 8%;
		margin: 0% auto;
	}
	.dropbtn {
		font-size: 100%;
		width: 29em;
		padding: 5px;
		margin: 0 2% 2% 2%;
	}
	.dropdown-content {
		min-width: 178px;
	}
	.dropbtn2 {
		font-size: 100%;
		width: 29em;
		padding: 5px;
		margin: 0 2% 2% 2%;
	}
	.dropdown-content2 {
		min-width: 178px;
	}
	.dropbtn3 {
		font-size: 100%;
		width: 29em;
		padding: 5px;
		margin: 0 2% 2% 2%;
	}
	.dropdown-content3 {
		margin: 0 0 0 9.8%;
		min-width: 178px;
	}
	.dropbtn4 {
		font-size: 100%;
		width: 29em;
		padding: 5px;
		margin: 0 2% 2% 2%;
	}
	.dropdown-content4 {
		margin: 0 0 0 9.8%;
		min-width: 178px;
	}
	.dropbtn5 {
		font-size: 100%;
		width: 29em;
		padding: 5px;
		margin: 0 2% 2% 2%;
	}
	.dropdown-content5 {
		margin: 0 0 0 9.8%;
		min-width: 178px;
	}
	.Part1 h1{
		font-size: 140%; 
		padding: 5% 0;
	}
	#rainbow h1{
		font-size: 120%;
		padding: 1% 29% 0 0;
	}
	#rainbow{
		width: 96%;
		line-height: 1.6;
		background: url("images/rainbow500.jpg");
		background-repeat: no-repeat;
		font-size: 70%; 
		padding: 0 2% 0 4%;
		margin: 0 auto;
		border: 4px solid blue;
	}	
	#price{
		width: 75%;
		font-size: 90%;
		padding: 4% 1% 4% 2%;
		margin: 0 5%;
	}
	#sometimes{
		width: 97%; 
		font-size: 60%;
		line-height: 1.3;
		letter-spacing: 0.1em;
		background: url("images/Sometimes BG500NA.jpg");
		background-repeat: no-repeat;
		padding: 8% 5% 6% 2%;
		margin: 0% auto;
	}
	#books{
		width: 96%;
		line-height: 1.5;
		font-size: 49.5%;
		font-weight: bold;
		background: url("images/New Books November 2020BG Wide465.jpg");
		background-repeat: no-repeat;
		padding: 1% 10% 2% 28%;
		margin: 0 1%;
	}
	#glassslippers{
		width: 98%;
		line-height: 1.7;
		font-size: 48%; 
		background: url("images/Slippers Made Of Glass Rounded BG500NA.jpg");
		background-repeat: no-repeat;
		padding: 8% 10% 10% 24%;
		margin: 0 1%;
	}
	#heavenly {
		width: 93%;
		font-size: 70%;
		background: url("images/Heavenly Whisper500.jpg");
		background-repeat: no-repeat;
		padding: 4% 1% 1% 3%;
		margin: 15% auto;
	}
	#waiting{
		width: 92%;
		font-size: 90%;
		line-height: 1.5;
		background: url("images/He's Waiting500.jpg");
		background-repeat: no repeat;
		padding: 4% 3% 1% 3%; 
		margin: 0 auto;
	}
	#BWire1 img{
		width: 97%;
		margin: 0 auto;
	}
	#nofear h1{
		font-size: 100%;
		font-weight: bold;
		padding: 0 0 4% 0;
	}
	#nofear{
		width: 95.5%;
		line-height: 1.3;
		letter-spacing: 0.1em;
		font-size: 80%;
		background: url("images/No Fear BGU470.jpg");
		background-repeat: no-repeat;
		padding: 2% 10% 0 23%;
		margin: 0 auto 3% auto;
	}
	#calvary{
		width:96.7%;
		line-height: 1.5;
		font-size: 60%;
		background: url("images/Calvary2020.jpg");
		background-repeat: no-repeat;
		padding: 1% 2% 1% 26%;
		margin: 0 auto;
	}
	#basement {
		width: 97%;
		line-height: 1.5;
		font-size: 45%;
		background: url("images/The Basement R465.jpg");
		background-repeat: no-repeat;
		padding: 2% 8% 7% 25%;
		margin: 0 auto;
	}
	#heartsong{
		width: 98.5%;
		line-height: 1.5;
		font-size: 73%;
		background: url("images/Warmclouds500.jpg");
		background-repeat: no-repeat;
		padding: 5% 2% 4% 2.5%;
		margin: 0 auto;
	}
	#seemyheart{
		width: 90%;
		font-size: 75%;
		background: url("images/See My Heart480.jpg");
		background-repeat: no-repeat;
		padding: 4% 1% 5% 10%;
		margin: 0 auto;
	}
	#mistydays{
		width: 98%;
		font-size: 80%;
		background: url("images/Misty Days500.jpg");
		background-repeat: no-repeat;
		padding: 5% 5% 6% 5%;
		margin: 0 auto;
	}
	#cleansed{
		width: 97%;
		font-size: 90%;
		padding: 3% 2% 1% 8%;
		margin: 0 0.5% 0 1.5%;
		background: url("images/Cleansed By The Blood500.jpg");
		background-repeat: no-repeat;
	}
	#Awestruck{
		width: 96.5%;
		letter-spacing: 0.1em;
		font-size: 80%;
		font-weight: bold;
		line-height: 1.5;
		background: url("images/Awestruck500.jpg");
		background-repeat: no-repeat;
		margin: 0 auto;
		padding: 2% 2% 3% 2%;
	}
	#Goduses h1{
		font-size: 100%;
		line-height: 1.4;
		margin: 0 auto;
		padding: 1% 5% 2% 10%;
	}
	#Goduses{
		width: 98%;
		font-size: 60%;
		line-height: 1.65;
		background: url("images/God Uses Broken ThingsNovAllRoundBG465.jpg");
		background-repeat: no-repeat;
		margin: 0 auto;
		padding: 7% 20% 4% 31%;
	}
	#Athena {
		width: 8%;
		padding: 2% 40% 0% 1%;
	}
	#StoneAngel1 {
		width: 7%;
		padding: 2% 34% 0% 1%;
	}
	#SharedThought{
		width: 98%;
		letter-spacing: 0.2em;
		font-size: 90%;
		line-height: 2;
		background: url("images/Who you're NOTNovBG540.jpg");
		background-repeat: no-repeat;
		padding: 2% 1%;
		margin: 0 1% 2% 1%;
	}
	#Prayer{
		width: 98%;
		letter-spacing: 0.1em;
		font-size: 62%;
		line-height: 2.2;
		background: url("images/Oh Lord New Oct 2020BG465.jpg");
		background-repeat: no-repeat;
		margin: 0 auto 2% auto;
		padding: 5% 0% 4% 0;
	}
	#Mutt1 img{
		width: 17%;
		float: left;
		padding: 7% 1% 8% 0;
	}
	#Poodle1 img{
		width: 17%;
		float: right;
		margin: 1.5% -2% 1% 1%;
		padding: 5% 0; 
	}
	#TennisR img{
		width: 17%;
		float: left;
		padding: 16% 1%; 
	}
	#WorldGlobe1 img{
		width: 17%;
		float: right;
		padding: 16% 1%; 
	}
	#Heartaches{
		width: 98%;
		letter-spacing: 0.05em;
		font-size: 73%;
		line-height: 1.5;
		background: url("images/Heartaches New NovBG460.jpg");
		background-repeat: no-repeat;
		margin: 0 auto;
		padding: 2% 10% 7% 25.25%;
		border-radius: 40px;
		border: 6px solid #A50021;
	}
	#Redeemer{
		width: 96%;
		letter-spacing: 0.05em;
		font-size: 50%;
		font-weight: bold;
		line-height: 1.5;
		background: url("images/The Redeemer NewBG455.jpg");
		background-repeat: no-repeat;
		margin: 0 auto;
		padding: 3% 20% 3% 28.5%;
		border-radius: 40px;
		border: 4px solid red;
	}
	#Regrets{
		width: 93%;
		letter-spacing: 0.18em;
		font-size: 75%;
		background: url("images/RegretsBG440.jpg");
		background-repeat: no-repeat;
		margin: 0 3% 2% 3%;
		padding: 1% 1% 1% 10%;
	}
	#Tatras img{
		width: 95%;
		margin: 0 2% 2% 2%;
		border: 4px solid #900020;
	}
	#TheCall h1{
		width: 100%;
		font-size: 100%;
		padding: 5% 15% 0 25%;
	}
	#TheCall{
		width: 98%;
		font-size: 55%;
		line-height: 1.5;
		background: url("images/The Call NewBG465.jpg");
		background-repeat: no-repeat;
		margin: 0 auto;
		padding: 1% 15% 8% 28%;
	}
	#RiverJordan img{
		width: 100%;
		margin: 3% auto 1% auto;
		border: 4px solid #800020;
	}
	#OpenDoors h1{
		width: 98%;
		font-size: 100%;
		padding:10% 15% 5% 17%;
	}
	#OpenDoors{
		width: 98%;
		font-size: 56%;
		line-height: 1.7;
		background: url("images/Open Doors New BG480.jpg");
		background-repeat: no-repeat;
		margin: 0 1%;
		padding: 5% 15% 10% 27%;
	}
	#Consecration{
		width: 85%;
		font-family: Eagle Lake, serif;
		font-size: 90%;
		line-height: 1.7;
		background: url("images/Consecration500.jpg");
		background-repeat: no-repeat;
		margin: 3% auto 1% auto;
		padding: 2% 2% 1% 3%;
	}
	#Wonder{
		width: 72%;
		font-size: 80%;
		line-height: 1.7;
		background: url("images/The Wonder Of His Love BG480.jpg");
		background-repeat: no-repeat;
		margin: 0 15%;
		padding: 1% 10% 0 10%;
	}
	#ThyWord h1{
		width: 100%;
		font-size: 110%;
		font-weight: bold;
		margin: 1% auto;
		padding: 1% 1% 4% 2%;
	}
	#ThyWord{
		width: 67%;
		font-size: 76%;
		background: url("images/Thy Word Is TruthNewBG320.jpg");
		background-repeat: no-repeat;
		margin: 5% 3% 3% 2%;
		padding: 2% 1% 0 1%;
	}
	.wordistruth2 {
		width: 25%;
		text-align: left;
		float: right;
		line-height: 1.2;
		font-size: 80%;
		font-weight:  normal;
		padding: 2% 0 1% 0;
	}
	.button {
		width: 70%;
		float: left;
		margin: 5% 30% 8% 15%;
		padding: 8px 12px; 
		border-radius: 10px;
		-webkit-transition-duration: 0.4s;
		transition-duration: 0.4s;
	}
	.Wordsgallery{
		width: 98%;
		font-size: 80%;
		margin: 19% auto 1% auto;
		padding: 1% 0 0 3%;
		
	}
	
}




