/**
 * Main stylesheet of the project.
 */

body {
  background-color:#FFF;
  font-family: 'Montserrat', sans-serif;
  line-height:25px;
/*  background-image:url(../aplicacao/bg_site/slogan.jpg);
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:center;
*/}

#main-content {
  /* padding-top should match header's height */
  padding-top:0;
}
