#menu ul li:nth-child(1) {
  font-weight: bold;
  background: #d1e5b0;
}
#parceiros {
  background: white;
  margin-top: 26px;
}
#parceiros ul {
  text-align: center;
  padding: 0;
  margin: 0;
  /* resets default settings of ul */

}
#parceiros ul li {
  list-style: none;
  display: inline-block;
  /* replaces float: left; *but* to avoid unwanted space between the <li> elements that depends on the font, the html must combine <li></li> (no white space between them) */

  margin: 4px;
}
#parceiros ul li a {
  display: block;
  /* makes sure the a surface will fill up the whole li surface */

  text-decoration: none;
  text-align: center;
  color: black;
}
#content p:last-child {
  padding-bottom: 1em;
}
#content img {
  box-shadow: none;
}
