header{
		width:100%;
		height: 80px;
		position: fixed;
		margin:0px;
		padding:0px;
		top:0px;
		display: block;
		background-color: #ffffff;
		
		font-family: 'Nunito Sans', sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 13px;
		line-height: 18px;
		/* identical to box height */

		letter-spacing: 0.2em;
/* identical to box height */


		overflow: hidden;
		z-index: 100;
		
	
		
	}

	.inner_header{
		width:90%;
		height: 100%;
		display: block;
		margin: 0 auto;

		
	}
	.img_container{
		height: 100%;
		display: table;
		float: left;



	}
	header img{
		height: 90px;
		position: absolute;
		top: 1px;
		margin-left: 35px;
		cursor: pointer;


	}
	
	.navigation{

		float:right;
		height: 100%;
		overflow: hidden;

	}
	.navigation a{
		float:left;
		height: 60%;
		display: table;
		padding: 0 20px;
	}
	
	
	.navigation a:hover{
		float:left;
		height: 60%;
		display: table;
		padding: 0 20px;
		background-color: #eeeeee;
	}
	.navigation a:link{
		text-decoration: none;
	}

	.navigation a li{
		display: table-cell;
		vertical-align: middle;
		height: 100%;
		color: black;
		font-size: inherit;

		

	}

	
