header.container-header,
footer.footer {
  background-color:rgba(0,0,0,0.5);
  background-image:unset;
}
.navbar-brand {
  font-family: "Bahiana", sans-serif;
  font-weight: 500;
  font-style: normal;
}
a.brand-logo {
  text-decoration: none;
  
}
a.brand-logo:hover {
  text-decoration:underline;
} 
.container-component {
  background-color:rgba(255,255,255,0.7);
}
main {
  padding:0 2rem;
}
h2.item-title>a {
  text-decoration:none;
}
h2.item-title>a:hover {
  text-decoration:underline;
}
.items-leading img {
  display:block;
  margin:0 auto;
  width:100%;
}