:root {
  --text: #FFF1F1;
  --text-dark: #4B4174;
}

#toolset {
	display: none;
}

body {
	color: var(--text);
	background: linear-gradient(0deg, #0a143d, #3e396b 13%, #765c95 32%, #c0707f 42%, #ca9476 50%, #c0707f 58%, #765c95 68%, #3e396b 87%, #0a143d);
	background-size: 1800% 1800%;

	-webkit-animation: background-animation 180s ease infinite;
	-moz-animation: background-animation 180s ease infinite;
	animation: background-animation 180s ease infinite;
}

body[data-page-id="29328771"] {
	background: linear-gradient(0deg, #b28166, #c0707f 13%, #765c95 32%, #c0707f 42%, #b28166 50%, #c0707f 58%, #765c95 68%, #c0707f 87%, #b28166);
	background-size: 1800% 1800%;

	-webkit-animation: background-animation 180s ease infinite;
	-moz-animation: background-animation 180s ease infinite;
	animation: background-animation 180s ease infinite;
}
/*
.main_container {
    animation: fadeSiteIn 0.5s ease forwards; 
}

.main_container.fadeSiteOut {
	animation: fadeSiteOut 0.5s ease forwards;
}


@keyframes fadeSiteIn {
    from   { opacity: 0; }
    to    { opacity: 1; }
}

@keyframes fadeSiteOut {
    from   { opacity: 1; }
    to     { opacity: 0; }
}


.main_container {
	animation: fadeInAnimation ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}
*/

@-webkit-keyframes background-animation {
	  0%{background-position:51% 0%}
		50%{background-position:50% 100%}
		100%{background-position:51% 0%}
}
@-moz-keyframes background-animation {
		0%{background-position:51% 0%}
		50%{background-position:50% 100%}
		100%{background-position:51% 0%}
}
@keyframes background-animation {
		0%{background-position:51% 0%}
		50%{background-position:50% 100%}
		100%{background-position:51% 0%}
}

@font-face {
  font-family: 'Apris';
  src: url('https://files.cargocollective.com/c1662019/Apris-Thin.woff2') format('woff2');
}

body::after {
	  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2J…fBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==);  
}

a:active {
	opacity: 0.7;
}

.page a.active {
	
}

html {
	scroll-behavior: smooth;
}

ul {
	list-style-position: outside;
    padding-inline-start: 1.4rem !important;
}

em {
	font-style: italic;
}

b,
strong {
	font-weight: 500;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 2.5em;
}

blockquote {
	margin: 0;
	padding: 0 0 0 1em;
}

hr {
	background: rgba(255, 241, 241, 0.7);
	border: 0;
	height: 0.5px;
	display: block;
}

.content img {
	float: none;
	margin-bottom: 0;
    vertical-align: bottom;
}

[image-gallery="slideshow"] {
    margin-bottom: 2rem;
}

.gallery_image_caption {
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
	line-height: 1.2;	
	font-size: 1.1rem;
	font-family: "Diatype Variable", Icons;
	font-weight: 300;
	color: rgba(255, 241, 241, 0.5);
    text-align: center;
    font-style: italic;
}

/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.6rem;
	font-weight: 300;
	color: #fff1f1;
	font-family: "Diatype Variable", sans-serif, Icons;
	font-style: normal;
	line-height: 1.2;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] bodycopy a {
	color: #fff1f1;
	text-decoration: underline;
    text-decoration-color: rgba(255, 241, 241, 0.5);
}


.project-index a, .pill-link, .icon-link, .no-underline a {
	text-decoration: none !important;
}

bodycopy p {
	margin-bottom: 1em;
}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: "Apris", Icons, serif;
	font-style: normal;
	font-weight: 300;
	padding: 0;
	margin: 0;
	font-size: 7.5rem;
	line-height: 0.8;
	color: #fff1f1;
    letter-spacing: rem;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] h1 a {
	color: #fff1f1;
}

