body{
  background-image: url("../images/contact_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color:#dedede;
}
.bg-black{
 --bs-bg-opacity: 0.8;
}
#logo_moonwalks{
   fill: #c8c8c8;
}
#contatti a{
  /*color:#7f7f7f;*/
  text-decoration: none!important; 
}
h2{
  font-size: 6em;
  color: #FFF;
}
h3{
  font-size: 4rem;
  font-weight: 400;
  color: #FFF;
}
#iscrizione-newsletter{
  /*
  margin-top:100px;
  margin-bottom:100px;
  padding-top:50px;
  padding-bottom:50px;
  */
}
#iscrizione-newsletter input[type=email],
#iscrizione-newsletter select{
  background: transparent;
  color:#fff;
  border: none;
  border-bottom:1px solid #fff;
  border-radius: 0;
  text-align: right;
}
#iscrizione-newsletter input[type=email]::placeholder{
  color: #fff;
  font-weight: 100;
  text-align: right;
}
@media screen and (max-width: 767px){
  h2, h3{
    font-size: 2rem;
  }

}