/* responsive text queries */

@media screen and (max-width: 768px) {
  .lead, .panel {
    font-size: 1.3em;
  }
  h1 {
    font-size: 2.5em;  
  }
  h2 {
    font-size: 2em;  
  }
  h3, .panel-title {
    font-size: 1.4em;  
  }
  .rodape {
  font-size:1.1em;
  line-height:1.05em;
  }
}