[data-predefined-style="true"] h2 {
	font-family: "Diatype Variable", Icons, "Helvetica", sans-serif;
	font-style: normal;
	font-weight: 500;
	padding: 0;
	margin: 0;
	color: #fff1f1;
	font-size: 2.3rem;
	line-height: 1.1;
    letter-spacing: -0.1rem;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
	}

[data-predefined-style="true"] h2 a {
	color: #fff1f1;
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.1rem;
	line-height: 1.2;
	font-family: "Diatype Variable", Icons;
	font-style: normal;
	font-weight: 300;
	color: rgba(255, 241, 241, 0.5);
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] small a {
	color: rgba(255, 241, 241, 0.7);
	border-bottom-width: 0em;
	text-decoration-line: underline;
}

/**
 * Breakpoints
 */


[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
    padding-bottom: 1em;
    padding-top: 1em;
}

[data-css-preset] .container {
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	text-align: left /*!text_left*/;
}

[data-css-preset] body {
	background-color: transparent /*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 90%/*!content_center*/;
}

[data-css-preset] .content_padding {
	padding-top: 2rem /*!main_margin*/;
	padding-bottom: 2rem /*!main_margin*/;
	padding-left: 2rem /*!main_margin*/;
	padding-right: 2rem /*!main_margin*/;
}

/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}

[data-css-preset] .thumbnails {
   	background-color: transparent/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 100%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 1.5rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -3rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 0.5rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -1rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails .thumb_image {
	outline: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: 1.0rem;
    margin-bottom: 0.2rem;
    font-size: 1.4rem;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.85);
	font-family: Diatype, Icons;
	font-style: normal;
	line-height: 1.3;
}

.thumbnails .tags {
    margin-top: 0.8rem;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
	font-family: "Monument Grotesk Mono", Icons;
	font-style: normal;
	line-height: 1.2;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
}

.thumbnails .has_title .tags {
	margin-top: 0rem;
}

/**
 * Site Menu Button
 */

[data-css-preset] #site_menu_button {
    color: rgba(0, 0, 0, 0.75);
    line-height: 1;
    font-size: 22px /*!site_menu_button*/;
    padding: 6px;
    line-height: 1;
    background: rgba(33, 32, 46, 0);
    position: fixed;
	right: 3rem /*!site_menu_button*/;
	top: 3rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: -6px;
    font-size: 24px;
}

#site_menu_button.custom_icon {
	width: 40px;
    height: auto;
}

#site_menu_button.active {
	display: none;
}


/**
 * Site Menu
 */

#site_menu {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	background: rgba(20, 20, 20, 0.95);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
}

body.mobile #site_menu {
	width: 100%;
}

#site_menu .page-link a {
	color: rgba(255, 255, 255, 0.75);
}

#site_menu .set-link > a {
	color: rgba(255, 255, 255, 0.75);
	font-weight: bold;
}

#site_menu a:active {
	opacity: .7;
}

#site_menu a.active {
	opacity: .4;
}

#site_menu .close {
	display: none;
	color: rgba(255, 255, 255, 0.4);
	line-height: .85em;
	font-size: 45px;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 50px;
	line-height: 1em;
}

#site_menu .break {
	height: 28px;
}

#site_menu .indent {
	margin-left: 28px;
}

/*
 * Shop Button
 */

[data-css-preset] #shop_button {
	color: rgba(0, 0, 0, 0.85);
    background: transparent;
	font-size: 32px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	top: 1rem /*!shop_button*/;
	left: 1.5rem /*!shop_button*/;
}

#shop_button.text {
    font-size: 1.6rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.75);
	font-family: Diatype, Icons;
    padding: 0;
    line-height: 1.3;
	font-style: normal;
}

#shop_button.custom_icon {
	width: 40px;
    height: auto;
}

body.mobile #shop_button:not(.text) {
	margin: -6px;
    font-size: 40px;
}

/*
 * Shop Product Widget
 */

