header {
	width: 100%;
    padding: 0 1rem;
    box-sizing: border-box;
	height: 60px;
	position: fixed;
	left: 0px;
	right: 0px;
	margin: auto;
	margin-top: 60px;
	margin-top: 30px;
	background-color: transparent;
	z-index: 100;
	box-sizing: border-box;
	text-align: center;
	/* font-family: helvetica; */
	/* font-weight: bold; */
	/* font-size: 12px; */
	color: #fff;
	
	font-family: 'a-lite';
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	
}

.header-object {
	position: absolute;
	background-color: transparent;
	height: 60px;
}

#header-logo {
	width: 40px;
	height: 40px;
	/* border-radius: 4px; */
	border-radius: 50%;
	margin-top: 10px;
	left: 0px;
	/* background-image: url('../images/graphics/tremo.svg'), linear-gradient(#ff0000 0%, #a10202 100%); */
	background-image: url('../images/graphics/zophonos-logo.svg');
	background-color: rgba(0, 0, 0, .3);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	backdrop-filter: saturate(180%) blur(20px);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	transition: background-color .2s ease-in-out;
}

#header-logo:hover {
	/* background-color: rgba(255, 0, 0, .8); */
	background-color: rgba(0, 0, 0, .3);
}

#header-nav {
	width: 600px;
	left: 0px;
	right: 0px;
	margin: auto;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: transparent;
	opacity: 0;
	transition: opacity .2s ease .4s;
	/*
	background-color: rgba(255, 255, 255, .4);
	border-radius: 4px;
	backdrop-filter: saturate(180%) blur(20px);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
*/
	height: 40px;
	font-family: 'a-lite';
	
	display: none;
    flex-direction: column;
    background: black;
    position: absolute;
    top: 60px;
    right: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
	

}

#header-nav.visible {
    display: flex;
}

@media (min-width: 768px) {
    #header-nav {
        display: flex !important;
        flex-direction: row;
        position: static;
        width: auto;
        background: transparent;
    }
}


@media screen and (max-width: 738px) {
	
	#header-nav {
		margin-top: 60px;
		width: auto;
	}		
	
}

a {
	text-decoration: none;
	color: #fff;
}

.header-nav-link {
	display: inline-block;
	background-color: transparent;
	padding: 0px 14px 0px 14px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	transition: color .2s ease-in-out;
	text-transform: capitalize;
	font-size: 18px;
	
	
	
	
}

.header-nav-link:hover {
	color: #ff0000;
}

#header-button {
	width: 100px;	
	right: 50px;
}

#button {
	width: 100px;	
	height: 40px;
	background-color: transparent;
	box-sizing: border-box;
	border: solid 1px #fff;
	border-radius: 4px;
	margin-top: 10px;
	line-height: 38px;
	transition: all .2s ease-in-out;
	font-size: 14px;
	cursor: pointer!important;
	
	/*
background-color: rgba(255, 255, 255, .1);
	backdrop-filter: saturate(180%) blur(20px);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
*/
	text-transform: uppercase;
	letter-spacing: 1px;
}

#button:hover {
	border: solid 1px #ff0000;
	color: #ff0000;
}

#button::before {
	content: 'button';
}

#header-menu-icon {
	width: 40px;	
	right: 0px;
}







/* ///////////////////////////////////////////////// */
/* ///////////////////////////////////////////////// */
/* ///////////////////////////////////////////////// */
/* ///////////////////////////////////////////////// */


#menu-burger-holder {
	width: 26px;
}

#menu-burger {
	width: 26px;
	height: 23px;
	/* background-color: red; */
/* 	padding-top */
	position: absolute;
	top: 18.5px;
	right: 0px;
	display: block;
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
}

#menu-burger:hover > .burger-bar {
	background-color: #ff0000;
}

.burger-bar {
	width: 26px;
	height: 2px;
	background-color: #fff;
	position: absolute;	
	border-radius: 4px;
}

#bb-a {
	/* top: 0px; */
}

#bb-b {
	/* top: 10px; */
	
}

#bb-c {
	/* top: 20px; */
}





.bb-a-init {
	top: 0px;
	
	transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	
	transition: transform .2s ease .2s, top ease .2s .4s, background-color .2s ease-in-out;
}

.bb-b-init {
	top: 10px;
	opacity: 1;
	
	transition: opacity .2s ease .4s, background-color .2s ease-in-out;
}

.bb-c-init {
	top: 20px;
	
	transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	
	transition: transform .2s ease .2s, top ease .2s .4s, background-color .2s ease-in-out;
}




.bb-a-x {
	top: 10px;
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	background-color: #ff0000;
	
	transition: transform .2s ease .4s, top ease .2s .2s, background-color .2s ease-in-out;
}

.bb-b-x {
	top: 10px;
	opacity: 0;
	background-color: #ff0000;
	
	transition: opacity .1s ease .4s;
	
}

.bb-c-x {
	top: 10px;
	transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	background-color: #ff0000;
	
	transition: transform .2s ease .4s, top ease .2s .2s, background-color .2s ease-in-out;
}
