.margin-as-heading{
	margin-top:13px;
}

header {
background: rgba(170,201,142,1);
background: -moz-linear-gradient(top, rgba(170,201,142,1) 0%, rgba(255,249,143,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(170,201,142,1)), color-stop(100%, rgba(255,249,143,1)));
background: -webkit-linear-gradient(top, rgba(170,201,142,1) 0%, rgba(255,249,143,1) 100%);
background: -o-linear-gradient(top, rgba(170,201,142,1) 0%, rgba(255,249,143,1) 100%);
background: -ms-linear-gradient(top, rgba(170,201,142,1) 0%, rgba(255,249,143,1) 100%);
background: linear-gradient(to bottom, rgba(170,201,142,1) 0%, rgba(255,249,143,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aac98e', endColorstr='#fff98f', GradientType=0 );
   
}


body {
    display: grid;
    height: 100vh;
    grid-template-rows: auto 1fr auto;
}


#container {
	width: 1300px;
	margin: 0 auto;
	background-color:#FFF;

}


h4{
  color: #000000;
  text-align:left;
}

h5{
  color: #000000;
  text-align:right;
  
}

ul li a{
  color: #666600;
}

p a{
  color: #666600;
}

footer .featurette-divider{
  margin-top: 20px;
}

a {
color: #666600;
}

a:hover {
color: #666600;
}


.content-box-form {
	width: 30%;
	padding: 1%;
	margin: 1%;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.90em;
	text-align:center;
	
}

.body-back{

background: rgba(170,201,142,1);
background: -moz-linear-gradient(top, rgba(170,201,142,1) 0%, rgba(255,249,143,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(170,201,142,1)), color-stop(100%, rgba(255,249,143,1)));
background: -webkit-linear-gradient(top, rgba(170,201,142,1) 0%, rgba(255,249,143,1) 100%);
background: -o-linear-gradient(top, rgba(170,201,142,1) 0%, rgba(255,249,143,1) 100%);
background: -ms-linear-gradient(top, rgba(170,201,142,1) 0%, rgba(255,249,143,1) 100%);
background: linear-gradient(to bottom, rgba(170,201,142,1) 0%, rgba(255,249,143,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aac98e', endColorstr='#fff98f', GradientType=0 );

}


.body-back2{
	width: 100%;
	padding:0;

}


/*----------- Middle Text-----------*/

.centre-oval{
	background-color:transparent;
	color:#000000;
	width:auto; 
	text-align:center; 
	font-weight:bold; 
	padding:10px; 
	-moz-border-radius:8px; 
	border-radius:8px;
}


.columns{
	background-color: #cccccc;
	color: #000;
	padding-top:5px;
	padding-bottom:5px;
}

.columns-content-div{
	background-color: #000000;
	color: #FFF;

}

.columns-content-div a:link, .columns-content-div a:visited{
	color: #FFF;
}
.columns-content-div a:hover{
	color: #FFF;
}

.cont-columns-frame{
	margin-top:0px;
	height:100%;
}

.columns-frame-div {
	border: 1px solid #000000;
	border-top: 2px solid #000000;
	padding: 1px;
	height:60%;
}






/* =====================          CUSTOMIZE THE CAROUSEL        =====================*/

 #myCarousel{
 height: 490px;
 overflow: hidden; 
 }

.carousel .item {
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  height: 100%;
}

.carousel .active.left, .carousel .active.right {
  left:0;
  opacity:0;
  z-index:2;
}
.carousel .next, .carousel .prev {
  left:0;
  opacity:1;
  /*z-index:1; */
}

.carousel{
  margin-bottom: 0;
}

.carousel .item{
  background: none;
}
.carousel .item>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.carousel-caption h3{
  color:#ffffff;
  font-size:30px;
  font-family: Arial;
  text-align: center;
}

.carousel-caption{
  left:15%;
  right:15%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.50);
  background: rgba(0, 0, 0, 0.50);
  margin-bottom:15px;
  border-radius:8px;
}


.carousel-indicators{
  text-align: right;
  display: none;
}

.carousel-control.left, .carousel-control.right {
  background-image: none;
}

.carousel-inner {		
    overflow: visible;
	height: 100%;
}


@media (max-width: 1124px) {
 #myCarousel{
    height: 300px;
 }
 .carousel-caption h3 {
    font-size: 25px;
 }
h1 {font-size: 20px; }
}

@media (max-width:  724px) {
 .carousel-inner, .carousel .item, #myCarousel{
    height: 270px;
 }
 .carousel-caption h3 {
    font-size: 25px;
 }
 
 h1 {font-size: 20px; }

}

@media (max-width:  640px) {
 .carousel-inner, .carousel .item, #myCarousel{
    height: 130px;
 }
 .carousel-caption h3 {
    font-size: 25px;
 }

 h1 {font-size: 20px; }
}



@media (min-width: 1500px) {
 #myCarousel{
    height: 550px;
 }
}

@media (min-width: 1800px) {
 #myCarousel{
    height: 490px;
 }
}



 .carousel-caption h3 {
    font-size: 25px;
 }
 h1 {font-size: 30px; }
 



/* =====================          NAVIGATION        =====================*/

.navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #6db553;
    color: #FFFFFF;
}


.navbar-inverse {
    background-color: #6db553;
    border-color: #080808;
}

.navbar {
    border-radius: 0;
    margin-bottom:0px;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}


/* ---------------BLOCKS and BOXES-------------------------------*/ 

.twelve-block > div{
	min-height:175px;
}
.twelve-block h4{
	text-align:center;
	margin-top:4px;
}
.twelve-block .thumbnail{
	margin-bottom:0px;
}
.twelve-block .lightLink{
	width:100%; 
	min-height:150px;
	padding:6px;
}

.twelve-block img{
	width:250px; 
	margin-bottom:2px; 
	border-radius:6px; 
	border:1px solid #666701;
}

.lightLink{
  padding:2px;
  margin:0 0.5rem 1rem 0.5rem;
  background-color:#aeae8c;
  color:#000000;
  line-height:0;
  -webkit-transition:background-color 0.1s ease-out;
  -moz-transition:background-color 0.1s ease-out;
  -o-transition:background-color 0.1s ease-out;
  transition:background-color 0.1s ease-out;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  -ms-border-radius:6px;
  -o-border-radius:6px;
  border-radius:6px}

.lightLink:hover{
  background-color:#daf2f8;
  COLOR:#000000;
}


/*=======================          FOOTER                   ==============================*/

footer{
	color: #666600;
	padding-top:10px;
	border-top-style:dotted;
}
	

footer ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

footer h4{
  color: #000000;
  text-align:left;
}

footer h5{
  color: #666600;
  text-align:right;
  
}

footer h6{
  color: #000000;
  text-align:center;
  font-size: 8px;    
  
}


footer ul li a{
  color: #666600;
}

footer p a{
  color: #666600;
}

footer .featurette-divider{
  margin-top: 20px;
}

footer a {
color: #666600;
}

footer a:hover {
     color: #000000;
}

