#navigation{
	display: flex;
	justify-content: center;
}

#navigation-inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 15px 50px;
}

#navigation-left{
	display: flex;
	align-items: center;
}

#navigation-left > a{
	display: flex;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	padding: 0 15px;
	text-decoration: none;
	opacity: .7;
}

#navigation-left > a:hover{
	opacity: 1;
}

#navigation-left > a:first-of-type{
	padding: 0;
	padding-right: 15px;
	opacity: 1;
}

#graphite-title{
	display: flex;
	height: 64px;
}

#navigation-right{
	display: flex;
	align-items: center;
	gap: 15px;
}

#instagram-icon, #whatsapp-icon{
	backface-visibility: hidden;
	width: 24px;
	height: 24px;
	cursor: pointer;
	
}