html, .fullscreen {

    /*font-size:62.5%; */
    font-size:86%;
  }

/* tema 1 */
html, body , button {

    font-family: pirates , Tahoma, Geneva, Verdana, sans-serif;
}


@font-face {
  font-family: pirates;
  src: url(/cacciaAlTesoro/temi/pirati/pirates_of_the_caraibean_font.ttf);
  font-display: block; /* Fix flickering */
}



/* ---------------------------------- PAGINA ENIGMA ----------------------------------------*/

#button_bar .titolo {
  font-size: 1.8 rem;
  font-weight: normal;
}

#tools .testo {
  font-size: 0.8rem;
  font-weight:normal;
}

#hints .testo {
  font-size: 0.8rem;
  font-weight:normal;
}

#wallet .testo {
  font-size: 0.8rem;
  font-weight:normal;
}



/* ----------------------------------------- MESSAGGI ----------------------------------------- */

.dl_messaggio {
  
  font-size:1.8rem;
  border:0;
  
  background-color: transparent;
  background-image: url('/cacciaAlTesoro/images/pergamena.png');  
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
}


.dl_messaggio .image {

  padding: 0;
  border-radius: 15%;
  /*border: 6px solid white;
  background-color: lightGray;*/

}



.dl_messaggio .bottone_no {


  font-size: 1.6rem;
  border-radius: 5px;
  background-color: none;
}

.dl_messaggio .bottone_si {


  font-size: 1.6rem;
  border-radius: 5px;
  background-color: none;
}



/*------------------------------    CHAT ----------------------- */


.dl_chat {

  background-image: url('/cacciaAlTesoro/temi/pirati/perga2.png');
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent;

  border:none;
}


.dl_chat .testo , .dl_chat .destinatari {

  font-family: inherit;
  font-size: 1.8em;

  margin: 5% 7% 3% 5%;
  border: 1px thin lightgray;
  outline: none;
  background-color: transparent;
}


.dl_chat .destinatari {

  font-family: inherit;
  font-size: 1.8em;

  margin: 1% 7% 3% 5%;
  border: 1px thin lightgray;
  outline: none;
  background-color: transparent;
}



.dl_chat textarea:focus {

  border: 1px thin lightgray;
  outline: none;
}


.dl_chat .bt_send ,  .dl_chat .bt_close  {

  margin: 5% 7% 7% 5%;

  border: none;
}