#home-title-wrapper {
  margin: 0px;
  background-image: url(../images/escalera-1.jpg);
  background-size: cover;
  background-position: 50% 40%;
  background-attachment: fixed;
  border-top: 3px solid #961c3c;
  border-bottom: 2px solid #961c3c;
  overflow: hidden;
}

@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
  #home-title-wrapper {
    background-attachment: scroll;
  }
}

#home-title {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
}
/*
.backdiv {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(../images/escalera-1.jpg);
  background-position: 50% 40%;
  background-size: cover;
  background-attachment: fixed;
} */

#home-title h1 {
  margin-top: 3rem;
  margin-bottom: 2rem;
  color: #fff;
  text-align: center;
  text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 5px 5px 5px rgba(0, 0, 0, 1);
}

#home-title h2 {
  margin-top: auto;
  margin-bottom: 3rem;
  color: #fff;
  text-align: center;
  text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 5px 5px 5px rgba(0, 0, 0, 1);
  letter-spacing: 0.1rem;
}
