


:root {
  --aw-body-font-family: ;
  --aw-body-font-size: 14px;
  --aw-body-background-color: #ffffff;
  --aw-body-background-color-rgb: 255,255,255;
  --aw-body-color: #050505;
  --aw-body-color-rgb: 5,5,5;
  --aw-body-background-image: "none";
  --aw-body-background-image-url: url('none');

  --aw-colore1: #b272f2;
  --aw-colore1-rgb: 178,114,242;
  --aw-colore2: #b272f2;
  --aw-colore2-rgb: 178,114,242;
  --aw-colore3: #ffffff;
  --aw-colore3-rgb: 255,255,255;

  --aw-sfondo-colore1: #cccccc;
  --aw-sfondo-colore1-rgb: 204,204,204;
  --aw-sfondo-colore2: #000000;
  --aw-sfondo-colore2-rgb: 0,0,0;
  --aw-sfondo-colore3: #000000;
  --aw-sfondo-colore3-rgb: 0,0,0;

  --aw-link-color: #626262;
  --aw-link-color-rgb: 98,98,98;
  --aw-link-color-hover: #343434;
  --aw-link-color-hover-rgb: 52,52,52;
  --aw-link-color-visited: #626262;
  --aw-link-color-visited-rgb: 98,98,98;

  --aw-pulsante-color: #b272f2;
  --aw-pulsante-color-rgb: 178,114,242;
  --aw-pulsante-background-color: #ffffff;
  --aw-pulsante-background-color-rgb: 255,255,255;
  --aw-pulsante-color-hover: #ffffff;
  --aw-pulsante-color-hover-rgb: 255,255,255;
  --aw-pulsante-background-color-hover: #b272f2;
  --aw-pulsante-background-color-hover-rgb: 178,114,242;
  --aw-pulsante-border-color: #b272f2;
  --aw-pulsante-border-color-rgb: 178,114,242;
  --aw-pulsante-border-width: 2px;
  --aw-pulsante-border-style: solid;
  --aw-pulsante-border-radius: 0;

  --aw-h1-font: ;
  --aw-h1-font-size: 50px;
  --aw-h1-color: #000000;
  --aw-h1-color-rgb: 0,0,0;

  --aw-h2-font: ;
  --aw-h2-font-size: 36px;
  --aw-h2-color: #b272f2;
  --aw-h2-color-rgb: 178,114,242;

  --aw-h3-font: ;
  --aw-h3-font-size: 30px;
  --aw-h3-color: #777777;
  --aw-h3-color-rgb: 119,119,119;

  --aw-h4-font: ;
  --aw-h4-font-size: 17px;
  --aw-h4-color: #b272f2;
  --aw-h4-color-rgb: 178,114,242;

  --aw-watermark: "";
  --aw-watermark-url: url("");
  --aw-logo: "http://www.cercocasame.it";
  --aw-logo-url: url("http://www.cercocasame.it");
  --aw-logo-alt: "http://www.cercocasame.it";
  --aw-logo-alt-url: url("http://www.cercocasame.it");
}





.nav-link, .nav-link:visited, .dropdown-item, .dropdown-item:visited, footer, footer a {color:#FFFFFF;}
.nav-link:hover, .nav-link:focus, .dropdown-item:hover, .dropdown-item:focus, footer a:hover {color:#AAAAAA;}

#fake-search {background-color: rgba(0,0,0,0.7); }

button.pulsante:focus { background-color: #ffffff; }
button.pulsante.sfondo_pulsante_hover {background-color: #b272f2; color:#ffffff!important;}
button.pulsante.sfondo_pulsante_hover:hover {background-color: #ffffff;}
