.nav-bar {
  background: rgba(255,255,255,0.8);
}
.fondo {
  display: block;
  position: relative;
  background-image: url("../images/donate.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.7;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: relative;
  z-index: -1;
}
.text-content {
  padding-bottom: 1em;
}
.text-content div p {
  font-size: 14pt;
}
.text-content h4 {
  font-size: 16pt;
  text-align: center;
}
