header {
	/*position: fixed;*/
   	width: 100%;
  	z-index: 200;
  	transition: z-index 0.5s, transform 0.5s;
  	/*pointer-events: none;*/
}
.anmedia-nav {
	display: flex;
	justify-content: space-between;
  	align-items: baseline;
  	flex-flow: row nowrap;
  	flex-direction: row;
  	flex-wrap: nowrap;
  	align-content: flex-start;
  	height: 100%;
  	padding: 10px 30px 10px 30px;
  	gap: 5px;
}
.anmedia-nav ul {
  	padding: 0;
 	margin: 0;
	list-style: none;
	display: flex;
	padding-left: auto;
}
.anmedia-nav nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 0px 9% 0px 9%;
}
.main-logo{
	box-sizing: border-box;
  padding: 5px ;
	align-self: auto;
}
.imgheader{
	width: 150px;
}
.main-first {
	/*display: flex;
  	flex: fit-content;*/
	box-sizing: border-box;
  	/*padding: 5px;*/
	align-self: auto;
}
.menu-first {
	/*display: flex;*/
  /*flex-wrap: wrap;*/
  /*justify-content: space-between;*/
  align-items: center;
	/*float: right;*/
}
.hamburger {
	font-size: 1.5em!important;
}
.menu-ham ul{
	display: contents;
	font-family: nasalization, "sans-serif";
}
.menu-ham a{
	color:inherit;
	text-decoration: none;
}
.menu-ham a:hover{
	text-decoration: none;
	color: #41C0F2;
	transition: .55s;
	transform: all .55s ease;
}
.toggle {
 	order: 1;
	display: none;
}
.item {
  /*width: 100%;*/
  text-align: center;
  order: 3;
  /*display: block;*/
}
/*.item:not(:first-of-type) {
  border-left: 1px solid #3c3c3c;
}
.item:not(:last-of-type) {
  border-right: 0.1rem solid black;
}*/
.item.active {
  display: block;
}
.item a {
  color: inherit;
  text-decoration: none;
  padding: 1ch;
}
.item .icon {
  padding: 1ch;
  position: relative;
}

nav {
  	padding: 20px 20px 20px 0px;
 	background-color: rgba(70, 70, 70, 0.1);
 text-shadow: 0 -2px 0 black;
  	box-shadow: 1px 2px 4px #141414, 0 4px 12px #0a0a0a;	
}
nav ul {
	list-style-type: disc;
	list-style: disclosure-closed;;
}
nav a {
  color: #CFCFCF!important;
  text-decoration: none;
}
nav a:hover {
	text-decoration: none;
	color: #41C0F2!important;
	transition: .55s;
	transform: all .55s ease;
}