:root { --padding: 36px; }

@media (min-width: 900px) { :root { --padding: 72px; } }

* { box-sizing: border-box; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

html { position: relative; max-height: 100%; font-size: 62.5%; scroll-behavior: smooth; }

body { font-size: 1.6rem; font-family: 'Karla', Arial, Helvetica, sans-serif; font-weight: 400; background-color: #1e1e1e; margin: 0; display: flex; flex-direction: column; align-items: center; }

.content-wrapper { padding-left: var(--padding); padding-right: var(--padding); width: 100%; margin-left: auto; margin-right: auto; }

@media (min-width: 900px) { .content-wrapper { max-width: 1106px; } }

@media (min-width: 1200px) { .content-wrapper { max-width: 1400px; } }

ul { list-style: none; display: flex; margin: 0; padding: 0; }

img { width: 100%; }

header { padding: 24px var(--padding); display: flex; justify-content: space-between; max-width: 1400px; width: 100%; }

header h4 a { color: #666666; }

header ul { display: flex; justify-content: flex-end; align-items: center; gap: 0.8rem; }

header ul .header__contact { display: flex; flex-direction: row; align-items: center; gap: 12px; }

header ul .header__contact svg { width: 24px; height: 24px; }

header a { font-size: 2rem; color: #666666; }

header a.portfolio { font-size: 1.8rem; position: relative; top: -2px; }

main, nav { width: 100%; max-width: 1400px; }

footer { padding: 48px var(--padding); border-top: 1px solid white; display: flex; justify-content: space-between; flex-direction: column; width: 100%; }

@media screen and (min-width: 900px) { footer { flex-direction: row; } }

footer ul { width: 100%; }

footer ul li { font-size: 1.4rem; }

footer ul li a { color: #cccccc; }

.content-spacer { padding-top: calc(var(--padding) * 2.5); padding-bottom: calc(var(--padding) * 2.5); }

@media (min-width: 900px) { .content-spacer { padding-top: var(--padding); padding-bottom: var(--padding); } }

figure { display: flex; flex-direction: column; align-items: center; justify-content: center; margin: calc(var(--padding) / 2) 0; width: 100%; }

figure.margin--small { margin: 0.8rem 0; }

figure video { width: 100%; max-width: 1100px; height: auto; box-shadow: 0 0 12px rgba(0, 0, 0, 0.15); border-radius: 12px; border: 1px solid #ccc; }

figure img { width: auto; max-width: 100%; }

figcaption { margin-top: 12px; text-align: center; font-size: 80%; font-style: italic; color: #4a4a4a; width: 80%; max-width: 600px; line-height: 160%; }

figcaption span.emoji { font-style: normal; }

span { font-size: 80%; font-style: italic; color: white; line-height: 160%; display: flex; margin: 0 0 0.4rem; }

span span.emoji { font-style: normal; }

span.disclaimer { color: #666666; width: 50%; max-width: 500px; }

h2 { font-family: 'Work Sans', Helvetica, Arial, sans-serif; font-size: 3.2rem; line-height: 4rem; font-weight: 500; color: white; margin: 0; }

h2#anchor-current { margin-bottom: 2.4rem; }

h2 + h2, h2 + h3 { margin-top: 4.8rem; }

h3 { font-family: 'Work Sans', Helvetica, Arial, sans-serif; font-size: 3rem; line-height: 3.6rem; font-weight: 400; padding: 0; margin: 0 0 1.6rem 0; color: white; }

h4 { font-size: 2.4rem; font-weight: 400; line-height: 2.8rem; margin: 0; color: white; }

p { font-size: 1.6rem; line-height: 2.4rem; margin: 0; color: white; }

p + p { margin-top: 2.4rem; }

p a { color: white; border-bottom: 1px solid white; }

p a:hover { border-bottom: 1px solid #10A1D1; }

a { text-decoration: none; border-bottom: none; transition: all 100ms ease; }

a:hover { color: #10A1D1; }

a:hover svg, a:hover path, a:hover polygon { fill: #10A1D1; }

a.portfolio-link { font-size: 2.4rem; border-bottom: 2px solid transparent; color: white; transition: all .1s ease-in-out; }

a.portfolio-link:hover { border-bottom: 2px solid white; }

ul.text { flex-direction: column; list-style-type: disc; padding-left: 1.2rem; margin: 2.4rem 0; }

ul.text li { color: white; line-height: 2.4rem; }

ul.text li a { color: white; text-decoration: none; border-bottom: 1px solid white; }

ul.text li a:hover { color: #10A1D1; border-bottom: 1px solid #10A1D1; }

ul.text li + li { margin-top: 0.8rem; }

nav { padding: 1.6rem var(--padding); display: flex; gap: 1.6rem; align-items: flex-end; position: sticky; top: 0; background-color: #1e1e1e; z-index: 1000; border-bottom: 1px solid white; }

@media screen and (max-width: 899px) { nav { display: none; } }

nav p { font-weight: 600; }

nav ul { display: flex; justify-content: flex-start; gap: 1.6rem; }

nav ul li { color: white; text-transform: uppercase; font-weight: 400; cursor: pointer; transition: border .1s ease-in-out; border-bottom: 2px solid transparent; }

nav ul li:hover { border-bottom: 2px solid #ccc; }

.section-banner { display: flex; padding: calc(var(--padding) * 2) var(--padding); }

.section-banner h2 { max-width: 600px; text-wrap: balance; }

.section-banner.two-column { display: flex; align-items: center; }

.section-banner.two-column .banner--image { flex: 0 0 40%; display: flex; justify-content: flex-end; }

.section-banner.two-column .banner--image img { max-width: 400px; border-radius: 12px; box-shadow: 0 0 25px rgba(0, 0, 0, 0.2); align-self: center; box-shadow: 0 0 24px rgba(0, 0, 0, 0.25); }

.section-text { padding: var(--padding); display: flex; flex-direction: column; align-items: flex-start; }

.section-text p, .section-text ul { max-width: 600px; }

.section-project { padding: calc(var(--padding) / 2) var(--padding); display: flex; flex-direction: column; align-items: flex-start; }

.section-project p { max-width: 600px; }

.section-work { padding: 0 var(--padding); display: flex; flex-direction: column; gap: 16px; }

.section-work .section-work__wrapper { display: flex; justify-content: space-between; gap: 48px; max-width: 1200px; flex-direction: column; }

@media (min-width: 900px) { .section-work .section-work__wrapper { flex-direction: row; } }

.section-work .work-block { width: 100%; display: flex; flex-direction: column; gap: 16px; }

@media (min-width: 900px) { .section-work .work-block { flex: 0 0 calc(50% - 24px); } }

.section-work .work-block .work-block__logo { height: 200px; background-color: #2B2B2B; border-radius: 12px; }

.section-work .work-block .work-block__logo a { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }

.section-work .work-block .work-block__logo a:hover img { max-width: 77%; max-height: 62%; }

.section-work .work-block .work-block__logo img { max-width: 75%; max-height: 60%; transition: all 150ms ease; }

.section-work .work-block .work-block__title { display: flex; flex-direction: column; justify-content: space-between; }

.section-work .work-block .work-block__title span { font-style: normal; margin-bottom: 0; line-height: 2.4rem; }

.section-work .work-block .work-block__title span:last-of-type { font-weight: 300; color: #666666; font-size: 1.8rem; }

.section-work .work-block p { color: #cccccc; }

.section-work .work-block p + p { margin-top: 0; }

.section-work .work-block ul { margin-top: 0; }

.section-work .work-block ul li { color: #ccc; }

.section-divider { padding: 0 var(--padding); }

.section-divider hr { border-top: 1px solid #ccc; }

body.selected-works { background-color: #fcfcfc; }

body.selected-works h2, body.selected-works h3, body.selected-works h4 { color: #4a4a4a; }

body.selected-works p, body.selected-works li { color: #1e1e1e; }

body.selected-works h3 { margin-bottom: 24px; }

body.selected-works .works-grid { margin: var(--padding); display: flex; flex-wrap: wrap; gap: 48px; align-items: center; }

body.selected-works .works-grid div { flex: 0 0 100%; }

@media screen and (min-width: 900px) { body.selected-works .works-grid div { flex: 0 0 calc(50% - 24px); } }

body.selected-works .works-grid video, body.selected-works .works-grid img { width: 100%; }

.gallery { margin: calc(var(--padding) / 2) 0; }

.gallery .row { display: flex; flex-wrap: wrap; gap: 1.6rem; justify-content: space-between; }

.gallery .row.standard figure img { aspect-ratio: 4/3; }

.gallery .row.vert figure img { aspect-ratio: 3/4; }

.gallery .row.square figure img { aspect-ratio: 1/1; }

.gallery .row figure { flex: 0 0 100%; margin: 0; display: flex; }

.gallery .row figure.has-bg { background-color: white; }

.gallery .row figure img { object-fit: cover; width: 100%; }

@media screen and (min-width: 900px) { .gallery .row.row--2 figure { flex: 0 0 calc(50% - 1.6rem); } }

@media screen and (max-width: 899px) { .gallery .row.row--3 figure { flex: 0 0 calc(50% - 1.6rem); } }

@media screen and (min-width: 900px) { .gallery .row.row--3 figure { flex: 0 0 calc(33% - 1.6rem); } }

@media screen and (max-width: 899px) { .gallery .row.row--4 figure { flex: 0 0 calc(50% - 1.6rem); } }

@media screen and (min-width: 900px) { .gallery .row.row--4 figure { flex: 0 0 calc(25% - 1.6rem); } }

.gallery .row.row--5 figure { flex: 0 0 calc(50% - 1.6rem); }

@media screen and (min-width: 900px) { .gallery .row.row--5 figure { flex: 0 0 calc(20% - 1.6rem); } }

.gallery h4 { margin-bottom: 0.8rem; }

.gallery h4 + figure { margin-top: 0; }

.gallery + .gallery { margin-top: 0; }

figure.text-overlay { position: relative; }

figure.text-overlay span { position: absolute; top: 0; left: 0; padding: 1.2rem; color: white; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.8); display: flex; align-items: flex-end; opacity: 0; visibility: hidden; transition: visibility 150ms linear, opacity 150ms ease-in-out; }

figure.text-overlay span p { font-style: normal; }

figure.text-overlay:hover span { visibility: visible; opacity: 1; }

figure + .row { margin-top: -1.6rem; }

.gallery.sketches { display: flex; justify-content: space-between; gap: 1.6rem; }

@media screen and (min-width: 900px) { .gallery.sketches .sketch-final { flex: 0 0 calc(50% - 1.6rem); } }

#collabGallery { width: 100%; }

#collabGallery figure { padding: 0.8rem; }

.portfolio-section { display: flex; flex-direction: column; }

.portfolio-section h2 { padding-top: 9.6rem; }

@media screen and (max-width: 899px) { .portfolio-section h2 { padding-top: 2.4rem; } }

.sketch-final { position: relative; }

.sketch-final img { width: 100%; height: 100%; transition: opacity .2s ease-in-out; }

.sketch-final img.image-final { opacity: 1; z-index: 10; position: relative; }

.sketch-final img.image-sketch { position: absolute; top: 0; left: 0; z-index: 1; }

.sketch-final:hover .image-final { opacity: 0; }

.image-slider--container { position: relative; flex: 1; width: 100%; max-width: 800px; margin-top: 1.6rem; }

.image-slider { width: 100%; aspect-ratio: 4/3; position: absolute; left: 50%; top: 50%; transform: translate3d(-50%, -50%, 0); overflow: hidden; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.before, .after { width: 100%; height: 100%; background-repeat: no-repeat; background-color: white; background-size: cover; background-position: center; position: absolute; top: 0; left: 0; pointer-events: none; overflow: hidden; }

.before img, .after img { height: 100%; width: unset; }

.after { width: 125px; }

.scroller { width: 50px; height: 50px; position: absolute; right: 100px; top: 50%; transform: translateY(-50%); border-radius: 50%; background-color: transparent; opacity: 0.9; pointer-events: auto; cursor: pointer; }

.scroller:hover { opacity: 1; }

.scrolling { pointer-events: none; opacity: 1; }

.scroller__thumb { width: 100%; height: 100%; padding: 5px; }

.scroller:before, .scroller:after { content: " "; display: block; width: 7px; height: 9999px; position: absolute; left: 50%; margin-left: -3.5px; z-index: 30; transition: 0.1s; }

.scroller:before { top: 100%; }

.scroller:after { bottom: 100%; }

/* If you want to cahnge the colors, make sure you change the fill in the svgs to match */
.scroller { border: 5px solid #2b2b2b; background-color: white; }

.scroller:before, .scroller:after { background: #2b2b2b; }

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