
h1, h2, h3, h4, h5, h6{
  text-transform: uppercase;
  font-weight: 700;
}
h3{
  font-size: 1.35rem;
}
.headerOverlay span, .headerOverlay h1{
  font-weight: 700;
  font-size: 50px;
}
h2.titleOverlay{
  text-transform: uppercase;
  color: rgba(255,255,255,.6);
  -webkit-text-stroke: 2px #671132;
  font-size: 100px;
  top: -50px;
  left: 25px;
  z-index: 5;
}

@media screen and (max-width: 992px){
  h2.titleOverlay{
    font-size: 35px;
    top: -20px;
    left: 5px;
  }
}
