.page-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 550px;
    padding: 130px 30px 60px 30px;
    background-position: center;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#primary-header-title {
  color: white;
  font-weight: 70;
  text-align: center; 
  width: 100%;
}

.large-primary-header-title {
  -webkit-text-stroke: 2px black;
  paint-order: stroke fill;
  font-size: 4.4em;
}

.small-primary-header-title {
  -webkit-text-stroke: 1px black;
  paint-order: stroke fill;
  font-size: 2.5em;
}

#secondary-header-title {
  color: white;
  -webkit-text-stroke: 1px black;
  paint-order: stroke fill;
  font-size: 2em;
  font-weight: 70;
  text-align: center;
  width: 100%;
  padding-top: 10px;
}