section#guidelines-hero {
  margin-top: 1em;
  margin-bottom: 3em;
  font-family: quasimoda, sans-serif;
  font-style: normal;

}

.guidelines-page-title {
  font-size: 1.45rem;
  font-weight: 700;
  margin-bottom: 1rem;
  @media (min-width: 420px) {
    font-size: 1.75rem;
  }
}
.guidelines-title-v-logo {
  width: 40px;
  margin-top: -0.4em;
}

.guidelines-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

hr.short {
  display: block;
  margin: 0 auto;
  border: 1px solid black;
  opacity: 100%;
  width: 100%;
  @media (min-width: 567px) {
    width: 50%;
  }
  @media (min-width: 1400px) {
    width: 35%;
  }
}
hr.long {
  display: block;
  margin: 0 auto;
  border: 1px solid black;
  opacity: 100%;
  width: 100%;
  @media (min-width: 567px) {
    width: 65%;
  }
  @media (min-width: 1400px) {
    width: 55%;
  }
  .light {
    border: 2px solid white;
  }
}
hr.light {
  display: block;
  margin: 0 auto;
  border: 1px solid white;
  opacity: 100%;
  width: 100%;
  @media (min-width: 567px) {
    width: 40%;
  }
  @media (min-width: 1400px) {
    width: 35%;
  }
}


section#guidelines-profiles {
  background: var(--vt-pink-gradient);
}

section#guidelines-vector-raster {
  background: var(--vt-grey-gradient);
}

section#guidelines-lines-knockouts {
  background: var(--vt-yellow-gradient);
}

section#guidelines-gradients-tones {
  background: var(--vt-pink-gradient);
}

section#guidelines-specialty-inks {
  background: var(--vt-black-gradient);
}

section#guidelines-cutting {

}
