/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how to render a web page. You may delete these comments and get started with your customizations.

By default, your stylesheet will be loaded after the theme stylesheets, which means that your rules can take precedence and override the theme CSS rules. Just write here what you want to change, you don't need to copy all your theme's stylesheet content.
*/


/* fixed banners: */
#fixedpanelleft{  }
#fixedpanelright{  }
#fixedpanelbottom{  }

/* phone style */
.myphone2 {font-size:1.3em;color:#007642}
.myphone2 span{font-size:1.1em;color:#6e1213}
.myphone a{text-decoration:none;color:#444444;font-size:1.1em }

.button {text-align:right;padding-right:20px }
.button a{font-size:1.4em;text-decoration:none;color:#6e1213;font-weight:bold;}

h4.pastor1{text-align:center}
.pastor {text-align:center;color:#00643e}
.slogan {font-family: Calligraffitti;
         font-size:1.1em;
}

/*  align center begin */



.titles2 h2 {
   width: 100%; 
   text-align: center; 
   border-bottom: 1.0px solid #b2b2b2; 
   line-height: 0.1em;
   margin: 30px 0 40px; 
} 

.titles2 h2 span { 
    background:#fdf6ea; 
    padding:0 10px; 
    font-family: Calligraffitti;
    font-size:1.3em;
}

.center2 {
  margin: auto;
  width: 75%;
  border: /* 3px solid green; */
  padding: 10px;
}



 /* align center end */

.donation  {font-family: Calligraffitti;
    font-size:1.5em;
    color:#ffffff;
    text-align:center;
    padding:40px 0px 40px 0px
}
.services h2 {color:#a92422;font-size:1.3em;font-weight:bold;text-align:center;}
.services2 {font-size:1.0em}


