[data-prepend]::before {
  content: attr(data-prepend);
}

footer .pSection--sales .salesTitle {
  font-size: clamp(50px, 6vw, 4vw);
}

footer .pSection--sales .salesTitle strong {
  font-size: 57%;
}

.portfolio section.pSection {
  margin-bottom: 0;
}

.portfolio section.pSection a:hover {
  text-decoration: none;
}

.portfolio section.pSection h1.st1 {
  font-size: clamp(50px, 4.5vw, 95px);
  margin-top:0;
}

.portfolio section.pSection h1 strong {
  font-size: clamp(50px, 4.5vw, 95px);
  padding-left: 1em;
}

.download-cta {
  border: solid white 1px;
  border-radius: 5px;
  line-height: 4em;
  text-align: center;
  background-color: rgba(255,255,255,.5);
  color: #A70151;
  transition: background-color 1s;

  a {
    text-decoration: none;
    font-family: "Lyon Display", Times, serif;
    font-size: 2em;
    font-style: italic;
    display: block;
  }

  &:hover {
    background-color: transparent;
  }

  &:hover a {
    color: white;
  }
}

/* Portfolio page */
#portfolio.pSection--featured .featuredCover {
  margin-top: 0;
}

#portfolio.pSection--featured .st2 {
  margin-top: 0;
}

#portfolio .imageRender_cover {
  height: 13em;
}

#portfolio .row .col-8, #portfolio .row .col-9 {
  height:  16em;
  margin-top: 3em;
}
