/* Theme Name: Elmo Júnior (Material Design)
Theme URI: https://elmojunior.com/
Author: Elmo Júnior
Author URI: https://elmojunior.com/
Description: Este é o arquivo de folha de estilos com classes Materialize CSS. Trata-se de classes ativam ou sobrescrevem as propriedades do Materialize CSS.
Version: 3.0.1
Tags: elmo junior, pessoal, material design, responsivo
Text Domain: elmojunior
*/

/* Sticky Footer */
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
main {
  flex: 1 0 auto;
}

/* Sobrescrever Materialize CSS */
.btn, .btn-large, .btn-small, .btn-flat{
  text-transform: none;
  font-weight: bold;
  height: 42px;
  line-height: 42px;
}
