html,body{
	width:100%;
	height: 100%;
	margin: 0;
}
html{
	font-family: "helvetica neue", sans-serif;
}
nav{
/*	border-bottom: 1px solid #fff;*/
	text-align: center;
/*	min-height: 70px;
*//*	line-height: 70px;*/
	background-color: #0080FE;
}
.menu-nav{
	margin: 0 30px 0 0;
}
.menu-nav a{
	text-decoration: none;
	color: #fff;
	margin: 0 10px;
	line-height: 70px;
	font-weight: 600;
	font-size: 16px;
}
/*span{
	color: #54D17A;
}*/
label{
	margin: 0 40px 0 0;
	font-size: 26px;
	line-height: 70px;
	display: none;
	width: 26px;
	float: right;
	color: #fff;
}
#iconName{
	margin: 0 0 0 30px;
	line-height: 70px;
	float: left;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}
#toggle{
	display: none;
}
.postitem .nav-link{
	background-color: white;	
	color: #EE3233 !important; 
	border-radius: 5px; 
	margin-left: 20px; 
	margin-right: -130px;
	font-size: 16px;
	font-weight: 600;
	font-style: 
}
@media only screen and (max-width: 500px){
	label{
		display: block;
		cursor: pointer;
	}
	.menu-nav{
		text-align: center;
		width: 100%;
		display: none;
		z-index: 10;
	}
	.menu-nav a{
		display: block;
		border-bottom: 1px solid #EAEAEB;
		margin: 0;
		clear: both;
		background-color: #0eb798;
	}	
	#toggle:checked + .menu-nav{
		display: block;
	}
	#toggle:checked + .master_bkgr{
		margin-top: 65%;
	}
	.postitem .nav-link{
		margin-right: 30px;
	}

}*/