.topImage {
    background: url(http://www.crescereitalia.it/wp-content/uploads/2019/09/associazione-crescere-onlus.png) no-repeat scroll center 50% / cover white;
}

.siteLogo {
    display: block;
    background-size: 160px;
    background: url(http://www.crescereitalia.it/wp-content/themes/orange/img/logo.png) no-repeat center center;
    height: 227px;
}

.Myform h1 {
    padding: 20px;
}

.Myform {
    padding: 20px!important;
}

.oscuro-form p {
    margin: 3px;
    padding-top:6px;
}

@media screen and (min-width: 606px) and (max-width: 1024px)  {
  
  nav ul.menu a {
      font-size: 18px;
  }
  
   .Myform input[type="submit"] {
    margin-top: 20px!important;
  }
  
}

@media screen and (max-width: 606px)  {
  
  .respCell.size2of3 {
  text-align:center;
}
  
  nav a, .menuButton {
      color: #65b045;
  }
  
  .mainInputForm {
    margin: 20px 10%;
  }
  
  .Myform input[type="submit"] {
    width: 100%!important;
    margin-top: 20px!important;
  }
  
  li.respCell.size1of3 {
    height: auto;
  }
  
  li.respCell.size1of3 br {
    display:none;
  }
  
   li.respCell.size1of3 .wrapperBox {
    margin: 5px;
    padding: 5px;
}


   li.respCell.size1of3  #EventList {
    height: auto;
    padding-bottom: 20px;
  }


   li.respCell.size1of3  #EventList br {
    display:block;
  }
  
  
}



