/* aditional about css starts here.......*/
/*home image caption style*/

 #homecaption, #homecaption2, #homecaption3, #homecaption4 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(180deg,rgba(0, 0, 3, 22),rgba(0, 0, 0, 0),rgba(0, 0, 0, 0));
  color: white;
  border-radius: 15px;
  border-bottom: none;
  box-shadow: 10px 0px 50px #c1c1c1;
  padding: 7px;
  font-size: 16px;
  animation: slideCaption 1s forwards; /* Caption animation */
  transition-timing-function: ease-in;
	animation-iteration-count: 1;
	animation-fill-mode: both;
	animation-direction: alternate-reverse;

}

@keyframes slideCaption {
  from {
    transform: translateY(100%);

  }
  to {
    transform: translateY(0);
  }

  from{  color: lightblue;
     background-color: none;
      right: 940px;
      left: 10px;
	
      
	}
	to{

	left: 610px;
     right: -70px;
       opacity: 0.1;
       width: 30px;
	height: 30px;
	}
}

#captionbtn{
	background-image: linear-gradient(-99deg,midnightblue, midnightblue);
	padding: 10px;
	font-size: 20px;
	border: 1px solid gray;
	border-radius: 23px;
}

/*end of home image caption*/
.about-content{
	opacity: none;
}
#history-menu{
	margin: 0px;
	padding: 10px;
	overflow: hidden;
list-style-type: none;
 text-align: justify;
 
}
 .history-btn{
padding: 5.6666px;
float: left;
list-style: none;
 }
 
 .about-h2{
 	margin-top: 10px;
 	margin-bottom: 0px;
 	
 }
 ol{
 type: upper-roman;
 }
 .about-h2{
 	text-align: left;
 }
 .about-h3{
 	text-align: left;
 	 text-align: justify-all;
 }
 li{
 	list-style-type: square;
 	padding-left: 0;

 }
#showKlpkHistory,#showKlpkHistoryB,#showKlpkHistoryC,#showKlpkHistoryD{
	display: none;
}
/*end of css for about buttons and some about div*/
/*home/index section lift up style
===========
=============================
*****************************/
.site-section{

}


/**************end of home/index section lift up style***********************/

 
#churchlogo{
	width: 80px;
	height: 80px;
	top: 12px;
	border-radius: 100px;
	animation-name: logoanimate;
	animation-duration: 1s;
	animation-delay: 1s;
	position: absolute;
	transition-timing-function: ease-in;
	animation-iteration-count: 1;
	animation-fill-mode: both;
	animation-direction: reverse;
	
}

@keyframes  logoanimate {
	from{  color: lightblue;
     
      right: 940px;
      left: 10px;
	
      
	}
	to{

	left: 610px;
     right: -70px;
       opacity: 0.1;
       width: 30px;
	height: 30px;
	}

}

.site-header1,.site-header{
	background-image: linear-gradient(-99deg,midnightblue , lightskyblue, white, lightskyblue, midnightblue);
	 position: absolute;
	 box-shadow: 15px 15px 41px #c1c1c1;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;

}
.site-title{
	text-align: center;
	padding-left: 10em;

}
  

/*css for bottom navigation links  */
#arrowdown{
	font-size: 45px;
	display: none;

	animation-name: arrowdownAnimation;
	animation-duration: 1s;
	animation-delay: 1s;
	position: relative;
	transition-timing-function: linear;
	animation-iteration-count: infinite;
	animation-fill-mode: both;
}

@keyframes arrowdownAnimation {
	from{
      color: #01ffEE;
      bottom: 60px;
      top: -30px;
	}
	to{
	  color: lightblue;
      top: 20px;
      bottom: 20px;
	}

}
#Txtmsg4user{
	display: none;
	animation-name: Txtmsg4userAnimation;
	animation-duration: 1s;
	animation-delay: 1s;
	position: relative;
	transition-timing-function: linear;
	animation-iteration-count: infinite;
	animation-fill-mode: both;

}
@keyframes Txtmsg4userAnimation  {
	from{
      color: #01ffEE;
      color: white;
      left: 5px;
      right: 3px;
      
	}
	to{
	  color: lightblue;
	  right: 5px;
	  left: 3px;
     
	}
}

