h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
}

h2 {
  text-transform: uppercase;
  font-size: 4vw;
  letter-spacing: .1em;

  @include media-breakpoint-down(md) {
    padding-right: $sizeSmall;
    padding-left: $sizeSmall;
    font-size: 8vw;
  }

  &.primary {
    color: $themePrimary;
  }

  &.secondary {
    color: $themeSecondary;
  }

  position: absolute;
  display: block;
  bottom: 100%;
  padding: 0;
  line-height: 1em;
  margin: 0;

  &.heading-graphic {
    @include media-breakpoint-down(md) {
      display: none;
    }
    font-size: 19vw;
    position: absolute !important;
    left: 0;
    text-align: left !important;
    top: -10%;
    opacity: .07;
    z-index: 0;
  }

}

section {
  h3 {
    text-transform: uppercase;
    font-size: 4vw;
    letter-spacing: .1em;
    text-align: left;
    color: $themePrimary;

    position: absolute;
    display: block;
    bottom: 100%;
    padding: 0;
    line-height: 1em;
    margin: 0;
    @include media-breakpoint-down(md) {
      font-size: 8vw;
      padding-left: $sizeSmall;
      padding-right: $sizeSmall;
    }
  }
}