.section-three{
	background-color:#9cd3f6;
	height:auto;
	margin-left:0rem;
	margin-right:0rem;
	padding-top: 25px;
	padding-bottom: 75px;
	background-size: cover;
	/*	background: url(../images/tiger.png) no-repeat center center fixed; */
  -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
.section-three h1{
	font-family: 'Marcellus SC', serif;
	font-size: 24px;
	font-weight: normal;
	color: #5a7911;
	text-align: center;
	width: 100%;
}
.section-three h2{
	font-family: 'Sansita', sans-serif;
		font-size: 42px;
	font-weight: normal;
	color: #5a7911;
	text-align: center;
	width: 100%;
	}
.section-three h3{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #666;
	line-height: 20px;
	width: 100%;
	text-align: center;
	float: none;
	margin-top: 20px;
}
.ongoing{
	display: block;
	height: 420px;
	width: 100%;
	margin-right: 20px;
	border-radius: 10px;
	background-color: #c89a4a;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 60px;
	padding-left: 20px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.ongoing h1{
	font-family: 'Sansita', sans-serif;
	font-size: 34px;
	font-weight: normal;
	color: #FFF;
	text-align: left;
	display: block;
	line-height: 28px;
	margin-bottom: 7px;
}
.ongoing  h3{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	line-height: 20px;
	width: 45%;
	float: left;
	margin-right: 15px;
	margin-top: 10px;
	text-align: left;
}
.ongoing   h2{
	font-family: 'Sansita', sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	text-align: right;
	float: right;
	width: 50%;
	margin-top: 15px;
		}
.ongoing   h4{
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	text-align: left;
	float: left;
	width: 100%;
	margin-top: 15px;
	display: block;
	line-height: 18px;
	}
.schedule{
	width: 100%;
	height: 75px;
}
.schedule h1{
	font-family: 'Style Script', cursive;
	font-size: 35px;
	font-weight: normal;
	width: 100%;
	color: #5a7911;
	margin-bottom: 0px;
	text-align: left;	
	}

.schedule .box{
	border: 1px solid #FFF;
	height: 76px;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	
}
.schedule .eventsimg{
	float: left;
	height: 72px;
	width:30%;
	margin-right: 0px;
	/*border: 1px solid #FFF;*/
}
.schedule .eventscontent{
	height:  75px;
	text-align: left;
	background-color: rgba(255,255,255,0.4);
	padding: 5px;
	width: 70%;
	float: right;
}
.schedule .eventscontent h2{
	font-family: 'Sansita', sans-serif;
	font-size:20px;
	font-weight: normal;
	color: #5a7911;
	margin-bottom: 0px;
	text-align: left;
	width: 99%;
	line-height:20px;
	}
.schedule .eventscontent h3{
	font-family: 'Sansita', sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #333;
	text-align: left;
	width: 98%;
	line-height:40px;
	margin:0;
	padding:0;
	}
.text_centre{
	text-align: center;
	position: relative;
	width: 100%;
	}
	




.schedule ::-webkit-scrollbar {
  width: 10px;}
  
.schedule ::-webkit-scrollbar-track {
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);}
   
.schedule ::-webkit-scrollbar-thumb {
  background-color: #658e15;}
  
.schedule ::-webkit-scrollbar-thumb:hover {
  background: #555; }

.sectionthree_box{
	width: 100%;
	padding: 15px;
	height: auto;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	background-color: rgba(255, 255, 255, 0.7);	
	border-radius: 5px;
}
.sectionthree_box h1{
	font-family: 'Redressed', cursive;
	font-size: 35px;
	font-weight: normal;
	width: 100%;
	color: #666;
	margin-bottom: 0px;
	text-align: left;
}
.sectionthree_box h2{
	font-family: 'Hammersmith One', sans-serif;
	font-size: 35px;
	font-weight: normal;
	width: 100%;
	color: #0a97f1;
	margin-bottom: 0px;
	text-align: left;
}
.sectionthree_box h3{}