#msg4user{
	display: none;

}
.btn{
	background-color: #edeff6;
}
#msg_btn{
	color: darkblue;
}

/* special for klpk image..... //////// gallary section --------
.gallery{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
	gap: 10px;
}
.gallery img {
	max-width: 100%;
	height: auto;
}
 img:hover{
	width: 600px;
	height: auto;
}
 

div.gallery{
	margin: 5px;
	float: left;
	width: 180px;
}
div.gallery:hover{
	border: 1px solid #777;
}
div.gallery img{
	width: 100%;
	height: auto;
}*/
/*
******************************gallary section ****************************/
#arrowup{
	font-size: 20px;
	padding-top: 5px;
	cursor: pointer;


}

.topscroll{
	animation-name: topscrollAnimation;
	background: #cccf;
	width: 30px;
	height: 30px;
	border-radius: 100px;
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 20px;

}

.topscroll{
	animation-name: arrowdownAnimation1;
	animation-duration: 1s;
	animation-delay: 1s;
	position: fixed;
	transition-timing-function: ease-in;
	animation-iteration-count: 2;
	animation-fill-mode: both;
	animation-direction: alternate;
	overflow: hidden;
}

@keyframes  arrowdownAnimation1 {
	from{  color: lightblue;

      top: 540px;
      bottom: 20px;
		
      
	}
	to{

	bottom: 90px;
      top: -30px;
      opacity: 0.5;
	}
	100%{display: none;}

	/*100%{ top: 60px,  }
	50%{opacity: 0.4}
	0%{bottom: 10px}*/
	}





@keyframes animate1{
  90%{top: 190px;}

90%{opacity: 0.001; color: green;}
 
}
#top-s{
	display: none;
  animation-name: animate1;
  animation-duration: 7s;
animation-delay: -5s;
animation-iteration-count: 1;
animation-direction: alternate;
animation-timing-function: ease;

  position: fixed;
  width: 50px;
  height: 50px;
  top: 90%;
  bottom: 90%;
  right: 100px;
  border-radius: 50px;
  opacity: 0.5;
  overflow: hidden;
  border: 4px solid white;
  border-bottom: 4x solid red;
  background: transparent;
  background-color: darkblue;
  z-index: 999;
}
#top-s1{
  position: relative;
text-align: center;
top: 5px;

color: white;
  font-size: 25px;
  background: transparent;
  z-index: 999;

 }
 #top-s:hover{
 	background-color: darkblue;
 	background: darkblue;
 	 opacity: 0.4;
 	 border: 2px solid #01ffEE;
 	 z-index: 999;
	
 }

 /* this is css part for department buttons and departiment div*/
.more-youth,.more-women,.more-children,.more-choir,.more-uinjilisti{
	display: none;
}


/*end of css for department buttons and departiment div*/



 /* this is css part for parish buttons and parish div*/
 .more-kijitonyama,.more-kisalawe,.more-mwananyamala,.more-tabata,.more-yombo{
	display: none;
}

/*end of css for parish buttodiv
}
*/

/*//////////////   end of style for parish drop /////////////////*/

/*/////
/////////////////////style for parish and departyments table/////////
///////////////////////////////////////////////////
*/

 table{
background-color: none; 
padding: 100px;
  width: 100%;
  text-align: center;
 }

 th,td{
 background-image: linear-gradient(-90deg,#f8f9fa,ghostwhite,#f8f9fa);
padding: 12px;
margin: 10px;
border: 3px solid  white;
 }
 th{
 	font-size: 20px;
text-shadow: 1px,2px,1px goldenrod,whitesmoke,gray;
 }


 /*/////
/////////////////////end of style for parish and departyments table/////////
///////////////////////////////////////////////////
*/

 .quicklinks ul, li{
 	display: inline-block;
 	padding: 10px;
 	transition: 5s;
 }


 
 .quicklinks-div{
 transition: 2s;
 position: relative;
 background-color: transparent;
 box-shadow: 1px 1px 10px #c1c1c1;

 animation-name: quicklinks-div;
	animation-duration: 2s;
	animation-delay: 2s;
	position: relative;
	transition-timing-function: linear;
	animation-iteration-count: 2;
	animation-fill-mode: both;
}

@keyframes quicklinks-div {
	from{
      color: #01ffEE;
      bottom: 60px;
      top: -100px;
      opacity: 0.2;
	}
	to{
	  color: lightblue;
      top: 30px;
      bottom: 20px;
	}

}




#kisalaweimage, #kijitonyamaimage, #mwananyamalaimage, #tabataimage, #yomboimage, #imagedimansion{
width: 768px;
height: 250px;

}

