{
	font-family: Poppins, sans-serif;
	padding: 0;
}


nav ul{
	list-style:none;
	float:right;
	padding:0;
	display:flex;
}
	
div.title{
  display: flex;
	padding: 10px;
  height: 40px; 
 
}

nav{ 

   background: rgba(0,0,0,0.0);
   width: 100%;
   float:left;
}

nav ul li a {
	line-height: 80px;
	color: #b3b3b3;
	padding: 12px 30px;
	text-decoration:none;
	font-size: 20px;
	text-transform:upper;
}

nav ul li a:hover{
	background: #545454;
	border-radius: 6px;
	background: rgba(0,0,0,0.8);
	transition:2s;
	width:20%;

}
ion-icon{
	color: white;
}


.ft-right ul li a{
	line-height: 80px;
	color: #b3b3b3;
	padding: 12px 30px;
	text-decoration:none;
	font-size: 20px;
	text-transform:upper;

}

.logo{
	height: 60%;
}




	


