h1,h2,h3{
  font-size: 0.9rem;
}
.form-control{
  background-color: rgba(255, 255, 255, 0.8);
}
img.blurOp{
  filter: blur(7px);
}
#iscrizione-newsletter input[type=email],
#iscrizione-newsletter select{
  background: transparent;
  border: none;
  border-bottom:1px solid #333;
  border-radius: 0;
}
#iscrizione-newsletter a{
 font-weight: normal;
 font-size: 11px;
}
#footer{
  background: #fff;
}
@media screen and (max-width: 767px){
  h2, h3{
    font-size: 2rem;
  }
}