

 /*Customizazione variabili */
 
 /*
:root { 

  --font-family-main: Museo, apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  --font-family-headings: Chap, Museo, apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
   
   
}
*/

/*Customizazione esempio */

/*
.aw-home__top-hero .n7-hero__title {
    font-size: 32px;
    text-shadow: 0 1px 10px rgb(0 0 0 / 50%), 0 1px 30px rgb(0 0 0 / 50%);
}

.aw-home__top-hero .n7-hero__text {
    text-shadow: 0 1px 10px rgb(0 0 0 / 50%), 0 1px 30px rgb(0 0 0 / 50%);
}

.n7-hero {
  background-color:#638f89;
  background-position: 50% 80%;
}
.n7-hero.has-background-image:after {
  background-color: rgba(116, 64, 64, 0.3) !important;
}
*/
.n7-header__logo {
  max-height: 60px;
}