#homeparishcaption {
	width: 10rm;
	text-align: center;
	  background-image: linear-gradient(180deg,#689bd3, #edeff6,#edeff6);
  border-radius: 15px;
  border-bottom: none;
  box-shadow: 10px 0px 50px #edeff6;
  padding: 7px;
  font-size: 16px;
 
}

#parishdiv{
	height: 300px;
	border: 4px #edeff6;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	box-shadow: 10px 0px 50px #edeff6;

}
#parishdiv h1{
	text-align: center;
	color: white;
}
#parishdivtext{

	width: 25em;
	text-align: center;
	font-weight: 700;
    color: #fff;
    font-size: 3rem;
	 background-image: linear-gradient(180deg,rgba(0, 0, 3, 22),rgba(0, 0, 0, 0),rgba(0, 0, 0, 0));
  color: white;
  border-radius: 5px;
  border-bottom: none;
  box-shadow: 10px 0px 50px #edeff6;
  font-size: 16px;
  font-weight: bold;
}


#homeicon, #homeicon2{
	top: 3;
	bottom: 0;
	position: relative;
  width: 50px;
  height: 50px;
	border-radius: 50px;
	text-align: center;
	background-color: darkblue;
	animation: homeicon3 3s forwards;
	 -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
  box-shadow: 10px 0px 50px #c1c1c1;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;

	padding: 5px;
	font-size: 30px;
	color: white;
	border: 2px solid #c1c1c1;
	z-index: 999;
}

@keyframes homeicon3 {
  from {
    transform: translateX(0);

  }
  to {
    transform: translateX(20%);
  }
    
    }

#homeicon1:hover{
 	text-align: center;
 	background-color: transparent;
 	border-radius: 50px;
 	padding: 1px;
	font-size: 40px;
	color: darkblue;
	z-index: 999;
 }
 
#homeicon2:hover, #homeicon:hover{
background-color: white;
color: darkblue;
height: 60px;
width: 60px;
border-radius: 60px;
box-shadow: 10px 0px 50px #c1c1c1;
animation-iteration-count: 0;
z-index: 999;
left: 0;

 } 

#iconcontainer{
	display: none;
	width: 60px;
	background: transparent;
	border: 1px;
	border-radius: 30px;
	top: 3;
	bottom: 100;
	left: 0;
	right: 0;
	position: fixed;
	overflow: hidden;
	z-index: 999;
}


#department-roundimage{
	height: 100px;
	width: 100px;
	border: 6px solid white;
	border-bottom: 6px solid powderblue ;
	border-radius: 100px;	

}

#department-roundimage:hover{
	align-items: center;
	border: 0px solid gray;
	border-radius: 0px;
width: 468px;
height: 250px;
animation: departmentimage 2s forwards;
	 -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
  box-shadow: 10px 0px 50px #c1c1c1;
  animation-iteration-count: 1;
  animation-direction: reverse;
}

@keyframes departmentimage {
  from {
    transform: translateY(60%);
    opacity: 0.1;
    border-top: 0px;
    border-radius: 2px;

  }
  to {
    transform: translateX(0);
  }

    
    }
#department-text{
	position: relative;
	text-align: justify;

}

#department-text h2{
	text-align: center;
	font-weight: bold;
}

#department-roundimage:hover + #department-text{
	 background-image: linear-gradient(180deg,rgba(9, 0, 0, 0.1),rgba(0, 0, 0, 0),rgba(0, 0, 0, 0));
	padding-top: 23px;
	border-radius: 9px;
	

}
.colophon{
	text-align: center;
}