.shop_product {
    width: 100%;
	max-width: 22rem;
    position: relative;
    display: block;
}

.shop_product .price {
	font-family: Diatype, Icons;
	font-size: 1.2rem;
	line-height: 1.2;
	color: rgba(0, 0, 0, 0.75);
    display: block;
    margin-bottom: 1rem;
	font-style: normal;
	font-weight: 400;
}

.shop_product .dropdown {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-size: 1.2rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-line-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 2.5rem 0.8rem 1rem;
	font-style: normal;
	font-weight: 400;
    color: rgba(0, 0, 0, 0.75);
}

.shop_product .button {
	font-family: Diatype, Icons;
	font-size: 1.2rem;
    background: rgba(0, 0, 0, 0.75);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1.2;
    padding: .8rem 1rem .8rem;
	font-style: normal;
	font-weight: 700;
}

/*
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: .7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 2.5rem /*!quick_view_padding*/;
    padding-bottom: 2.5rem /*!quick_view_padding*/;
    padding-left: 2.5rem /*!quick_view_padding*/;
    padding-right: 2.5rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
	background: linear-gradient(0deg, #0a143d, #3e396b 13%, #765c95 32%, #c0707f 42%, #e6b295 50%, #c0707f 58%, #765c95 68%, #3e396b 87%, #0a143d);
	background-size: 1800% 1800%;

	-webkit-animation: background-animation 180s ease infinite;
	-moz-animation: background-animation 180s ease infinite;
	animation: background-animation 180s ease infinite; /*!quick_view_bgcolor*/;
}

.quick-view-caption {
	font-family: Diatype, Icons;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3.5rem 0;
    text-align: center;
    font-size: 1.1rem;
	font-style: normal;
	font-weight: 400;
    line-height: 1.2;
}

.quick-view-caption span {
    padding: 0.6rem 1rem;
    display: inline-block;
    background: rgba(75, 65, 116, 0.5);
    color: var(--text);
    font-style: italic;
}

.quick-view-caption span a {
	color: var(--text);
}


/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 0px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: var(--text);
    stroke-width: 2px;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 0px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: var(--text);
    stroke-width: 2px;
}

/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #fff;
    stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}


/**
 * Feed
 */

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}



/*
 * Audio Player
 */

.audio-player {
    max-width: 36rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: var(--text-dark);
    background: var(--text);
    font-size: 1.2rem;
    line-height: 1.2;
	font-family: Diatype, Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
    border-radius: 11rem;
}

body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 1px;
    background-color: rgba(0,0,0,0.15);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(0, 0, 0, 0.85);
}

.audio-player .icon {
    fill: rgba(0, 0, 0, 0.85);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(0,0,0,0.03);
}

.audio-player .progress {
    background: rgba(0,0,0,0.1);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(0, 0, 0, 0.7);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgba(0, 0, 0, 0.5);
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}


/* custom starts here */
.pill-links {
    text-align: center;
    display: flex;
    flex-direction: row;
    /* justify-content: stretch; */
    /*align-items: flex-end;*/
    margin-right: 0 !important;
    padding-top: 1.5rem;
}

.pill-links input, .pill-links a {
    white-space: nowrap;
    margin: 0 0.45em;
   /* min-width: calc(10ch + 0.1em);*/
}

.pill-link {
	display: inline-block;
    padding: 0.3rem 1.1rem !important;
    border-radius: 11rem;
    border: 1px solid var(--text);
    background: transparent;
    color: var(--text) !important;
    /*font-size: var(--fontSize-small-mono);*/
    font-size: 1.4rem;
    line-height: 1.4;
 	transition: background 20ms linear 20ms, transform 20ms ease-in-out 20ms;
}

.pill-link-highlight {
    background: var(--text) !important;
    color: var(--text-dark) !important;
    font-weight: 600 !important;
}


.pill-link:active {
    background: var(--text) !important;
    color: var(--text-dark) !important;
}


.project {
	opacity: 1;
    transition: opacity 0.5s;
    padding-right: 0;
}

