.topo{
  background-color: #013D62 !important;
  color: #FFF;
}

.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  position: relative;
}

.parallax-caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.parallax-caption h3 {
  font-size: 2rem;
  font-weight: bold;
}

.parallax-caption p {
  font-size: 1.2rem;
}

.parallax-1 {
  background-image: url('../img/overlay.jpg');
  background-color: #000000;
  
}

