.gnav{
	height:7%;   
	width:100%;
  display:block;
}

ul {
		list-style-type: none;
		height:100%;
		margin: 0;
		padding: 0;
		font-weight: 50; 
		font-size: 3vh;
		overflow: hidden;
	background-color: #1b2538;


}
	li {
	height:100%;
	float: right;
	border-left: 1px solid #bbbbbb;
}
	li:last-child {
				height:100%;

	border-left: 1px solid #bbbbbb;
}
	li a {
	height:100%;
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px 0;
	text-decoration: none;
}
li a:hover:not(.active) {
	background-color: #aaa9bce2 ! important;
}

.tab{
    background: transparent;
}

.isActive {
	    background:#11B285;
}