.project::after {
  content: ', ';
  transition: opacity 150ms linear 100ms, transform 150ms ease-in-out 100ms;
}

.last-project::after {
  content: '.' !important;
}


.opacity01 {
	opacity: 0.05;
}

.opacity05 {
	opacity: 0.4;
}

.center-col-container {
  display: flex !important;
  align-items: center !important;
  vertical-align: middle !important;
}

.center-col {
  flex: 1 !important;
  display: flex;
}

.justify-right {
  justify-content: right !important;
}

/* SIBLING FADE: fade out siblings around a hovered item */

.sibling-fade {
    visibility: hidden;
 }
/* Prevents :hover from triggering in the gaps between items */

.sibling-fade > * { visibility: visible; }
/* Brings the child items back in, even though the parent is `hidden` */

.sibling-fade > * { transition: opacity 150ms linear 100ms, transform 150ms ease-in-out 100ms; }
/* Makes the fades smooth with a slight delay to prevent jumps as the mouse moves between items */



.biotext {
    text-transform: uppercase;
}

.justified {
	text-align: justify;
    text-justify: inter-character;
}

.project-header {
    text-transform: lowercase;
}

.project-subheader {
    margin-top: 1.6rem;
    text-transform: uppercase;
}

.project-subheader:empty{
    margin-top: 0;
}

.own-scroll {
	overflow-x: hidden;
	overflow-y: auto;
    /*background: linear-gradient(180deg, rgba(255, 255, 255, 0) 90%, rgba(255,255,255,0.1) 100%);*/
    cursor: url("https://files.cargocollective.com/c1662019/resize-vertical-30.png") 12 5, ns-resize !important;
    height: 100%;
  /* Foreground, Background */
	scrollbar-color: rgba(255, 241, 241, 0.1)  transparent;
}

.own-scroll img {
	cursor: zoom-in;
}

.transience-episodes img {
	cursor: pointer !important;
    transition: opacity 0.3s;
}

.transience-episodes .gallery_image_caption {
	font-style: normal;
    color: var(--text);
    text-decoration: none !important;
}

/*.transience-episodes .gallery_card_image {
	background-color: var(--text);
}*/

.one-em-up {
	margin-top: -1.1em;
}


.one-em-down {
	margin-bottom: -0.6em;
}

.bottom {
    width: 100%;
	position: absolute;
    bottom: 2em;
    padding-right: 4rem;
}

.project-content {
    margin-top: 1rem !important;
    padding-bottom: 0 !important;
    height: 70vh;
    bottom: 0;
}

.project-images {
    padding-left: 6.5rem !important;
    padding-bottom: 2rem !important;
    padding-top: 0.1rem !important;
    padding-right: 0 !important;
    scrollbar-color: var(--text-dark)  transparent !important;
}

.project-images:-webkit-scrollbar-thumb { /* Foreground */
  background: var(--text-dark) !important;
}

.project-images img {
	box-shadow: 0px 0px 8px 4px rgba(75, 65, 116, 0.1);
}

.nolinks-taller {
    margin-top: -20vh;
	height: 90vh !important;
}

.project-text {
    padding-top: 0 !important;
}

.project-text-container {
	max-width: 51.5rem;
    padding-right: 0.5rem;
    padding-bottom: 1rem;
}

.project-index {
	font-family: "Diatype Variable", Icons, "Helvetica", sans-serif;
	font-style: normal;
	font-weight: 300;
	padding: 0;
	margin: 0;
	color: var(--text);
	font-size: 2.2rem;
	line-height: 1.3;
    letter-spacing: -0.1rem;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
	margin-top: 13vh;
}

.project-index sup {
	font-size: 1.4rem;
    margin-left: -0.06em;
}

.img__img {
	width: 100%;
    height: auto;
    object-fit: cover;
}

.img__container {
  position: relative;
}

