@charset "UTF-8";
/* CSS Document */
body{
	margin: 0;
	padding: 0;
}

a, a:linked{
	color: inherit;
}

#header{
	width: 100%;
	height: 200px;
	position: fixed;
	background-color: #873031;
	top: 0;
	z-index: 9;
	color: #FFFFFF;
}

#menu{
	width: 100%;
	height: 50px;
	background-color: #1F85B4;
	position: absolute;
	bottom: 0;
	color: #FFFFFF;
	text-decoration: none;
}

.menuNav{
	width: 100%;
	margin: 0;
	padding: 0;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
}

.menuNav a{
	width: auto;
	padding-left: 5px;
	padding-right: 5px;
	color: #FFFFFF;
	text-decoration: none;
}

#devices{
	visibility: hidden;
	position: absolute;
	left: 3px;
}

ul li a{
	color: inherit;
	text-decoration: none;
}

.section{
	width: 100%;
	height: auto;
	padding: 10px 0px 10px 0px;
	position: relative;
}

.frame{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#wrapper{
	width: 100%;
	margin-top: 205px;
	overflow-y: scroll;
	overflow-x: hidden;
	height: auto;
	min-height: 100%;
	position: relative;
}

.container{
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 500px;
}

.slider{
	width: 100%;
	display: flex;
}

.slider img{
	width: 100%;
	object-fit: cover;
}

.slide{
	position: relative;
	width: 20%;
	float: left;
	height: 100vh;
}

h1{
	margin: 0;
	padding: 0;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	text-align: center;
	font-size: 6em;
	width: 100%;
	background: rgba(0,0,0,.6);
	color:#ffffff;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}

.slide{
	background-size: cover;
	object-fit: cover;
}

.slide:nth-child(1){
	background: url("../../images/banner/banner_2.jpg");
	background-size: cover;
}
.slide:nth-child(2){
	background:url("../../images/banner/banner_1.jpg");
	background-size: cover;
}
.slide:nth-child(3){
	background:url("../../images/banner/pastor_2.jpg");
	background-size: cover;
}
.slide:nth-child(4){
	background: url("../../images/banner/pastor_3.JPG");
	background-size: cover;
}
.slide:nth-child(5){
	background: url("../../images/banner/rotate_1.jpg");
	background-size: cover;
}

.slide:nth-child(1){
	background: url("../../images/banner/banner_2.jpg");
	background-size: cover;
}

@keyframes animate{
	0%{
		left:  0;
	}
	
	16%{
		left:  0;
	}
	
	20%{
		left:  -100%;
	}
	
	36%{
		left: -100%;
	}
	
	40%{
		left:  -200%;
	}
	
	
	56%{
		left:  -200%;
	}
	
	60%{
		left:  -300%;
	}
	
	76%{
		left:  -300%;
	}
	
	80%{
		left:  -400%;
	}
	
	96%{
		left:  -400%;
	}
	
	100%{
		left:  0;
	}
}


ul li{
	list-style-type: circle;
}

.footer{
	width: 100%;
	background-color: #FFFFFF;
	bottom:0;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 15px;
	position: relative;
	overflow-y: hidden;
	border-top: #4A2E09 2px solid;
}
/*** Headings ***/
.title{
	font-size: 35px;
}

.title img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*** blog page **/

.sub{
	line-height: 20px;
	height: 20px;
	font-size: 15px;
	padding-left: 5px;
}

.aut{
	line-height: 15px;
	height: 15px;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 5px;
}

.msg{
	padding-left: 5px;
}

.more{
	float: right;
}
	
h1{
	font-size: 35px;
}

h2{
	font-size: 25px;
}

h3{
	font-size: 15px;
}

h4{
	font-size: 10px;
}

h5{
	font-size: 5px;
}

/*** division **/
.coln10{
	width: 10%;
}

.coln20{
	width: 20%;
	height: inherit;
}

.coln30{
	width: 30%;
}

.coln40{
	width: 40%;
}

.coln50{
	width: 50%;
}

.coln60{
	width: 60%;
}

.coln70{
	width: 70%;
}

.coln80{
	width: 80%;
}

.coln90{
	width: 90%;
}

/**** lines ***/
.ln12{
	height: 20px;
}
.ln50{
	height: 50px;
}

.ln100{
	height: 100px;
}

.ln150{
	height: 150px;
}

.ln200{
	height: 200px;
}

.ln250{
	height: 250px;
}

.ln300{
	height: 300px;
}
.ln400{
	height: 400px;
}

/*** Position **/
.right{
	float: right;
}

.left{
	float: left;
}

.ins{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.align{
	margin-left: auto;
	margin-right: auto;
}

/*** Images position ***/
.coln10 img{
	width: 100%;
	height: inherit;
}
.coln20 img{
	width: 100%;
	height: inherit;
}

.coln30 img{
	width: 100%;
	height: inherit;
}

/*** Backgroun ***/
.black-bg{
	background-color: #000000;
	height: inherit;
}

.brown-bg{
	background-color: #B67374;
	height: inherit;
}

.blue-bg{
	background-color: #76D0DE;
	height: inherit;
}

.purple-bg{
	background-color:peachpuff;
	height: inherit;
}

.black-bg{
	background-color: #000000;
	color: #FFFFFF;
}

.white-bg{
	background-color: #FFFFFF;
	color: #000000;
}

/*** Image Shape **/
.circle{
	border-radius: 50%;
}

/*** table ***/
.tab60{
	width: 60%;
}

/*** Buttons ***/
.btn {
  	background-color:#1954E1; /* Green */
  	border: none;
  	color: white;
  	padding: 15px 32px;
  	text-align: center;
  	text-decoration: none;
  	display: inline-block;
  	font-size: 16px;
	cursor: pointer;
}

/*** Input forarts ***/
input[type=text], select {
  	width: 80%;
  	padding: 12px 20px;
  	margin: 8px 0;
  	box-sizing: border-box;
  	background: white;
}

/*** Broadcast **/
#video_box{
	width: 100%;
	height: auto;
	background: #FFFFFF;
}