body{
  background-image: url("../images/contact_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
#navMenu.bg-white{
 background: rgba(255,255,255,0.5)!important;
}
h2{
  font-size: 3rem;
}
h3{
  font-size: 2rem;
  font-weight: 400;
}
#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;
  }
}