/*BEGINNING - ALL PAGES FORMAT! */
/* Mobile style.css */
body { /* This is the background to ALL the pages */
background: url("winter.jpg") no-repeat center center fixed ;
-webkit - background-size: cover ;
-moz- background-size: cover ;
-o- background-size: cover ;
background-size: cover ;
}
.content-holder { /* This holds all the pages materials */
width: 85% ;
background: rgba(255,255,255, 1);
position: absolute; 
margin-top: 2px;
margin-bottom: 2px ;
margin-left: auto ;
margin-right: auto ;
left: 0 ;
right: 0 ; 
border: 1px solid #000000 ;
 border-radius: 10px;
}
/* END - ALL PAGES FORMAT! */
/*BEGINNING- BANNER CONTENT */
.banner { /* This is the Main part of the banner */
width:90%;
height: 120px ;
background: rgba(255,255,255, 0.8);
 border-radius: 15px;
margin: 0 auto ;
position: relative ;
overflow: hidden ;
border: 1px solid #000000 ;
}
#logo { /* banner logo (cross) */
height:100px ;
margin: 0px -20px 0px 0px ; 
}
#fbc { /* banner logo (First Baptist Church) */
height: 45px ;
margin: 0px 0px 0 px 0 px ;
}
/* END- BANNER CONTENT */
/*BEGINNING- HOME CONTENT */
#intro { /* introduction text */
margin: 3px 2px 3px 4px ;
}