/* CSS Document */
body{
	
}

/*Header ---------------------------------------------------------- */
.site-header {
	background-color: #FFF;
}
.top_line{
	height: 20px;
	background-color: #93c954;
}
.site-title{
	font-size: 2em;
}
.site-title a:link{
	color: #000000;
}
.hdr_line{
	border-top: solid 5px #000000;
}
.hdr_slide{
	border-bottom: solid 10px #91cbda;
    background-color: #E6E7E8;
}

/* Main Content ---------------------------------------------------*/
.site-content{
	background-color: #FFF;
    padding: 30px 0px;
}
.up_events{
    background-color: #e6e7e8;
    padding: 20px;
    border: solid 2px #b7b7b7;
    border-radius: 10px;
	min-height: 740px;
}
.up_video{
	background-color: #ffffff;
    padding: 20px;
    border: solid 2px #dedede;
    border-radius: 10px;
}
.up_ev{
    color: #2d7f3a;
    font-weight: bold;
    font-size: 1.8em;
}
.event_box{
    background-color: #FFF;
    border-radius: 10px;
    padding: 10px;
    margin: 30px 0;
}
.event_box:last-child{
    margin-bottom: 10px;
}
.event_box img{
	width:250px;
	height:200px;
	object-fit: cover;
}
.event_box h3{
	clear: none;
	font-size: 1.5em;
    line-height: 1.2em;
    padding: 10px 0px;
}
.vid_box{
	padding-bottom: 10px;
}
.ev_clr_b{
	height: 20px;
}
.an_grn{
	background-color: #e8f3e4;
    border: solid 2px #d8ebda;
    padding: 15px 40px;
    border-radius: 10px;
    margin-top: 10px;
}
.an_grn h2{
    font-weight: bold;
}
.an_grn h2 a:link, .an_grn h2 a:visited, .an_grn h2 a:active{
	color: #2d7f3a;
}
.an_grn h2 a:hover{
	color: #203c00;
}
/* Footer ----------------------------------------------------------*/
.footer-content-area{
	border-top: solid 15px #cce5af;
	background-color: #203c00;
	padding: 20px 0;
	color: #FFF;
}
.site-info{
	border-top: solid 1px #FFF;
	padding: 15px 0;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.site-title{
	font-size: 2em;
	}
	.up_video{
    min-height: 740px;
	}
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	.container{
		max-width: 1200px;
	}
}