body {
    background-color: #BDB9D5;
    margin:0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-image: url("../../immagini/misc/bg.png");
  }  
  .h1titlecenter{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align:center;
  }
  table {        
    width: 100%;
  }
  
  input,
  textarea,
  button,
  select,
  a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
  }
  a:focus,a:visited,a:active{
    outline: none;
  }
  * {
  -webkit-tap-highlight-color: transparent;
  }

  table, th, td {
    vertical-align: top;
  }

    /* From uiverse.io */

  button {
    padding: 1.3em;
    font-size: 12px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    color: #44434D;
    background-color: #fff;
    border: dotted;
    margin: 0.5% auto;
    border-radius: 45px;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease 0s;
    cursor: pointer;
    outline: none;
  }

  button:hover {
    background-color: #8374cd;
    color: #fff;
  }    

  a {
    text-decoration:none;
    color: inherit;
  }

  ul {
   margin-left: 2%;
   font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  }
  
  .upperbutton{
    margin: auto;
    width: 80%;
    background-color: #BDB9D5;
    border-bottom: 5px outset #8374CD;
    border-radius: 0px 0px 40px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .divcentral {   
    line-height: 1.3; 
    font-size: 18px;
    margin-right: 20%;
    margin-top: 0.5%;
    margin-left: 20%;
    background-color: #fff;
    border: 6px solid #625799;
    border-radius: 40px;
  }
  
  .linkinterno {
    text-decoration: underline;
    color: #6FA8D6;
  }
  .pinside2 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-right: 10%;
     margin-top: 10%;
     margin-left: 10%;
     margin-bottom: 10%; 
     font-size: 30px;
     text-align: center;
  }
  .pinside {
   font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
   margin-right: 20%;
    margin-top: 0.5%;
    margin-left: 20%;       
  }
  .pinsidespecial {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-right: 20%;
     margin-top: 0.5%;
     margin-left: 20%;       
   }

  .pspecialspec {
    margin-left: 2%;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  }

  .socialandme{   
    line-height: 1.4; 
    font-size: 18px;
    margin-right: 20%;
    margin-top: 0.5%;
    margin-left: 20%;
    letter-spacing: 2.5px;
  }

  .pcopyright{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    text-align: right;
    margin: 0;
    padding: 0;
    display: inline-block;
  }      

  .changeblack {
    transition: all 0.4s ease 0s;
    cursor: pointer;
    outline: none;
    width: 30px;
    height: 30px;
  }

  .changeblack:hover{
    -webkit-filter: opacity(0.6) drop-shadow(0 0 0 #44434D);
    filter: opacity(0.6) drop-shadow(0 0 0 #44434D);
  }


/*VISUALIZZAZIONE da 1600px*/
@media screen and (min-width: 1600px) {
  body {
      background-color: #BDB9D5;
      margin:0;
      background-position: center;
      background-size: contain;
      background-image: url("../../immagini/misc/bg.png");
      background-repeat: no-repeat;
      background-position: middle;
    }
    .divcentral {   
      line-height: 1.3; 
      font-size: 40px;
      margin-right: 22.5%;
      margin-top: 1.2%;
      margin-left: 22.5%;
      background-color: #fff;
      border: 6px solid #625799;
      border-radius: 40px;
  }
  button {
      padding: 0.9em;
      font-size: 20px;
      font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
      text-transform: uppercase;
      letter-spacing: 2.5px;
      font-weight: 500;
      color: #44434D;
      background-color: #fff;
      border: dotted 3px;
      margin: 0.5% auto;
      border-radius: 60px;
      box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
      transition: all 0.4s ease 0s;
      cursor: pointer;
      outline: none;
  }
  .upperbutton{
      margin: auto;
      width: 100%;
      background-color: #BDB9D5;
      border-bottom: 10px outset #8374CD;
      border-right: 10px  #8374CD;
      border-left: 10px  #8374CD;
      border-radius: 0px 0px 40px 40px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
    .socialandme{   
      line-height: 1.4; 
      font-size: 18px;
      margin-right: 22.5%;
      margin-top: 0.5%;
      margin-left: 22.5%;
      letter-spacing: 22px;
    }
    .pcopyright{      
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      font-size: 25px;
      text-align: right;
      letter-spacing: 2px;
    }
    .changeblack {
      transition: all 0.4s ease 0s;
      cursor: pointer;
      outline: none;
      width: 60px;
      height: 60px;
    }
}
/*VISUALIZZAZIONE DA TABLET*/
@media (max-width: 980px) { 

  body {
      background-color: #BDB9D5;
      margin:0;
      background-position: center;
      background-size: contain;
      background-image: url("../../immagini/misc/bg.png");
      background-repeat: no-repeat;
      background-position: middle;
    }

}
/*VISUALIZZAZIONE DA MOBILE ORIZZONTALE*/
@media (max-width: 767px) {
  
  .divcentral {   
      line-height: 1.3; 
      font-size: 18px;
      margin-right: 16.5%;
      margin-top: 1.2%;
      margin-left: 16.5%;
      background-color: #fff;
      border: 3.5px solid #625799;
      border-radius: 40px;
  }

  .pinside {
    text-align: left;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-right: 20%;
    margin-top: 1%;
    margin-left: 6%;   
   }

  body {
      background-color: #BDB9D5;
      margin:0;
      background-position: center;
      background-size: contain;
      background-image: url("../../immagini/misc/bg.png");
      background-repeat: no-repeat;
      background-position: middle;
    }

    button {
      padding: 1em;
      font-size: 13px;
      font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
      text-transform: uppercase;
      letter-spacing: 2.5px;
      font-weight: 500;
      color: #44434D;
      background-color: #fff;
      border: dotted;
      margin: 0.5% auto;
      border-radius: 45px;
      box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
      transition: all 0.4s ease 0s;
      cursor: pointer;
      outline: none;
  }

  .upperbutton{
      margin: auto;
      width: 80%;
      background-color: #BDB9D5;
      border-bottom: 4.5px outset #8374CD;
      border-radius: 0px 0px 40px 40px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
  
  .socialandme{   
      line-height: 1.4; 
      font-size: 18px;
      margin-right: 16.5%;
      margin-top: 0.5%;
      margin-left: 16.5%;
      letter-spacing: 22px;
    }
    .pcopyright{      
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      font-size: 12px;
      text-align: right;
      letter-spacing: 2px;
    } 

}
/*VISUALIZZAZIONE DA MOBILE VERTICALE*/
@media (max-width: 480px) {      
  body {
      background-color: #BDB9D5;
      margin:0;
      background-position: center;
      background-size: contain;

      background-image: url();
  }
  .pinside2 { 
     font-size: 22px;
  }
  button {
      padding: 0.8em;
      font-size: 12px;
      font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
      text-transform: uppercase;
      letter-spacing: 2.5px;
      font-weight: 500;
      color: #44434D;
      background-color: #fff;
      border: dotted;
      margin: 0.5% auto;
      border-radius: 45px;
      box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
      transition: all 0.4s ease 0s;
      cursor: pointer;
      outline: none;
  }

  .socialandme{   
    line-height: 1.4; 
    font-size: 18px;
    margin-right: 10%;
    margin-top: 0.5%;
    margin-left: 10%;
    letter-spacing: 6px;
  }

  .pcopyright{      
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    text-align: right;
    letter-spacing: 2px;
  }

  .upperbutton{
    margin: auto;
    width: 80%;
    background-color: #BDB9D5;
    border-bottom: 3.5px outset #8374CD;
    border-radius: 0px 0px 40px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .divcentral {   
      line-height: 1.3; 
      font-size: 18px;
      margin-right: 10%;
      margin-top: 1.2%;
      margin-left: 10%;
      background-color: #fff;
      border: 2px solid #625799;
      border-radius: 40px;
  }
  .pinside {
    text-align: left;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-right: 20%;
    margin-top: 1%;
    margin-left: 6%;   
   }
   

}
/*VISUALIZZAZIONE DA MOBILE S*/
@media (max-width: 320px) { 

  button {
      padding: 0.8em;
      font-size: 12px;
      font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
      text-transform: uppercase;
      letter-spacing: 2.5px;
      font-weight: 500;
      color: #44434D;
      background-color: #fff;
      border: none;
      margin: 0.5% auto;
      border-radius: 45px;
      box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
      transition: all 0.4s ease 0s;
      cursor: pointer;
      outline: none;
  }
  .upperbutton{
      margin: auto;
      width: 100%;
      background-color: #BDB9D5;
      border-bottom: 1px outset #8374CD;
      border-radius: 0px 0px 40px 40px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
    .divcentral {   
      line-height: 1.3; 
      font-size: 18px;
      margin-right: 5%;
      margin-top: 1.2%;
      margin-left: 5%;
      background-color: #fff;
      border: 2px solid #625799;
      border-radius: 40px;
  }

}