.img__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: calc(100% + 7px);
  opacity: 0;
  visibility: hidden;
  transition: .5s ease;
  background: rgba(255, 241, 241, 0.2);
}

.img__description span {
    text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	color: var(--text);
    background: rgba(24, 22, 37, 0.2);
    border-radius: 3rem;
    border: 1px solid var(--text);
    padding: 0.7rem 0.7rem 0.7rem 0.7rem;
    font-size: 1.6rem;
    min-width: calc(12ch + 0.1em);
    max-width: calc(17ch + 0.1em);
}

.img__description small {
    font-size: 1.3rem !important;
    font-style: italic;
}



/*desktop*/
@media screen and (min-width: 771px) {
  .mobile-break { display: none; }

  .onlyonmobile {
    display: none !important;
    visibility: hidden;
    clear: both;
    float: left;
  }

  .notonmobile {
	/*display: inline;*/
  }
    
  .own-scroll::-webkit-scrollbar {
   width: 7px; /* Mostly for vertical scrollbars */
   height: 7px; /* Mostly for horizontal scrollbars */
  }
  .own-scroll::-webkit-scrollbar-thumb { /* Foreground */
   background: rgba(255, 241, 241, 0.1);
   border-radius: 10px;
  }
  .own-scroll::-webkit-scrollbar-track { /* Background */
   background: transparent;
  }
}

.slightlysmaller {
	font-size: 5.9rem !important;
}


@media screen and (max-width: 1100px) {
  h1 {
    font-size: 6rem !important;
  }
      
  .pill-links {
	  flex-direction:column;
      align-items: flex-end !important;
	}
   .pill-link {
	  margin-bottom: 0.3rem !important;
	}
    
    .no-wrap {
		flex-direction: initial;
	}

/*    [grid-col="2"] { width: 10% !important;}
    [grid-col="6"] { width: 56.66667% !important;}*/

	.project-index {
		font-size: 2.0rem;
    }
}

@media screen and (min-width: 1440px) {
   .pill-link {
       font-size: 16px;
    }
    h1 {
        font-size: 80px !important;
	}
}

.verticalspacer {
	height:2em;
}

/* MOBILE */
@media screen and (max-width: 770px) {
  .biotext small {
	font-size: 13px !important;
  }
    
  .site-title {
	margin-bottom: 0.24em !important;	
  }
  .notonmobile {
    display: none !important;
    visibility: hidden;
    clear: both;
    float: left;
  }
    
  .subheader-index {
    margin-top: 1.9rem !important;
    margin-bottom: -2rem;
    padding-right: 3.1rem;
  }
    
  .project-header {
	  max-width: 85vw !important;
      word-wrap: normal;
  }

  .own-scroll, .nolinks-taller {
	overflow-x: hidden !important;
	overflow-y: hidden;
    height: auto;
  }
    
  .nolinks-taller {
	margin-top: initial;
    height: auto !important;
  }
    
  .project-images {
    margin-bottom: 3em;
    width: 100% !important;
    padding: inherit !important;
  }
    
  .bottom {
	position: initial;
    padding-right: initial;
    bottom: initial;
  }
    
  .project-content {
    height: initial;
  }
    
  .project-text-container, .project-header {
	max-width: initial;
    padding-right: initial !important;
    padding-bottom: initial! important;
    width: 100%;
  }
    
  .empty {
    visibility: hidden;
    clear: both;
    float: left;
    display: none;
  }

  small {
	font-size: 13px !important;
  }
    
  .gallery_image_caption {
    font-size: 13px !important;
  }
    
  h1 {
	font-size: 60px !important;
  }
    
  bodycopy {
	font-size: 16px !important;
  }

  .project-text {
      width: 100vw;
	}
    
	.project-index {
		font-size: 21px;
        line-height: 1.4;
		margin-top: 0.8em;	
    }
    
	.project-index sup {
		font-size: 12px;
     	top: -0.6em;
	}
    
    [grid-col="2"] { width: 100% !important;}
    [grid-col="6"] { width: 100% !important;}
    .main-container {
        overflow: initial;
	}
    
    .pill-links {
	  flex-direction:initial;
      align-items: stretch !important;
      width: 100vw;
      padding-top: initial;
      margin-top: 0.9em;
      margin-left: -0.4em !important;
      margin-bottom: 1em;
	}
    
    .pill-link {
	  /*flex-grow: 1;
      flex-basis: 0;*/
      /*min-width: calc(6ch);*/
      margin-right: 0.2em !important;
      font-size: 13px !important;
      padding: 0.8rem 1.6rem !important;
	}
    
    .one-em-up {
		margin-top: -0.7em !important;
    }
    
	.one-em-up-onmobile {
		margin-top: -1em !important;
	}
    
    .one-em-down {
        margin-bottom: 1rem !important;
    }
    
    .filters-mobile {
		padding-top: 1.5rem;
	}
    
    .justify-right {
		justify-content: initial !important;
	}
    
  .center-col-container {
      align-items: initial !important;
      vertical-align: initial !important;
  }
    .center-col {
	  flex: initial !important;
	  display: initial;
	}
    
	.justified {
		text-align: initial;
	}
    
	[data-predefined-style="true"] h1 {
		line-height: 0.9;
	}
}

