

  #contatti{
    padding: 70px;
    background-color: rgb(255, 253, 253);
  }

  #contatti a{
    color          : rgb(0, 0, 0);
    text-decoration: none;
  }

  @media only screen and (max-width: 800px) {
    .section4 #contatti{
      padding: 5px; 
    }
}
  @media only screen and (max-width: 650px) {
    .section4 #contatti{
      padding: 5px; 
    }
}

@media only screen and (max-width: 450px) {
  .section4 #contatti{
    padding: none; 
  }
}

@media only screen and (max-width: 350px) {
  .section4 #contatti{
    padding: none; 
  }
}
  
  
  /* @media (max-width: 575.98px) {
  
    #contatti{padding-bottom: 800px;}
    #contatti .maps iframe{
      width : 100%;
      height: 450px;
    }
   }
   */
  
  /* @media (min-width: 576px) {
  
     #contatti{padding-bottom: 800px;}
  
     #contatti .maps iframe{
       width : 100%;
       height: 450px;
     }
   } */
  
  /* @media (min-width: 768px) {
  
    #contatti{padding-bottom: 300px;}
  
    #contatti .maps iframe{
      width : 100%;
      height: 850px;
    }
  }
   */
 
  
  #author a{
    color          : #fff;
    text-decoration: none;
      
  }


  .btn-light  {
 
    margin: 0 auto;
    display: block;
  }