/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

* { margin: 0;
padding: 0;
}
/*
html. body { height: 100%;
	background: #f9f6f1;
	font: 13px/1.7em 'Open Sans';
}

body {
	background: #f9f6f1;
	font: 13px/1.7em 'Open Sans';
}
*/
p,label{ font-size:13px;

}
@media screen and (max-width: 768px) {
  body { background-color:#CCCC00;
    /*background-image: url('caminho/para/sua/imagem.jpg');
    background-size: 100% auto;
		font: 10px/1.7em 'Open Sans';*/
  }
  p{font: 10px/1.7em 'Open Sans';}
  /*h1{font: 14px/1.7em 'Open Sans'; font-weight:600} */
  h5{font: 14px/1.7em 'Open Sans'; font-weight:600}
  h6{font: 14px/1.7em 'Open Sans'; font-weight:600}
  
  .navbar-brand {
    font-size: 1.0rem; /* Ajuste o tamanho conforme necessário */
    font-weight: bold; /* Opcional: para deixar a fonte mais grossa */
}

}