/* PAGE-SPECIFIC STYLES FOR THE PROJECTS PAGE */
/*-- -------------------------- -->
<---          Gallery           -->
<--- -------------------------- -*/
/* Mobile - 360px - Contains hover animation */
@media only screen and (min-width: 0rem) {
  #gallery {
    position: relative;
    /* Prevents overflow from the image going off screen */
    overflow: hidden;
    padding: var(--sectionPadding);
    /* Centers button */
    text-align: center;
  }
  #gallery .pc-container {
    margin: auto;
    max-width: 82.625em;
    width: 100%;
  }
  #gallery .pc-image-group {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto 3.75rem;
    max-width: 82.625em;
    width: 100%;
    padding: 0;
    /* used rem so it doesn't scale with the font size of on parent */
    font-size: min(1.1vw, 1em);
    gap: 1.875em;
  }
  #gallery .pc-row {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 1.875em;
  }
  #gallery .pc-picture {
    position: relative;
    display: block;
  }
  #gallery .pc-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #gallery .pc-row-1 .pc-picture1 {
    height: 35.4375em;
    width: 26.25em;
  }
  #gallery .pc-row-1 .pc-picture2 {
    height: 39.3125em;
    width: 26.25em;
  }
  #gallery .pc-row-1 .pc-picture3 {
    height: 32em;
    width: 26.25em;
  }
  #gallery .pc-row-2 .pc-picture1 {
    height: 30.75em;
    width: 26.25em;
  }
  #gallery .pc-row-2 .pc-picture2 {
    height: 32.3125em;
    width: 26.25em;
  }
  #gallery .pc-row-2 .pc-picture3 {
    height: 39.3125em;
    width: 26.25em;
  }
  #gallery .pc-row-3 .pc-picture1 {
    height: 39.0625em;
    width: 26.25em;
  }
  #gallery .pc-row-3 .pc-picture2 {
    height: 28.25em;
    width: 26.25em;
  }
  #gallery .pc-row-3 .pc-picture3 {
    height: 39.3125em;
    width: 26.25em;
  }
}
/*-- -------------------------- -->
<---         Services            -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #services {
    padding: var(--sectionPadding);
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-align: center;
  }
  #services .pc-container {
    width: 100%;
    /* changes to 1280px at tablet */
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 4vw, 4rem);
  }
  #services .pc-text {
    margin-bottom: 1rem;
  }
  #services .pc-text:last-of-type {
    margin-bottom: 1.5rem;
  }
}
/* Tablet - 768px */
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #sbsr-2326 .pc-container {
    flex-direction: row;
    align-items: stretch;
  }
}
/*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  .sbs-2291 .pc-box {
    text-align: left;
    width: 91%;
    max-width: 28.125rem;
    /* prevents padding and border from affecting height and width */
    box-sizing: border-box;
    /* 24px - 32px */
    padding: 0;
    background-color: #FDF8F4;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    column-gap: 1.5rem;
    row-gap: 0.5rem;
    position: absolute;
    right: 50%;
    bottom: 0;
    z-index: 10;
    transform: translate(50%);
  }
  .sbs-2291 .pc-box .pc-features {
    margin-bottom: 0;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #sbs-2291 .pc-box {
    flex-direction: row;
    align-items: center;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  .sbs-2291 .pc-container {
    max-width: 80rem;
    flex-direction: row;
    align-items: stretch;
    gap: 1.25rem;
  }
  .sbs-2291 .pc-content {
    padding-left: 3.25rem;
    padding-bottom: 6.75rem;
  }
  .sbs-2291 .pc-image-group {
    height: auto;
    min-height: 40.125rem;
    max-height: 100%;
  }
  .sbs-2291 .pc-picture {
    bottom: 4rem;
  }
}
/* Dark Mode */

/*# sourceMappingURL=projects.css.map */
