header{ position:fixed; top:0rem; left:0; width: 100vw; border:none; z-index: 1000000;}
	#header-logo{background-color: white; border:none;
				clip-path: polygon(0 0, 100% 0%, 84% 100%, 0% 100%); 
				padding: 1.5rem; padding-right: 4rem; padding-top:1rem;
				position:fixed; top:0rem; left:0;}
		#header-logo>img{width:13.5rem; }	
	.header-nav{background-color:#000c; padding-left: 19.25rem !important; 
				display: flex; justify-items: end !important; justify-content: end !important;
				border-bottom: .2rem solid #E85222;
				min-height: 4.5rem;}	
		.navbar-toggler, .navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler-icon:focus {border: none !important; outline: none !important; box-shadow: none !important; }
	header .nav-item{display: flex; justify-content: center; justify-items: center;}
		header .nav-item>a{font-family: 'jedan', sans-serif !important; display: block; width:auto; text-align: center; font-size: 1.15rem; color: white !important;}	
			header .nav-item>a span{font-family: 'dva', sans-serif;  display: block; width:auto; font-size: 175%;text-align: center;}	
		header .nav-item>a:hover{ color: #D3EF30 !important;}	
		header .nav-item>a.disabled{ color: #D3EF30 !important;}
@media only screen and (max-width:576px) {
	#header-logo{position:static; padding:.75rem; padding-right:3rem;  padding-top:.5rem;}
		#header-logo>img{width:8rem; }	
	.header-nav{padding-left: 0 !important; justify-items: space-between !important; justify-content: space-between !important;}
}				