.masthead {
  background: url("../../assets/img/header-bg.png") center;
}

.intro-lead-in {
  /*height: 75vh;*/
  /*position: absolute;*/
  bottom: 10%;
  left: 0;
  /*width: 100%;*/
  /*height: 25%;*/
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25vh;
  flex-direction: column;
  margin: 0 auto;
  right: 0;
}

.text-primary2 {
  color: #910112;
}

