/*body{
	margin: 0;
	padding: 0;
}
*/

nav{
	width: 100%;
	height: 80px;
	background: #F8F8FF; /*#23a9a3;rgba(246,250,251,.98);indigo; */
	padding: 0;
	margin: 0;
	position: fixed;
	font-family: sans-serif, Questrial;	
	font-size: 14px;
	z-index: 10;
	display: block;
	opacity: 1;
}

.logo{
height: 40px;
	float: left;
	min-width: 120px;
	text-align: center;
	max-width: 100%;
	height: 60px;
	width: 170px;
	margin: 20px 10px 10px 30px;
	z-index: 15;
} 
.handle{
	display: none;
}
nav a{
	color: green;  /*--- replaced #006400; or indigo--*/
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	z-index: 15;
}
nav .nav-menu{
	float: right;
	overflow: hidden;
	color: #fff;
	padding-right: 20px;
	margin: 0;
	text-align: center;
	transition: max-height 0.5s;
	-webkit-transition: max-height 0.5s;
	-moz-transition: max-height 0.5s;
	-ms-transition: max-height 0.5s;
	-o-transition: max-height 0.5s;
}
nav  ul li{display: inline-block;}
nav  ul li a{display: block; padding: 26px 15px;}
nav ul li:hover{background: rgba(0,0,0,0.3);}	
nav ul ul{
	display: none;
	background: rgba(246,250,251,.98);
	text-align: left;
	border-top:1px solid green;	
	opacity: 0.90;
	}
nav ul ul li{display: block;}
nav ul .sub-menu li a{
	display: block;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	padding: 10px 20px !important;
	color: green;

}

nav ul li:hover ul{
	top: 80px;
	right: 190px;
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 200px;
}
nav  ul li li{	
	border-bottom:1px solid green;
}
nav ul li li:hover{
	background: rgba(0,0,0,0.3);

}
.nav-clear {
	clear: both;
	padding-top: 80px;
}
@media screen and (max-width: 974px){
nav .nav-menu{padding-right:0;}
.logo{
	height: 60px;
	max-width: 100%;
	width: 150px;
	margin: 20px 10px 0px 20px;
}
nav ul li a{
	padding: 28px 10px !important;
}
nav ul li:hover ul{
	right: 120px;
}
}
@media screen and (max-width: 700px){
.header{
	overflow: hidden;
	color: #fff;
}
.logo{
	height: 60px;
	max-width: 100%;
	width: 120px;
	margin: 20px 10px 0px 20px;
}
nav ul{
	background: green;
	max-height: 0;
	width: 100%;
	padding:0;
	opacity: 0.8;
}
	nav ul li{
		box-sizing: border-box;
		width: 100%;
		border-bottom:0.5px solid #FFF;
		
	}
	nav ul li a{color: white; text-align: left;	font-size: 12px; padding: 10px 30px !important;}
	nav ul li a:hover {margin-left: 40px;}
	.handle{
		display: inline;
		color: green;
		font-size: 30px;
		font-weight: bold;
		line-height: 1;
		float: right;
		margin: 20px 25px;
		border-radius: 3px;
		cursor: pointer;
		box-sizing: border-box;
	}
	.showing{max-height: 25em;}
	.sub-menu li{display: none;}
	
}