body  
{
    background-image: url("bg.png");
	background-repeat: no-repeat; 
	background-position: center;  
} 

#app_body{
	font-size: 1.6em;
	color: white; 
	margin: -10px; 
	min-width: 350px;
 
}

h2 {
    text-shadow: 2px 2px 4px #000000;
}

#logo {
	margin-top:0px; 
	padding:10px; 
	
}

IMG.display {
	display: block;
	margin-left: auto; 
	margin-right: auto; 
}

#button_box{
	margin-top: 0px; 	
	z-index: 1; 
	padding: 10px; 
}

#button_box a:link{ text-decoration: none;}

.button{
	margin: 10px;
	border-radius: 12px;
	padding: 0px;
	height: 50px; 
	color: #055782;
	font: 35px arial, sans-serif;
	text-align: center;
	background-color: #FFFFFF;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	position: relative;
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
}

div.button p {
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) 
}

#page_logo {
	margin-top: 0px; 
	margin-left: 0px; 
}
/********************* Prayer Page *******************************/



#forms { 
	padding: 10px; 
	margin-top: -10px; 
	color:black;
	display: block; 
	margin-left: 15px; 
	margin-right: 15px; 
	background-color: white; 
	opacity: .9; 
	border-radius: 10px; 
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#form_content { 
	padding:20px; 
	color:black;
	display: block; 
	margin-left: auto; 
	margin-right: auto; 	
}

/*----------------------Verse of the Day Page------------------------------*/
#good_news{
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	border: 0px solid white;
	opacity: .9; 
	background-color: white;  
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
	width: auto; 
	height: auto; 
	margin-left: 15px; 
	margin-right: 15px; 
	padding: 15px 20px 15px 20px;
	overflow: hidden;
	display:block;
	color: black;
	font-size: .8em;
	text-align: justify; 
}