/* ---------  SERVICES PAGE STYLES ---------- */

/* Printing Section */
.servicesPage {
  background-color: #f9f9f9;

  width: 100vw;
}

/* ---- SMALL SCREEN STYLES ---- */
.printingSection {
  height: 100%;
  width: 100lvw;
  position: relative;
}

.printingSection h1 {
  color: #3c4043;
  font-size: 18vw;
  font-weight: 700;
  line-height: 96px;
  letter-spacing: -0.04em;
  width: 60%;
  margin: 10% auto 0 auto;
}

.printingSection p {
  color: #3c4043;
  font-size: 3.5vw;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.32px;
  width: 60%;
  margin: auto;
}

#printer {
  display: block;
  width: 60%;
  margin: 8% auto 10% auto;
}

#mobileStickers {
  display: block;
  position: absolute;
  margin: 10% auto;
  width: 100%;
}

#desktopStickers {
  display: none;
}

/* -- DESKTOP STYLES -- */
@media only screen and (min-width: 1000px) {
  body {
    overflow-x: hidden;
  }

  .printingSection {
    max-width: 100vw;
    display: grid;
    padding-top: 4vh;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(5, 19vh);
  }

  .printingSection h1 {
    font-size: 7vw;
    font-weight: 700;
    grid-column: 5 / span 5;
    grid-row: 1 / span 1;
    align-self: center;
    z-index: 1;
  }

  hr {
    /* position: absolute; */
    display: none;
  }

  .printingSection p {
    font-size: 2.2vw;
    grid-column: 7 / span 4;
    grid-row: 2 / span 2;
    margin-top: 2%;
    align-self: start;
    width: 100%;
    line-height: 4vw;
  }

  #printer {
    display: inline;
    position: absolute;
    width: 80%;
    margin: 18% auto 0% -30px;
    grid-column: 4 / span 4;
    grid-row: 1 / span 4;
  }

  #mobileStickers {
    display: none;
  }

  #desktopStickers {
    display: inline;
    position: absolute;
    width: 30vw;
    top: 33%;
    right: -15vw;
    rotate: 90deg;
    overflow: hidden;
  }
}

/* -- END DESKTOP STYLES -- */

/* --------- SPECIALITY SECTION --------- */

/* -- SMALL SCREEN STYLES ---- */
.specialitySection {
  height: 100%;
  width: 100lvw;
  position: relative;
  background-color: #231f20;
}

.specialitySection h1 {
  color: #3fa8c1;
  font-size: 14vw;
  font-weight: 700;
  line-height: 96px;
  letter-spacing: -0.04em;
  width: 60%;
  margin: 10% auto 0 auto;
  padding-top: 4vh;
}

.specialitySection p {
  color: #f1f1f1;
  font-size: 3.6vw;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.32px;
  width: 60%;
  margin: 6% auto 0 auto;
}

#neon {
  display: block;
  margin: auto;
  width: 80%;
}

#largeScissors {
  display: none;
}

/* --- END MOBILE --- */

/* --- DESKTOP STYLES --- */
@media only screen and (min-width: 1000px) {
  .specialitySection {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(5, 20vh);
    z-index: 1;
  }

  .specialitySection h1 {
    font-size: 8vw;
    grid-column: 2 / span 6;
    grid-row: 2 / span 1;
    padding-top: 0;
  }

  .specialitySection p {
    font-size: 1.6vw;
    grid-column: 3 / span 5;
    grid-row: 3 / span 2;
    z-index: 1;
  }

  #neon {
    display: inline;
    position: absolute;
    width: 38%;
    left: 48%;
    top: 20%;
    z-index: 0;
  }
}

/* --- END DESKTOP STYLES --- */

/* ------ HANDS ON SECTION ------ */

.handsOnSection {
  display: grid;
  position: relative;
}

.handsOnSection h1 {
  color: #3fa8c1;
  font-size: 14vw;
  font-weight: 700;
  line-height: 96px;
  letter-spacing: -0.04em;
  width: 60%;
  margin: 10% auto 0 auto;
}

.handsOnSection p {
  color: #0467b3;
  font-size: 2.6vw;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.32px;
  width: 60%;
  margin: 6% auto 10% auto;
}

.handsOnSection ul {
  color: #3c4043;
  font-style: normal;
  font-size: 2.7vw;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0.32px;
  width: 50%;
  margin: 8% auto 12% auto;
}

.handsOnSection ul {
  color: #0467b3;
  list-style-type: disc;
}

li::marker {
  color: #e51729;
}

#laptop {
  width: 80%;
  margin: 0 10% 10% 10%;
}

#scissors {
  position: absolute;
  right: 0;
  top: 20vh;
  width: 26%;
}

#ruler {
  width: 100%;
}

#exacto {
  display: none;
}

@media only screen and (min-width: 1000px) {
  .handsOnSection {
    position: relative;
    width: 100svw;
    height: 100dvh;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(5, 20vh);
  }

  .handsOnSection h1 {
    font-size: 8vw;
    grid-column: 7 / span 6;
    grid-row: 2 / span 1;
    align-items: center;
    width: 100%;
    z-index: 1;
  }

  .handsOnSection p {
    font-size: 1.8vw;
    line-height: 2.6rem;
    grid-column: 6 / span 7;
    grid-row: 3 / span 2;
    z-index: 1;
    align-items: start;
  }

  .handsOnSection ul {
    display: none;
    grid-column: 8 / span 4;
    font-size: 1.4vw;
    grid-row: 4 / span 2;
    z-index: 1;
    align-self: end;
    line-height: 1rem;
  }

  #scissors {
    display: none;
  }

  #largeScissors {
    position: absolute;
    display: inline;
    width: 35vw;
    right: 18vw;
    top: -12vh;
    z-index: 2;
  }

  .orangeSections {
    grid-column: 7 / span 2;
  }

  #orange_half1 {
    width: 100%;
    height: 260px;
    background-color: #ffb039;
    grid-column: 7 / span 6;
    grid-row: 1 / span 1;
    z-index: 0;
    rotate: 4deg;
    align-self: end;
    overflow: hidden;
  }

  #orange_halfgap {
    width: 100%;
    height: 200%;
    background-color: #ffb039;
    grid-column: 12 / span 1;
    grid-row: 1 / span 2;
    z-index: 0;
    align-self: end;
    overflow: clipped;
  }

  #orange_half2 {
    width: 100%;
    height: 100%;
    background-color: #ffb039;
    grid-column: 7 / span 6;
    grid-row: 2 / span 4;
    z-index: 0;
  }

  #laptop {
    position: absolute;
    width: 35%;
    top: 30%;
    z-index: 1;
  }

  #ruler {
    position: absolute;
    top: 20%;
    left: 20%;
    rotate: 40deg;
    width: 40%;
    z-index: 0;
  }

  #exacto {
    display: inline;
    position: absolute;
    bottom: 0;
    width: 30vw;
  }
}
