	
#menu-bar {
	display: none;
	
}
header label {
	float: right;
	font-size: 28px;
	margin: 15px 0;
	cursor: pointer;
	
}


.menu {
	position: absolute;
	top: 30px;
	left: 0;
	width: 97%;
	height: 180px;
	transition: all 0.5s;
	transform: translateX(-100%);
	background: rgba(0,51,0,0.9);
}


.menu a {
	
	display: block;
	position: relative;
	color: #FFF;
	height: 20px;
	text-decoration: none;
	padding: 8px;
	border-botton: 1px solid rgba(255,255,255,1);
}

.menu a:hover {
	height: auto:
	background: rgba(128,255,0,0.3);
	color: #00FF99;
	font-family: verdana;
	font-size: 18px;
	
}

.icon-menu {
	background-color: #002E00;	
	
	
	
}
	

#menu-bar:checked ~ .menu {
	transform: translateX(0%);
	height: 300;
	width: auto;
	font-size: medium;
	
	
}



@media (min-width:1024px){
	.menu {
		top: -150px;
		position: relative;
		width: auto;
		height: auto;
		transform: translate(0%);
		float: right;
		display: flex;
		background: none;
		font-size:18px;
		margin-left: 30px;
				}
	header label {
		display: none;
		}
	
/*small grid*/
@media(min-width: 250px){	
}
