body{
  font-family: Arial;
}

footer{
  height:10%;
  position: sticky;
  width: 100%;
  background-color: black;
  margin-top: 3%;
  color:white;
  font-size: 1em;
  padding:0.5%;
  text-align: center;
}

#head{
  width:100%;
}

#form{
  background: linear-gradient(to bottom right, rgba(15,91,127,0.8), rgba(214,243,23,0.8));
  float:right;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3%;
  padding-right: 3%;
  width:100%;
  color:white;
  position: relative;
  margin-bottom: 2%;
}
#immagini{
  width:95%;
  margin: 0 auto;
}

#immagini img{
  width:70%;
  margin-bottom: 20px;
}

#form label{
  font-size: 1.5em;
  float:left;
  margin-top: 2%;
  margin-bottom: 0.5%;
}
#form input{
  padding:1%;
  width: 100%;
  height: 100%;
  font-size: 1.8em;
}

#form input[type=checkbox]{
  width:20px;
  height: 20px;
  float:left;
}

#form #checkbox-label{
  font-size: 1em;
  color:black;
  width:90%;
  margin-bottom: 1%;
}

strong{
  font-style: italic;
  font-size: 1.2em;
}

#form #inserisci{
  color: yellow;
  font-weight: bold;
  font-size: 1.25em;
  padding:0%;
  margin-top:2%;
}

#consenti{
  margin-top: 2%;
  color: white;
  font-size: 1em;
  margin-bottom: 2%;
}

#button{
  margin-top: 2%;
  width: 50%;
  font-size: 2em;
  margin-bottom: 5%;
  background-color:#0F5B7F;
  color:white;
  font-weight:bold;
}

#immagini #tel{
    margin-left: 12%;
  margin-bottom: 5%;
}

#immagini #chatta{
    margin-left: 12%;
  margin-bottom: 5%;
}

#immagini #trio{
  /*margin-right: 40%;*/
}

#conv{
  width:100%;
  position: relative;
}
/*PAGINA POST FORM INVIATO*/

#richiesta_inviata{
  color:white;
  float: right;
  display: inline;
  background: linear-gradient(to bottom right, rgba(15,91,127,0.8), rgba(214,243,23,0.8));
  padding:2%;
  width: 100%;
  margin-top: 3%;
  margin-bottom: 3%;
}
#prima{
  font-size: 3em;
  text-align: center;
  font-weight: bold;
}
#seconda{
  font-size: 2.5em;
  text-align: center;
}

.clearfix {
    overflow: auto;
}

@media screen and (min-width: 1023px) { /*DESKTOP*/
  body{
    background: url("immagini/sfondo3.png") no-repeat;
  }
  /*PAGINA POST FORM INVIATO*/
  #richiesta_inviata{
    width: 50%;
    color:white;
    float: right;
    display: inline;
    background: linear-gradient(to bottom right, rgba(15,91,127,0.8), rgba(214,243,23,0.8));
    padding:2%;
  }
  #prima{
    font-size: 2em;
    text-align: center;
    text-shadow: 2px 2px #0F5B7F;
  }
  #seconda{
    font-size: 1.5em;
    text-align: center;
    text-shadow: 2px 2px #0F5B7F;
  }
  /*FINE PAGINA POST FORM INVIATO*/
  #head{
    width: 70%;
    
    margin: auto;
	margin-bottom: 15px;
  }

  #conv{
    float:left;
    margin: 2%;
    width: 45%;
    position: static;
  }
  /*DIV ID=FORM*/
  #form{
    margin: 2%;
    width: 40%;
    padding: 1%;
    background-color: rgba(15,91,127,0.8);
    position: static;
  }

  #form input{
    width: 100%;
    margin-bottom: 1%;
    font-size: 1em;
  }
  #form input[type=checkbox]{
    width:12px;
    height: 12px;
    float:left;
    margin-right: 1%;
    display: inline;
  }
  
  #form #checkbox-label{
  margin-top: 0px;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  float: left;
  display: inline;
  margin-bottom: 1%;
    color:white;
    width: 95%;
    font-size: 0.8em;
    padding:1%;
  }
  #form #consenti{
    margin-top: 10px;
    font-size: 1em;
    color: yellow;
    margin-left: 2%;
  }

  #form #inserisci{
    font-size: 1.2em;
    color: yellow;
    padding:0%;
    width:100%;
    text-align: center;
  }

  #form #button{
    background-color:#0F5B7F;
    color:white;
    font-weight:bold;
    width: 100%;
    font-size: 1.2em;
    margin-top: 2%;
  }

  #my-content {
    width: 75%;
    margin: auto;
  }

  #immagini{
    margin: 2%;
    width: 45%;
    font-size: 1em;
    float: right;
  }

  #immagini img{
    width: 75%;
	margin-top: 10px;
    margin-left: 12%;
	margin-right: 0px;
    margin-bottom: 15px;
  }

  #immagini #tel{
	padding: 2%;
    margin:auto;
	width: 75%;
  }
  
   #immagini #chatta {
    display: none;
  }
  
  #immagini #trio img{
    width: 75%;
	padding: 0px;
    margin: 0px;
  }

  footer{
    vertical-align: bottom;
    font-size: 1em;
    text-align: center;
    float: left;
    width: 100%;
  }
}
