/***** https://chir.ag/projects/name-that-color/ *****/ @esn-color-main: #003F7D; @esn-color-azure: #336597; @esn-color-rock_blue: #99B2CB; @esn-color-midnight: #00203F; @esn-color-midnight_blue: #002F5E; @esn-color-hippie_blue: #668CB1; @esn-color-botticelli1: #D6E0EA; @esn-color-botticelli2: #C2D1E0; @esn-color-nepal: #99ACBF; @esn-color-nepal2: #85A3C1; @esn-color-pigeon_post: #ADC1D5; @esn-color-gull_gray: #99A6B2; @esn-color-tropical_blue: #BBD8F5; @esn-color-azure_radiance: #099DF6; // bottone celeste @esn-color-woodland: #425D29; // bottone verde @esn-color-selective_yellow: #FFBA00; // bottone giallo @esn-color-flush_orange: #FF8000; // bottone arancione // mbl = mobile // dkt = desktop // COMMON //@font22: calc(12px + 0.9vmin); //@font24: calc(14px + 0.9vmin); //@font30: calc(20px + 0.9vmin); //@font38: calc(26px + 0.9vmin); @font22: ~"min(calc(12px + 0.9vmin), 22px)"; @font24: ~"min(calc(14px + 0.9vmin), 24px)"; @font30: ~"min(calc(20px + 0.9vmin), 30px)"; @font38: ~"min(calc(26px + 0.9vmin), 38px)"; @font_res_header: ~"min(calc(6px + 2.5vw), 30px)"; @distance-h: 6px; //@header-row-h: calc(50px + 15vmin); @header-row-h: ~"max(calc(50px + 15vmin), 100px)"; //@header-research_and_database-row-h: calc(50px + 5vmin); @header-research_and_database-row-h: ~"max(calc(50px + 5vmin), 100px)"; //@dkt-header-row-h: 200px; //@mbl-header-row-h: 100px; //@navigation-row-h: calc(50px + 3vmin); @navigation-row-h: ~"max(calc(50px + 3vmin), 60px)"; //@dkt-navigation-row-h: 80px; //@mbl-navigation-row-h: 60px; //@shortcut-row-h: calc(50px + 1vmin); @shortcut-row-h: ~"max(calc(50px + 1vmin), 40px)"; //@shortcut-row-h: 60px; //@mbl-shortcut-row-h: 40px; //@footer-row-h: calc(50px + 5vmin); @footer-row-h: ~"max(calc(50px + 5vmin), 100px)"; //@dkt-footer-row-h: 100px; // HOME //@home-row-h: calc(50px + 18vmin); @home-row-h: ~"max(calc(50px + 18vmin), 200px)"; //@dkt-home-row-h: 230px; //@mbl-home-row-h: 130px; // SECTION @section-accordion-btn-row-h: calc(50px + 1vmin);