a {
    color: aliceblue;
    text-decoration: none;
    }
.foto {
    width: 100%;
    padding: 0;
}

.clear {
clear: left;
    clear: right;
}

.sinistra{
float: left;
}

.destra {
float: right;
}

article {
    background-repeat: no-repeat no-repeat;
    background-color: #b21832;
    width: 100%;
    height: 100%;
}
.contenuto {
 text-align: center;
    color: white;
    font-family: verdana, arial, tahoma, calibri, monospace;
  
    padding: 2px;
}

h1 {
    font-size: 5.3em;
    margin: 0;
    font-weight: 100;
    font-stretch:ultra-expanded;
}
h2 {
    margin: 1% 0;
}
.testo {
    font-size: 1.3em;
    text-align: center;
}
#bottoni {
    margin: 0 10%;
    min-height: 50px;
}

.btn-generico {
    margin-right: 5%;
    margin-bottom: 6%;
    height: 150px;
    width: 150px;
    border-radius: 50%;
   box-shadow: 2px 2px 5px #2c2c2c;
}
.btn-ultimo {
    margin-left: 4%;
    margin-bottom: 6%;
    width: 150px;
    height: 150px; 
    border-radius: 50%;
    box-shadow: 2px 2px 5px #2c2c2c;
}
#facebook {
    background-color: #263d6f;
    -webkit-transition-property: background-color;
    -webkit-transition-duration: 1s;
}
#facebook:hover {
    background-color: #fff;
    color: #263d6f;
    font-weight: bold;
}
#newsletter {
    background-color:cadetblue;
     -webkit-transition-property: background-color;
    -webkit-transition-duration: 1s;
}
#newsletter:hover {
    background-color: #fff;
    color: cadetblue;
    font-weight: bold;
}
#email {
    background-color: darkgoldenrod;
     -webkit-transition-property: background-color;
    -webkit-transition-duration: 1s;
}
#email:hover {
    background-color: #fff;
    color: darkgoldenrod;
    font-weight: bold;
}
#telefono {
    background-color: #4fa34f;
     -webkit-transition-property: background-color;
    -webkit-transition-duration: 1s;
}
#telefono:hover {
    background-color: #fff;
    color: #4fa34f;
    font-weight: bold;
}
.btn-generico p {
    margin: 55px 7px;
}
.btn-ultimo p {
      margin: 55px 7px;
}



.indirizzo {
    text-align: center;
    margin: 100px 0 20px;
}
.indirizzo p {
    margin: 0;
    font-family: verdana, arial, tahoma, calibri, monospace;
}

#fine-contenuto {
min-height: 50px;
}

.gruppo-bnt {
min-width: 47%;
}


@media screen and (max-width:1287px){
.btn-generico {
    margin-right: 5%;
    margin-bottom: 6%;
    height: 55px;
    width: 100%;
    border-radius: 0%;
}
.btn-ultimo {
    margin-left: 4%;
    margin-bottom: 6%;
    width: 100%;
    height: 55px; 
    border-radius: 0%;
}
.btn-generico p {
    margin: 7px;
}
.btn-ultimo p {
    margin: 7px;
}
}
@media screen and (max-width:1024px){
.gruppo-bnt {
min-width: 100%;
}
    h1 {
    font-size: 3.3em;
    margin: 0;
    font-weight: 100;
    font-stretch:ultra-expanded;
}
h2 {
    margin: 1% 0;
    font-size: 1.2em;
   
}
}