*{
	margin: 0;
	padding: 0;
	font-size: initial;
}



/*Elton-IT-Navigationbar*/
#Elton-IT-Navigationbar{
	width: 100%;
	margin: 0;
	padding: 0;
	box-shadow: 2px 2px 10px grey;
	padding: 14px 0px 14px 0px;
}
/*End of Elton-IT-Navigationbar*/


/*Nav*/
nav{
	width: 90%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}
@media only screen and (max-width: 765px){
nav{
	width: 90%;
	margin: auto;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}	
}
/*End of Nav*/



/*Title*/
.Nav-title{
	flex: 1.2;
}
.Nav-title p{
	color: blue;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 4px;
}
@media only screen and (max-width: 900px){
.Nav-title p{
	color: blue;
	font-size: 22px;
	font-weight: bold;
}	
}
/*End of title*/





/*Navigation content*/
.Nav-content{
	display: flex;
	line-height: 30px;
}
.Nav-content li a{
	margin-left: 40px;
	font-size: 22px;
	color: grey;
}
.Nav-content li{
	list-style: none;
}
.Nav-content li a:hover{
	background-color: black;
	color: white;
	padding: 2px 12px 4px 12px;
	border-radius: 6px;
	font-style: italic;
	transition: all 0.5s ease-in-out;
}
.Nav-content a{
 color: black;
 text-decoration: none;
}
@media only screen and (max-width: 765px){
.Nav-content{
	margin: 40px 0px 0px 20px;
	display: none;
	flex-direction: column;
}
.Nav-content li{
	margin: 0px 0px 40px 0px;
}
.Nav-content li a{
	margin-left: 0px;
}
}
/*End of Navigation content*/







/*Menu Icon*/
#button{
	color: rgb(82, 80, 24);
	font-size: 32px;
	position: absolute;
	right: 0;
	top: 10px;
	display: none;
	padding: 0px 20px 0px 0px;
}
@media only screen and (max-width: 765px){
#button{
	display: flex;
}	
}
/*End of Menu Icon*/