/*body{
margin: 0;
padding: 0;
font-family: sans-serif;
}
header{
	background: #00795f;
	width: 100%;
	padding: 40px 0;
	color: #fff;
	text-align: center;
}
a{
	text-decoration: none;
	color: inherit;
} */
nav {
    width:100%;
    margin-top:1px;
    /*position: absolute;
	top: 70px;*/
	
background: rgba(87,130,74,1);
background: -moz-linear-gradient(top, rgba(87,130,74,1) 0%, rgba(19,61,5,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(87,130,74,1)), color-stop(100%, rgba(19,61,5,1)));
background: -webkit-linear-gradient(top, rgba(87,130,74,1) 0%, rgba(19,61,5,1) 100%);
background: -o-linear-gradient(top, rgba(87,130,74,1) 0%, rgba(19,61,5,1) 100%);
background: -ms-linear-gradient(top, rgba(87,130,74,1) 0%, rgba(19,61,5,1) 100%);
background: linear-gradient(to bottom, rgba(87,130,74,1) 0%, rgba(19,61,5,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57824a', endColorstr='#133d05', GradientType=0 );
	
	border-radius: 0.3em;
  	-webkit-border-radius: 0.3em;
  	-moz-border-radius: 0.3em;
  	-o-border-radius: 0.3em;
  	-ms-border-radius: 0.3em;
  	box-shadow: 0px 0px 52px 3px rgba(0, 0, 0, 0.17);
  	-webkit-box-shadow: 0px 0px 52px 3px rgba(0, 0, 0, 0.17);
  	-moz-box-shadow: 0px 0px 52px 3px rgba(0, 0, 0, 0.17);
  	-o-box-shadow: 0px 0px 52px 3px rgba(0, 0, 0, 0.17);
  	-ms-box-shadow: 0px 0px 52px 3px rgba(0, 0, 0, 0.17);   
    
}
nav ul {
    width:100%;
	/*background-color: #43a286;*/
	overflow: hidden;
	color: #fff;
	padding: 0;
	text-align: center;
	margin: 0 auto;
    -webkit-transition: max-height 0.4s;
    -moz-transition: max-height 0.4s;
    -o-transition: max-height 0.4s;
    -ms-transition: max-height 0.4s;
    transition: max-height 0.4s;
    
}

nav ul li {
	display: inline-block;
	padding: 20px;

}
#currentpage {color: #FC8E00!important;}
nav ul li:hover {
	background-color: #FE9000;
}
#currentpage:hover {background-color: #FE9000!important;color: #609C16!important;}

section {
	line-height: 1.5em;
	font-size: 0.9em;
	padding: 40px;
	width: 75%;
	margin: 0 auto;
}
.handle {
    width:100%;
    
background: rgba(87,130,74,1);
background: -moz-linear-gradient(top, rgba(87,130,74,1) 0%, rgba(19,61,5,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(87,130,74,1)), color-stop(100%, rgba(19,61,5,1)));
background: -webkit-linear-gradient(top, rgba(87,130,74,1) 0%, rgba(19,61,5,1) 100%);
background: -o-linear-gradient(top, rgba(87,130,74,1) 0%, rgba(19,61,5,1) 100%);
background: -ms-linear-gradient(top, rgba(87,130,74,1) 0%, rgba(19,61,5,1) 100%);
background: linear-gradient(to bottom, rgba(87,130,74,1) 0%, rgba(19,61,5,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57824a', endColorstr='#133d05', GradientType=0 );
	
	border-radius: 0.3em;
  	-webkit-border-radius: 0.3em;
  	-moz-border-radius: 0.3em;
  	-o-border-radius: 0.3em;
  	-ms-border-radius: 0.3em;
  	box-shadow: 0px 0px 52px 3px rgba(0, 0, 0, 0.17);
  	-webkit-box-shadow: 0px 0px 52px 3px rgba(0, 0, 0, 0.17);
  	-moz-box-shadow: 0px 0px 52px 3px rgba(0, 0, 0, 0.17);
  	-o-box-shadow: 0px 0px 52px 3px rgba(0, 0, 0, 0.17);
  	-ms-box-shadow: 0px 0px 52px 3px rgba(0, 0, 0, 0.17);   
    
    /*background: #005c48;*/
    text-align: center;
    box-sizing: border-box;
    padding: 5px 10px;
    cursor:pointer;
    color: #fff;
    display:none;
}
/* Directior list */
#currentpageDIR{
	margin-left:10px;
	color:#EBDA28;
	font-size: 18px;
}
#currentpageDIR a{
	color:#EBDA28;
	font-size: 18px;
}
#currentpageDIR:after {
	content: "\0020--\00BB";
}

/*----------------*/

@media all and (max-width: 600px) {
	
    nav ul {
        max-height:0;
    }
.showing {max-height:20em;}

nav ul li {
        box-sizing: border-box;
		width:100%;
		padding: 10px;
		text-align: center;

	}
    
.handle {
        display:block;
    }

}