.eflux-header { position: absolute; top: 0; left: 0; width: 100%; z-index: 10; } .eflux-logo { position: absolute; top: 20px; left: 28px; } .eflux-logo svg { /* width: 218.3px; height: 65px; */ width: 94px; height: 28px; } .eflux-nav { position: absolute; top: 23px; right: 32px; } .eflux-nav svg { width: 26px; height: 20px; margin-left: 34px; } .eflux-header svg path { fill: #000; transition: fill 0.5s; } .eflux-header svg line { stroke: #000; transition: stroke 0.5s; } .eflux-header.black svg path { fill: #fff; } .eflux-header.black svg line { stroke: #fff; }