/*∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞ HEADER ∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞*/
header { border-color: rgb(var(--white-rgb) / 100%); }

.head_logo { display: none; }
header :where(.menu_mappa_traffico, .menu_mappa_meteo, .menu_hamburger, .menu_login).menu_item  { display: none; }
header.scroll_on  { transform: translate(-50%, 0); }

/*∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞ FOUNDATIONS ∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞*/
.fixed_bkg { opacity: 0.75; filter: brightness(0.7);  }

::-moz-selection { color: var(--white); background: var(--grey); }
::selection { color: var(--white); background: var(--grey); }

/* Scrollbar style */
body::-webkit-scrollbar { background-color: var(--white); }
body::-webkit-scrollbar-thumb { background-color: var(--grey); }




/**
 *
 *  █▀▀▄  █▀▀  ▄▀▀  █ ▄▀  ▀▀█▀▀  ▄▀▀▄  █▀▀▄      ▄▀▀  █▄ ▄█  ▄▀▀▄  █    █ 
 *  █  █  █▀▀   ▀▄  █▀▄     █    █  █  █  █       ▀▄  █ █ █  █▀▀█  █ ▄  █ ▄ 
 *  ▀▀▀   ▀▀▀  ▀▀   ▀ ▀▀    ▀     ▀▀   █▀▀       ▀▀   ▀   ▀  ▀  ▀  ▀▀▀  ▀▀▀  - LAPTOP |  1024 x 768  ->  1280 x 720
 * __________________________________________________________________________________________________________________________________________________________________________
 */
 
@media screen and (min-width: 1024px) {

    .head_logo { order: 1; display: flex; }


}