*{

   vertical-align:auto; 
}

.firstPanel{
   height: 500px;
   width: 100%;
   background-color: rgb(215, 232, 238, .1);
   padding-top: 25px;
   
   
}


.cent0{
   justify-content: center;
}
.cent1{
margin-left: 37%;
height: 250px;
width: 400px;


}
.pad{
padding-left: 10px;
}

#text1{
   padding-left: 20px;
font-size-adjust: none;

}
.daily{
   /*position: relative;
   display: flex;*/
   vertical-align: middle;
   width: 100%;
   height: 400px;
   background-color: burlywood;
}

   body, html{
      height: 100%;
      margin: 0;
}

.container{
   position: relative;
   text-align: center;
   color: white;
   padding: 10px;
}
/* Putting on top of second panel*/
.JesusIsCalling {
   width: 600px;
   height: 100px;
   position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  letter-spacing: 5px;
  font-size: 5vw;
  font-weight: 600;
animation-name: calling;
animation-duration: 5s;
animation-timing-function: linear;
animation-delay: 1ms;
animation-iteration-count:infinite;
}
@keyframes calling{
   from{opacity: 0;}
   to{opacity: 1;}
}

/*Banner above second panel*/
.headers{
   background-color:gray;
   display: grid;
   grid-template-columns: 75px 75px 75px 75px 100px 75px 75px 75px  75px;
   gap: 10px;
   justify-content: center;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
}

.generic{ 
   height: 49px;
   padding-top: 10px;
}
/*Third Panel Pastor an Carol*/
.cen{  
   display: flex;
   justify-content: space-around;
   gap: 20px;
   padding-top: 10px;
   
}

.scheduledEvents{
   display:flexbox
   margin-left: 5px;
 background-color: red;
 width: 200px;
 height: 100px;
}

.messageFromPastor{
   
   margin-left: 5px;
   width:600px;
   height:600px;
   background-color: aqua;
   padding-top:  10px;
}

.sermon{
margin-left: 5px;
width: 400px;
height: 600px;
background-color: blanchedalmond;
padding-top: 10px;
}

#PS{
   display:inline-flexbox;
margin-left: 5px;
width: 600px;
height: 650px;
background-color: yellow;
}

.par{
   padding-left: 10px;
   padding-right: 10px;
}

.giving{
   font-family:cursive;
   font-weight:bolder;
   font-size:25px;
   
}

.pfb{
   display: flexbox;
   background-color: blue;
      
}
.fbd{
   display: table-cell;
   font-size: 32px;
   height: 50px;
   width: 50px;
   background-color: blue;
border-radius: 100%;
vertical-align: middle;
color: white;
padding-bottom: -20px;
}


p{
text-align: left;
text-indent: 50px;
}

h2{
   margin-top: -15px;
}

#Lord{
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; 
text-align: left;
color: brown;
font-weight: bolder;
}

a{
   text-decoration: none;
}




#emblem{
   width: 150px;
   height: 150px;
   border-radius: 50%;
}
#wed{
   margin-top: -15px;
   text-align: center;
   font-family:Georgia, 'Times New Roman', Times, serif;
   font-size: large;

}
.gospel{
   font-family: 'Dancing Script';  
}

body{
   text-align: center;

}
.fb{
   color:blue;
   
}


