/* Dimensione adatta al telefono */
.logo {
  width: 170px;
  height: 85px;
}
/* Sul telefono non si deve veder la barra */
.topnav {
  display: none; }

.topnav-index {
  display: none; }
   
.cover {
  background-image: url("../image/cover.jpg"); }

/* Configurazione posizione bottone */
.center {
  top: 60%; }

/* Configurazione bottone cover */
.btn1 {
  left: -4%;
  width: 100%;
  letter-spacing: 0px;
  font-size: 70%;
  padding: 10px;
  font-weight: 400; }

.btn1:hover {
  font-weight: 500; }

/* Configurazione bottone slider images */
.btn2 {
  margin-top: 35%;
  font-size: 170%; }
    
.header-index {
  background-image: url("../image/sfondo-bianco.jpg");
  text-align: center;
  margin: 0; 
  position: fixed;
  background-attachment: fixed;
  z-index: 100;
  width: 100%; 
  height: auto; }

.img {
  height: auto; }

h1 {
  margin-top: 20%; }

h3 {
  font-size: x-large; }

h4 {
  line-height: 40px;
  padding: 20px;
  font-size: large;
  margin: 8%; 
  margin-top: -7%;
  margin-bottom: 15%; }

label, input[type=text], textarea {
  display: block;
  box-sizing: border-box;
  width: 90%; }

/* Container Servizi */ 
.flex-container {
  margin-top: -5%; }

.flex-container > div {
  margin-bottom: 15px; }

/* Container Contatti */ 
.flex-container2 { 
  margin-top: 20%; }

.footer {
  padding: 10px; }  