/*
Theme Name: Arché v.00.01
Theme URI: 
Description: Tema originale Studio Antitesis
Author: Andrea Angiuli web@antitesis.it
Author URI: https://antitesis.it
Versione: ananke ii zeus x 18 02 2021
Version: 1.11
General comments/License
*/


:root {
    --font-h1-family: inherit;
    --font-h1-weight: inherit;
    --font-h2-family: inherit;
    --font-h2-weight: inherit;
    --font-h3-family: inherit;
    --font-h3-weight: inherit;
    --font-h4-family: inherit;
    --font-h4-weight: inherit;
    --font-body-family: inherit;
    --font-body-weight: inherit;
    --font-menu-family: inherit;
    --font-menu-weight: inherit;
}

h1 {
    font-family: var(--font-h1-family);
    font-weight: var(--font-h1-weight);
         font-optical-sizing: none;              /* disattivo l’auto */
  font-variation-settings: "opsz" 10;
}

h2 {
    font-family: var(--font-h2-family);
    font-weight: var(--font-h2-weight);
     font-optical-sizing: none;              /* disattivo l’auto */
  font-variation-settings: "opsz" 10; 
}

h3 {
    font-family: var(--font-h3-family);
    font-weight: var(--font-h3-weight);
    font-optical-sizing: none;              /* disattivo l’auto */
    font-variation-settings: "opsz" 10;
}

h4 {
    font-family: var(--font-h4-family);
    font-weight: var(--font-h4-weight);
         font-optical-sizing: none;              /* disattivo l’auto */
  font-variation-settings: "opsz" 10;
}

div,
p,
li,
a,
ul {
    font-family: var(--font-body-family);
    font-weight: var(--font-body-weight);
}

.testata #primary_nav_wrap ul a {
    font-size: 15.3px;
    font-family: var(--font-menu-family);
    font-weight: var(--font-menu-weight);
    text-transform: uppercase;
    text-decoration: none;
}

/*PERSONALIZZAZIONE FPARTE*/
.button_container {
  top: 7%!important;
}


.button_container span.tipo2 {
  background: #FFF!important;
}

.overlay {
 background: #1e73be!important;  
}
.overlay ul li a {
color:white!important;
}

#parallax-block-6 .parallax-overlay {background-color: rgba(0,0,0,0.5) }
#parallax-block-1 .parallax__subtitle, #parallax-block-1 .parallax__text, #parallax-block-1 h2 {color: black;}
#parallax-block-1 h2 {margin-bottom: 18px;}
#parallax-block-1 .parallax__subtitle {margin-bottom: 16px;}