.apris {
	font-family: "Apris", Icons, serif;
	font-style: normal;
	padding: 0;
	margin: 0;
	line-height: 0.8;
}

video {
  align-content: center;
  max-width: 100%    !important;
  height: auto   !important;
  object-fit: scale-down;
}

.video-container {
    position: relative;
    padding-bottom: 70.35%;
    padding-top: 35px;
    height: 0;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-wrapper {
    display:table;
    width:auto;
    position:relative;
}

.play-pause {
    background-image:url(https://files.cargocollective.com/c1662019/media_play.png);
    background-repeat:no-repeat;
    width:50%;
    height:50%;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-size:contain;
    background-position: center;
}

@media (hover: hover) {
  [data-predefined-style="true"] bodycopy a:hover {
    color: rgba(255, 241, 241, 0.8);
    transition: 100ms opacity ease-in-out;
  }

  .pill-link:hover {
    background: rgba(255, 241, 241, 0.2);
    cursor: pointer;
    color: white;
    border-color: white;
  }

  .pill-link-highlight:hover {
    background: rgba(255, 241, 241, 0.9) !important;
    color: var(--text-dark) !important;
    cursor: pointer;
  }

  .project:hover {
	opacity: 1 !important;
  }

  .project:hover::after {
    opacity: 0.1;
  }

  .sibling-fade:hover > * { opacity: 0.1; }
  /* Fade out all items when the parent is hovered */

  .sibling-fade > *:hover { opacity: 1; transition-delay: 0ms, 0ms; }
  /* Fade in the currently hovered item */

  .transience-episodes img:hover {
	opacity: 0.7;
  }

  .img__container:hover .img__overlay {
    visibility: visible;
    opacity: 1;
  }

  a:hover .img__description {
  	color: var(--text) !important;
    -webkit-text-fill-color: var(--text) !important;
  }
}

.project-content a[target="_blank"]:not(.pill-link):not(.transience-episodes):after{
	font-size: 0.9rem;
    margin-left: -0.13em;
    content: "︎︎︎";
	top: -0.4em;
	position: relative;
	vertical-align: baseline;
}

.transience-episodes a:after{
	content: "" !important;
    display: none !important;
}

.gigs td:first-child {
	font-family: "Diatype Semi-Mono Variable", Icons;
	font-style: italic;
	font-weight: 300;
    font-size: 1.2rem;
    line-height: 1.3;
	font-variation-settings: 'slnt' 1, 'MONO' 0.5;
	padding-right: 0.5em;
}

.gigs table, th, td {
	vertical-align: top;
    padding-bottom: 0.2em;
    line-height:  1.1;
}

table {
    border: 0;
    border-collapse: collapse;
}