/***** z-index *****/
#headerBackground {
    z-index: 1;
}
#headerMoonlight, #headerShadow {
    z-index: 2;
}
.headerBlockBackground {
    z-index: 3;
}
.headerBlockFighter {
    z-index: 4;
}
.headerGradient {
    z-index: 5;
}
.headerBlockButton {
    z-index: 6;
}
.headerBlocktext {
    z-index: 7;
}
#moonlightSideline, #shadowSideline {
    z-index: 8;
}
#headerArrows {
    z-index: 9;
}