@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed&display=swap');

p{
	font-size:17px; line-height:20px;
	text-align:justify;
}

.titlebg{
	background: rgb(60,79,62);
	background: linear-gradient(180deg, rgba(60,79,62,1) 0%, rgba(93,116,96,1) 23%, rgba(154,162,125,1) 100%);
	padding:30px 0;
}
.titlebg h1{
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size:22px; color:#FFF;
	text-align:center;
	margin:0 0 10px 0;
	text-shadow:#000 1px 1px 2px;
}
.titlebg h1 span{
	font-size:36px;
	font-weight:bold;
	text-shadow:#000 1px 1px 2px;
}
.titlebg h2{
	font-size:16px; color:#f1d48c;
	text-align:center;
	margin:0 0 10px 0;
	text-shadow:#000 1px 1px 2px;
}
.sv_bg{
	background-color:#96a07d;
	display:block; padding:10px 10px;
	color:#FFF; font-size:17px;
	text-shadow:#000 1px 1px 2px;
	border-top:#f1d283 1px solid;
	border-left:#f1d283 1px solid;
	border-right:#f1d283 1px solid;
	border-bottom:#606545 2px solid;
}
.noticeblock{
	padding:5px 0 10px 0;
	margin-bottom:10px;
	border-bottom:#CCC 1px dashed;
}
.noticeblock_left{
	width:25%;
	float:left;
	margin-right:10px;
}
.noticeblock_left_date{
	background-color:#eed288;
	float:left;
	display:block;
	padding:5px 8px;
	text-align:center;
	font-size:12px;
	border-radius:3px;
	width:100%;	
}
.noticeblock_left_date span{
	font-size:18px;
}
.noticeblock_right{
	width:65%;
	float:left;
	/*border:#CCC 1px solid;*/
}

.welcomesection{
	background-color:#fff;
	padding:90px 0;
}
.main_title{
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size:30px; color:#606545;
	margin:0 0 10px 0;
	text-align:center;
	line-height:30px;
}
.main_title span{
	color:#000;
	font-size:36px;
}
.main_title::after{
	content:"";
	display:block;
	height:4px; width:300px;
	background-color:#c50807;
	margin:15px auto 35px auto;	
}

/* FOOTER */
#footerbg{
	background:url(../images/footertop.jpg) no-repeat 50% 100% #3d503f;
	background-size:cover; width:100%;
	/*background:#993d2b;*/
	padding:60px 0 30px 0;
}
#footerbg p{
	font-size:14px;
	line-height:17px;
	color:#999;
}
#footerbg h6{
	font-size:14px;
	line-height:17px;
	color:#FFF;
	text-shadow:#000000 3px 3px 3px;
}
#footerbg i{
	font-size:18px;
	line-height:17px;
	color:#FFFF99;
}
#footdivision{
	display:block;
	background:#999999;
	height:1px; width:100%;
	margin:7px 0;
}
#footerbg h4{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:15px;	
	color:#fff;
	font-weight:bold;
}
#ftitleunderline{
	display:block;
	background:#f4e29a;
	height:2px; width:30px;
	margin:7px 0 25px 0;	
}
ul.ftlnk{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:inside;
}
ul.ftlnk li{
	margin:0 0 12px 0;
	color:#666;
	line-height:19px;
}
ul.ftlnk li a{
	font-size:15px; line-height:19px;
	color:#fff; text-decoration:none;
	padding-left:5px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	text-shadow:#000000 3px 3px 3px;
}
ul.ftlnk li a:hover{
	color:#fff;
	text-shadow:#460202 3px 3px 5px;
}
/* FOOTER */
/* CREDIT */
#creditbg{
	background:#29382a;
	padding:40px;
	border-top:#f4e29a 6px solid;
}
ul.social{
	width:250px;
	margin:0 auto 25px auto;
	padding:0;
	list-style-type:none;
	list-style-position:inside;
}
ul.social li{
	margin:0 15px 0 0;
	float:left;
}
ul.social li a{
	display:block;
	width:50px; height:50px;
	border-radius:25px;
	color:#fff;
	background-color:#036ea6;
	border:#036ea6 1px solid;
	font-size:20px; line-height:50px;
	text-align:center;
	 text-decoration:none;	
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
ul.social li a:hover{	
	border:#999 1px solid;
	color:#999;
	background-color:transparent;
}
@media (max-width: 375px) {
ul.social{
	width:145px;
	margin:0 auto 25px auto;
	padding:0;
	list-style-type:none;
	list-style-position:inside;
}
ul.social li{
	margin:0 7px 0 0;
	float:left;
}
ul.social li a{
	display:block;
	width:30px; height:30px;
	border-radius:15px;
	color:#fff;
	background-color:#036ea6;
	border:#036ea6 1px solid;
	font-size:12px; line-height:30px;
	text-align:center;	
	text-decoration:none;	
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
ul.social li a:hover{
	border:#999 1px solid;
	color:#999;
	background-color:transparent;
}	
}
#creditbg p{
	color:#FFF;
	text-align:center;
	font-size:15px;
	margin:20px 0 10px 0;
}
#creditbg h6{
	color:#6f9473;
	text-align:center;
	font-size:12px;
	margin:20px 0 10px 0;
}
/* CREDIT */

.bg-white{
	background-color:#FFF;
	padding:7px;
}

/* ACTIVITIES */
.activitiesbg{
	background-color: #f5f5f5;
	padding: 80px 0;
}
.activityblock{
	display: block;
	background-color: #fff;
	padding: 15px; border-radius: 7px;
	box-shadow: #cccccc 2px 2px 10px;
	border-left: #d47016 4px solid;
	border-right: #d47016 4px solid;
}
.activityblock h1{
	font-family: 'Barlow Semi Condensed', sans-serif;
	text-align: center; font-size: 20px;
	color: #3c7842; margin: 0 0 20px 0;
}

/* ACTIVITIES */
