body{
    color: rgb(128, 128, 128);
    font-family: Tahoma;
    font-size:16px;
    line-height: 1.8;;
}
.row{
    margin-right: 0 !important; 
    margin-left: 0 !important;
}
.navbar-right .dropdown-menu{
        right: auto; 
        left: 0;
}
.navbar {
    border-radius: 0 !important;
    margin-bottom: 0px;
    }
.my-navbar{
    background-color:#fff;
    border-color:#fff;
}
.my-navbar p{
    bottom: 0;
    position: absolute;
    left: 188px;
    font-size: 12px;
    color: #000;
}
.navbar-right{
    position: absolute;
    bottom:0;
    right:0
}
.dropdown-menu>li>a {
    display: block;
    padding: 10px 20px !important;

}
.dropdown-menu{
    background-color: #a1be4b;
}
.dropdown-menu li a{
 border-bottom: 1px solid #fff;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
    color:#fff !important;
    background-color: #8ba633 !important;
    border-bottom: 1px solid #fff;
}
.navbar-nav>li>.dropdown-menu{
    padding:0;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.my-navbar ul li:first-child{
    border-left:3px solid #abc24d;
}

.my-navbar ul li{
    border-right:3px solid #abc24d;
}
.navbar-default .navbar-nav>li>a{
    color:#000;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
    color:#000;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    background-color:#abc24d;
    color:#fff;
}
li.dropdown:hover > .dropdown-menu {
    display: block;
}
.membersite{
    bottom: 48px;
    position: absolute;
    left: 282px;
    font-size: 16px;
    color: #fff !important;
    background: #8ba633;
    padding: 6px;
    cursor: pointer;
}
.logo p{
    padding-top:85px;
}
.council{
    padding-top:30px;
    padding-bottom:30px;
}
.council h2{
    color: rgb(75, 100, 0);
    font-family: "Gill Sans MT";
    font-size:27px;
    margin: 0;
}
.council span{
    color: rgb(139, 185, 0);
    font-family: "Gill Sans MT";
    font-size:24px;
}
.council ul li{
    line-height: 2.00;
}
.marquee_text {
    font-size: 2rem;
    font-weight: bold;
    line-height: 4rem;
    color: #000;
    overflow: hidden;
}
.growing{
    font-size: 19px !important;
    font-weight: bold;
    color: rgb(128, 128, 128);
    font-family: Tahoma;}

.marquee-footer{
  font-size: 2rem;
    font-weight: bold;
    line-height: 7rem;
    color: #000;
    overflow: hidden;
    height: 222px !important;
}
.marquee-text{
    font-size:20px !important;
}
.marquee{
    background-color:#778a35;
}
.marquee a{
    color:#fff;
    font-size: 16px;
}
.member a{
  position: absolute;
    top: 50px;
    text-align: center;
    right: 102px;
    text-decoration: none;
    color: #000;
}
.footer{
  background-color:#abc24d;
  padding: 20px 0;
}
.footer ul li{
  list-style: none;
  color:#000;
  font-size: 13px;
}
.footer-anchor a{
  font-size: 13px !important;
}
.footer-text{
    color:#fff;
    padding: 8px;
    margin: 0;
}
.ul-footer{
    display: flex;
    list-style-type: none;
    justify-content: end;
    color: #fff;
}
.ul-footer li{
    padding: 8px;
}
.mobile{
    display:none;
}
.fa{
    font-size:110px;
}

.mobile-view{
    display:none;
}
.sidebar{
    padding: 0;
}
.sidebar li{
    list-style-type: none;
}
.sidebar li a{
    font-size: 19px;
    color: rgb(139, 185, 0);
    font-family: "Gill Sans MT";
}
.mb-3{
    margin-bottom: 20px;
}
.mb-3 h2{
    color:#000;
    text-align: center;
    font-size: 21px !important;
    padding:10px;
}
.mb-3 h3{
    font-size:16px !important;
    text-align: center;
    font-weight: bold;
    color: rgb(153, 204, 0);
    font-family: "Gill Sans MT";
    margin: 5px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 14px;
    color: #000;
}
.cat{
    font-weight: bold;
    color: rgb(153, 204, 0); 
}
.pdf li{
    list-style-type: none;
}
.pdf li a{
    color: rgb(139, 185, 0);
    font-family: "Gill Sans MT";
    font-size: 24px;
}
.chairmain{
    margin-top:10px !important;
    font-size: 18px;
}
.bbm{
    color: #000;
    font-weight: bold;
}
.post{
    font-size:13px;
    color:#000;
    text-align: center;
}
.moretext{
    display:none;
}
.moreless-button{
    cursor: pointer;
    float: right;
}
@media only screen and (min-width: 769px) and (max-width: 1281px) { 

.my-navbar{
    display:none !important;
}
.mobile{
    display:block;
}
.mobile-view{
    display:none;
}
.mobile-view li{
    font-size:50px;
    list-style-type: none;
    padding-bottom: 20px;
}
.mobile-view li a{
    color:#fff;
}
.mobile-header{
    background-color:#abc24d;
}

.mobile {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: transparent !important;
}
.fa-bars{
    color:#fff;
}
.dropdown-menu{
    background-color:#abc24d;
}
.council h2 {
    color: rgb(75, 100, 0);
    font-family: "Gill Sans MT";
    font-size: 52px;
    font-weight: bolder;
    margin-top: 30px;
    margin-bottom: 30px;
    
}
.council span {
    color: rgb(139, 185, 0);
    font-family: "Gill Sans MT";
    font-size: 50px;
    font-weight: 800;
}
body {
    color: rgb(128, 128, 128);
    font-family: Tahoma;
    font-size: 40px;
}
.footer ul li {
    list-style: none;
    color: #000;
    font-size: 36px;
}
.footer-anchor a {
    font-size: 36px !important;
}
.sidebar li a {
    font-size: 50px;
    color: rgb(139, 185, 0);
    font-family: "Gill Sans MT";
    font-weight: 800;
}
.council ul li {
    line-height: 2.5;
}
.mb-3 h2 {
    font-size: 45px !important;

}
.mb-3 h3 {
    font-size: 50px !important;
    text-align: center;
    font-weight: bold;
    color: rgb(153, 204, 0);
    font-family: "Gill Sans MT";
    margin: 10px;
}
.post {
    font-size: 45px;
    color: #000;
    text-align: center;
}
.h3, h3 {
    font-size: 49px;
    font-weight: 800;
}
.pdf li a {
    color: rgb(139, 185, 0);
    font-family: "Gill Sans MT";
    font-size: 42px;
    font-weight: bolder;
}
.bbm {
    color: #000;
    font-weight: bold;
    font-size: 40px;
}
}
