* {
	box-sizing: border-box;
    
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 6.0em !important;
    
    
}

body {

}

/**
*
SCROLLBAR SCROLLBAR SCROLLBAR
*
*/

::-webkit-scrollbar {
  width: 1.2em;
}

::-webkit-scrollbar-track {
  background: white;
  border-left: 1px solid black;
}

::-webkit-scrollbar-thumb {
  background: black;
}

::selection {
    color: black;
    background: white; /* WebKit/Blink Browsers */
}
::-moz-selection {
    color: black;
    background: white; /* Gecko Browsers */
}

#toolset {
	display: none;
}

a:active {
	opacity: 0.7;
}

.page a.active {
	opacity: .4;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

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 4em;
}

ol {
	list-style-type: decimal-leading-zero;
}

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

hr {
	display: block;
    width: 100% !important;
    height: 1px;
    border: 0;
    /*box-shadow: inset 0.0em 0.5em 0.5em -0.5em white;*/
    background: linear-gradient(to right,rgba(255, 255, 255, 0), #c6ff00, #4800ff, #ffefef, #000);
}

.content img {
	float: none;
	margin-bottom: .5em;
}

.gallery_image_caption {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
	font-family: Diatype, Icons;
	font-style: normal;
	line-height: 1.3;	
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.8rem;
	color: #fff;
	font-family: Terminal Grotesque, Icons;
	line-height: 1.6;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
}

[data-predefined-style="true"] bodycopy a:hover {

}

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: "Space Mono", Icons;
	padding: 0;
	margin: 0;
	font-size: 5rem;
	line-height: 1;
	color: #fff;
	font-style: normal;
	font-weight: 400;
}

[data-predefined-style="true"] h1 a {
	color: rgb(0, 0, 0);
}

[data-predefined-style="true"] h2 {
	font-family: "Terminal Grotesque", Icons;
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 2.5rem;
	line-height: 1;
    letter-spacing: -.01em;
	font-style: normal;
	font-weight: 400;
}

[data-predefined-style="true"] h2 a {
	color: rgb(255, 255, 255);
    text-decoration: none;
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1.4;
	font-family: "Space Mono", Icons;
	font-style: normal;
	font-weight: 400;
	color: #fff;
}

[data-predefined-style="true"] small a {
	color: rgba(0, 0, 0, 1);
}

/**
 * Breakpoints
 */


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

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

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

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

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

[data-css-preset] .content_padding {
	padding-top: 1rem /*!main_margin*/;
	padding-bottom: 1rem /*!main_margin*/;
	padding-left: 1rem /*!main_margin*/;
	padding-right: 1rem /*!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: 1rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -2rem/*!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.2rem;
    margin-bottom: 0.4rem;
	font-size: 1.6rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Monument Grotesk Mono", Icons;
	font-style: normal;
	line-height: 1.4;
}

.thumbnails .tags {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.35);
	font-family: Diatype, Icons;
	font-style: normal;
	line-height: 1.3;
}

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

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

/**
 * Site Menu Button
 */

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

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

#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: 2rem /*!shop_button*/;
	right: 2rem /*!shop_button*/;
}

#shop_button.text {
	font-family: "Monument Grotesk Mono", Icons;
	font-size: 1.6rem;
    padding: 0;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
}

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

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

/*
 * Shop Product Widget
*/

.shop_product {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.0em;
}

.shop_product .price,
.store .price {
    font-family: Terminal Grotesque, Icons;
	line-height: 1.2;
    font-size: 2.5rem;
    color: inherit;
    display: block;
    text-align: left;
}

.shop_product .dropdown {
    font-family: Terminal Grotesque, Icons;
    display: inline-block;
	width: 100%;
    color: white;
    border: 1px solid white;
    background:  #000 url(https://files.cargocollective.com/c1702853/select-line-arrows.svg) no-repeat right;
    line-height: 1.2;
    padding: 0.7rem 2.5rem .7rem 1rem;
    text-align: center;
    font-size: 1.8rem;
    padding: 0.5em 1.5em;
	font-variation-settings: 'slnt' 0, 'MONO' 0.5;
    border-radius: 34% 27% 80% 47% / 97% 88% 92% 100%;
}



.shop_product .button {
    background: black;
    color: white;
    border: 1px solid white;
    flex: 0 0 50%;
    text-align: center;
    display: inline-block;
	line-height: 1.2;
    padding: .8rem 1rem;
	font-style: normal;
	font-weight: 400;
	font-variation-settings: 'slnt' 0, 'MONO' 0.5;
    font-size: 1.8rem;
	padding: 0.5em 1.5em;
    border-radius: 34% 27% 80% 47% / 97% 88% 92% 100%;
}

.shop_product .button:hover,
.shop_product .dropdown:hover{
    background-color: black;
    filter: invert(100%);
    -webkit-filter: invert(100%);
    border-radius: 0;
}

/*
 * 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: #eee /*!quick_view_bgcolor*/;
}

.quick-view-caption {
	font-family: "Monument Grotesk Mono", 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.3rem;
	font-style: normal;
	font-weight: 400;
    line-height: 1.3;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.5);
    color: white;
}


/**
 * 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: rgba(0, 0, 0, 0.85);
    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: rgba(0, 0, 0, 0.85);
    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: 2px;
}

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

/**
 * 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: 2px;
}

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


/**
 * 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: rgba(0, 0, 0, 0.6);
    background: #fff;
    font-size: 1.4rem;
    line-height: 1.3;
	font-family: Diatype, Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

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;
}

/*
*
GENERAL / WRAPPERS / UNIVERSAL
*
*/


.mobile-only {
	display: none;
}
.flex {
	display: flex !important;
}

p:first-child {
	margin-top: 0;
}

.page-title h1{
    font-size: 4.5rem !important;
    margin: 1.0em auto;
    background-color: transparent !important;
    color: #fff;
    text-align: center;
    width: fit-content;
    line-height: 1.0em;
    transform: rotate(4.0deg);
    
}

.page-wrapper {
    /*padding-top: 6em;*/
    max-width: 37.5em;
    margin: 0 auto;
    padding: 0.5em 2.0em 2.5em 2.0em;
    
}
.library.page-wrapper {
	padding: 0;
}

.library .archive .image {
	display: flex;
    flex: 1 0 0;
    width: 100% !important;
    flex-direction: column;
    gap: 1em;
}

#home {
    height: calc(100vh - 2.2em);
    width: 100%;
    margin: 0 auto;
    padding: 1.0em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 0.0em;
}

/*
*
IMAGE WRAPPING
*
*/
.image-wrap .image {
        margin-bottom: 0;
        display: flex;
    	align-items: center;
    	justify-content: center;
        shape-outside: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
        clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
        background: none !important;
	}
    
    .image-wrap .image img {
    	border: 1px solid none;
        }

    .left {
    	float: left !important;
    }
    .right {
    	float: right !important;
    }
    
    .image.left {
		clear: left;
        margin-right: 0.5em;
        margin-left: -8em;
        }
   .image.right {
   		clear: right;
        margin-left: 0.5em;
        margin-right: -8em;
   }



/*
*
CUSTOM TYPE
*
*/

.bimbo-pro {
	font-family: 'bimbo-pro', sans-serif;
	font-weight: 400;
	font-style: normal;
}

.page-title .bimbo-pro {
    font-size: 8.1rem !important;
    letter-spacing: 0.03em;
    padding-left: 0.02em;
}

/* TRANSITION TIMING */
.menu .full .links .main,
.library .archive .item a,
.library .archive .item,
.library .item .invert,
.library .archive .featured::before,
.projectpage a,
p input + label,
.store .section,
.shop_product .dropdown,
.shop_product .button,
.store h2{
	transition: all 0.25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.library .item:hover,
.library .item:hover h1,
.library .item:hover h2,
.library .item:hover h3,
.library .item:hover p,
.library .item:hover small,
.library .archive .featured:hover::before,
.library .item:hover .invert {
    transition-delay: 0.25s !important;
}

.library .item:hover a h2 {
	transition-delay: initial !important;
}

.library .archive .item {
	will-change: transform;
}
/* END TRANSITION TIMING */


/* TEST ZONE



*/





/*
*
MENU
*
*/

.menu,
.menu .menu-bar a,
.menu .full .section a {
    font-size: 2.0rem;
}

.menu,
.menu .menu-bar,
.menu .menu-box,
.menu .full,
.menu .full .links,
.menu .full .section {
	display: flex;
}

.menu .menu-box,
.menu .menu-bar,
.contribute {
    pointer-events: auto !important;
}

.menu .menu-bar {
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 2.2em;
    padding: 0 1.5em;
    gap: 1em;
    margin: 0 auto;
    top: 0 !important;
    background: #fff;
    color: #000 !important;
    border-bottom: 1px solid black;
}

.menu .menu-bar .title {
    color: black !important;
    text-transform: capitalize;
	font-size: 1.6rem !important;
    -webkit-transform: rotate(-0.7deg);
    transform: rotate(-0.7deg);
    padding-top: 0.5em;
}
    .menu .menu-bar .title:hover {
        text-decoration: underline;
        -webkit-transform: rotate(0.7deg) !important; 
        transform: rotate(0.7deg) !important;
    }
	.menu .menu-bar .title.active {
		color: #4800ff !important;
        opacity: 1;
        font-size: 72px;
        background: linear-gradient(90deg, #4800ff, #000);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
	}

/*CONTAINER FOR THE MENU POP-UP*/

.menu .menu-box {
    width: 100vw !important;
    height: calc(100vh - 2.2em) !important;
    margin-top: 2.2em;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.menu .menu-box {
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
	background: rgba(72, 0, 255, 0.9);
    background: linear-gradient(45deg, rgba(198, 255, 0, 0.7), rgba(72, 0, 255, 0.7), rgba(255, 239, 239, 0.7), rgba(0, 0, 0, 0.7)) !important;
    /*background-image: url("https://freight.cargo.site/t/original/i/404f72645789d2544fddfce0d6184488be501da11a79b730119c90beba2ec9ad/CLP-P-BG.gif");*/
}

#contribute .menu-box {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background: rgba(72, 0, 255, 0.9);
    background: linear-gradient(45deg, rgba(198, 255, 0, 0.7), rgba(72, 0, 255, 0.7), rgba(255, 239, 239, 0.7), rgba(0, 0, 0, 0.7));
    /*background-color: rgba(72, 0, 255, 0.75);
    background-image: url("https://freight.cargo.site/t/original/i/6129692d73c857d74098f929f5ee5260596f8739d48ef6a9da8259049994b097/seeds.png");*/
}


/*CONTAINER FOR THE MENU POP-UP END*/

.menu .full {
    flex-direction: column;
    width: 60%;
    padding: 1.5em;
    gap: 1.5em !important;
    border: 1px solid white;
    background: rgba(0, 0, 0, 1); 
    box-shadow: inset 0 0em 0.8em white;
    border-radius: 75% 61% 97% 46% / 54% 68% 71% 84%;
    /*border-radius: 100% 49% 84% 57% / 89% 93% 89% 96%;*/ 

}

#contribute .full {
	width: 60% !important;
}

.menu .full .desc {
    margin-bottom: auto;
	text-align: center;
    color: white;
 
}

.menu .full .links {
    flex-direction: row;
    justify-content: center;
    gap: 1.0em;

}

.menu .full .links .main {
    box-shadow: inset 0 0 0.8em white;
    padding: 1.0em 1.8em;
    text-transform: uppercase;
    line-height: 1.0em;
    transform: rotate(2.5deg);
    border-radius: 59% 16% 39% 26% / 60% 63% 57% 62%;
}
	.menu .full .links .active {
    box-shadow: inset 0 0 0.8em #c6ff00;
    background: white;
        color: black !important;
        opacity: 1;
	}
	.menu .full .links .active:hover {
    background: #c6ff00;
	}

.menu .full .section {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 1.0em;
    width: calc(100%/3);
    
}

.menu .full .section a,
.contribute {
    display: inline-block;
    color: white !important;
    background: transparent;
    padding: 5px 10px;
}

.menu .full .links a:hover {
	background: white;
    color: black !important;
    border-radius: 26% 39% 16% 59% / 62% 57% 63% 60%;
}

.menu .full .links .main:hover{
    transform: rotate(2.5deg);
}


/* INVERT COLORS */
.menu .full .links .main:hover::before,
.library .archive .featured:hover::before,
.library .item:hover .invert {
	filter: invert(100%);
    -webkit-filter: invert(100%);
}

.menu .full .section ul {
    list-style: none;
    padding: 0 !important;
    display:flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0.5em;
    width: 100%;
    
}

.menu .full .section ul li a {
    
}

.menu .section.bottom {
	flex-direction: row !important;
    justify-content: center !important;
    align-items: center;
    width: 100% !important;
    margin-top: -1.5em;
}


/*
*
PAGE / PAGE NAV
*
*/

.page-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 1.7em;
    padding: 0em 1.60em 0.5em 1.50em;
    column-gap: 0.5em;
}

.page-nav span a {
    background: black;
    color: white;
    border: 1px solid white;
    padding: 0px 20px;
    border-radius: initial;
    transition: 0.25s ease;
}

.page-nav span a:hover {
    background: white;
    color: #000;
    border: 1px solid black;
    padding: 0px 20px;
    border-radius: 39% 35% 32% 33% / 100% 62% 100% 50%;;
}



/*
*
LIVING RESOURCE LIBRARY / ARCHIVE
*
*/

.library {
    display: flex;
    flex-direction: column;
    max-width: 100vw !important;
}

#filters-wrapper {
    display: flex;
    justify-content: center;
    gap: 1.0em;
    width: 100%;
    margin: 0 auto;
    padding: 1.0em 1.0em;
}

#filters-wrapper .filters {
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 1.0em;
    /*border: 1px solid #be9cff;*/
    color: white;
    padding: 1.5em;
    width: auto;
}

#filters-wrapper .title {
    text-transform: uppercase;
    font-size: 3.5rem;
}

#filters-wrapper .options {
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-self: flex-start;
    gap: 1.0em 0.5em;
    font-size: 2.0rem;
}

#filters-wrapper input[type="checkbox"]  {
	display: none;
}
#filters-wrapper .filters span {
    width: fit-content;
    padding: 5px 10px;
    background: black;
    color: white;
}

#filters-wrapper :checked + span {
    color: #000;
    background: white;
    border: 1px solid white;
    border-radius: 50% 76% 72% 66% / 89% 54% 93% 56%;
    transform: rotate(2.5deg);
}

.library .archive {
    display: flex;
    flex-wrap: wrap;
}

/*LIBRARY ITEMS*/
.library .archive .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.2em;
	min-height: 550px;
    height: auto !important;
    padding: 1.5em;
    /*outline: 1px solid white;*/
    background: black;
    flex-grow: 1 !important;/* NEW */
    flex-basis: 33.33%;
    box-shadow: inset 0 0em 0.8em white;
    outline: 1px solid white;
    border: 0px;
    
}
    .library .archive .item:hover {
        /*flex-basis: 50%;*/
        flex-basis: 28%;
    }

.library .archive .image {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: auto !important;
}
    .library .archive .image img {
        object-fit: contain;
        width: 80% !important;
        height: auto !important;
        max-height: 350px;
        object-position: bottom;
        margin: 0 !important;
    }


.library .item .text {
	display: flex;
    flex-direction: column;
    gap: 1.5em;
    text-align: center !important;
}
    .library .item .text .two-links {
        display: flex;
        column-gap: 1.5em;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

.library .item .details {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.5em;
    order: 1;
}
    .library .item .details .tags {
        flex: 1;
        text-transform: lowercase;
    }
    .library .item .details .tags span:before{
        content: "#";
    }
    .library .item .details .tags span:after {
        content: "";
    }
    .library .item .details .tags span:last-child:after {
        content: "";
    }
	.library .item .details small {
        align-self: flex-start;
    }

.library .item h2,
.library .item h3,
.library .item p,
.library .item small {
    margin: 0 !important;
}
    .library .item h2 {
        font-size: 2.0rem;
        font-family: "Space Mono", Icons;
    }
    .library .item h3 {
        font-family: "Terminal Grotesque", Icons;
        font-style: normal;
        font-weight: 400;
    }
    .library .item p {
        font-size: 1.4rem;
        line-height: 1.2em;
    }
    .library .item small {
        font-size: 1.2rem;
    }
    .library .item a {
        transform: rotate(-2.5deg);
         -webkit-transform: rotate(-2.5deg);
    }

.library .item:hover h2,
.library .item:hover h3,
.library .item:hover p,
.library .item:hover small,
.library .item:hover a:hover h2 {
	color: black !important; 
}
    .library .item:hover a h2 {
        color: white !important;
    }

/* LIBRARY / CATEGORY CENTER WORK COLORS */
.library .archive .center-work {
	border: 10px solid;
    border-image-slice: 2;
    /*border-image-source: linear-gradient(to right,#fff, #c6ff00, #4800ff, #ffefef, #fff);*/
    -webkit-animation: GradientBorder 6s ease-in-out infinite;
    -moz-animation: GradientBorder 6s ease-in-out infinite;
    animation: GradientBorder 6s ease-in-out infinite;
}

@-webkit-keyframes GradientBorder {
    0%{border-image-source: linear-gradient(0deg, #c6ff00, #4800ff, #ffefef, #000);}  
    25%{border-image-source: linear-gradient(90deg, #c6ff00, #4800ff, #ffefef, #000);}
    50%{border-image-source: linear-gradient(180deg, #c6ff00, #4800ff, #ffefef, #000);}
    75%{border-image-source: linear-gradient(270deg, #c6ff00, #4800ff, #ffefef, #000);}
    100%{border-image-source: linear-gradient(360deg, #c6ff00, #4800ff, #ffefef, #000);}
}
@-moz-keyframes GradientBorder {
    0%{border-image-source: linear-gradient(0deg, #c6ff00, #4800ff, #ffefef, #000);}
    25%{border-image-source: linear-gradient(90deg, #c6ff00, #4800ff, #ffefef, #000);}
    50%{border-image-source: linear-gradient(180deg, #c6ff00, #4800ff, #ffefef, #000);}
    75%{border-image-source: linear-gradient(270deg, #c6ff00, #4800ff, #ffefef, #000);}
    100%{border-image-source: linear-gradient(360deg, #c6ff00, #4800ff, #ffefef, #000);}
}
@keyframes GradientBorder {
    0%{border-image-source: linear-gradient(0deg, #c6ff00, #4800ff, #ffefef, #000);}
    25%{border-image-source: linear-gradient(90deg, #c6ff00, #4800ff, #ffefef, #000);}
    50%{border-image-source: linear-gradient(180deg, #c6ff00, #4800ff, #ffefef, #000);}
    75%{border-image-source: linear-gradient(270deg, #c6ff00, #4800ff, #ffefef, #000);}
    100%{border-image-source: linear-gradient(360deg, #c6ff00, #4800ff, #ffefef, #000);}
}

.library .archive .item a {
    cursor: pointer !important;
    background: #000;
    color: white !important;
    padding: 10px 25px !important;
    border: 2px solid white;
    border-radius: 50% 76% 72% 66% / 89% 54% 93% 56%;
}
    .library .archive .item a:hover {
        background: white;
        color: black !important;
        border-radius: 72% 66% 50% 76% / 93% 56% 89% 54% !important;
    }

.library .archive .item:hover {
    background: white;
}
.library .archive .project:hover {
    background: #4800ff;
}
.library .archive .publication:hover {
    background: #c6ff00;
}
.library .archive .gathering:hover {
    background: #ffefef;
}

/* LIBRARY / FEATURED ITEM */
.library .featured::before {
    background-image: url("https://freight.cargo.site/t/original/i/5adc0b143e714cc7b7ac3a82c6be6a84acba4068828aad74fccb874da83a52b6/Duo.png");
    /* can put image url here.. just resize */
    content:"";
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    height: 2.5em;
    width: calc(100% - 3em);
    position: absolute;
    top: 5%;
    background-color: none;
}

/*
*
*
ABOUT PAGE
*
*
*/

.about {
	display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.0em;
    line-height: 1.8em !important;
    line-height: 2.0em !important;
}
    .about .item {
        display: flex !important;
        flex-direction: column;
        gap: 1.0em;
        padding: 1.5em;
    }

.about h1,
.about h2 {
    color: white;
    transform: rotate(-4deg);
    width: 101%;
    margin: 25px 0 50px 0; 
    font-family: "Space Mono", Icons;
}
.about h2 {
	font-size: 3.5rem;
}
.about p,
.about h3 {
	margin: 0 !important;
}
.about p,
.about ul,
.about blockquote {
	font-size: 2.0rem;
    line-height: 1.5em;
}
    .about ul {
        list-style: circle;
        padding-left: 1.2em;
        margin: 1.5em 0em;
    }
    .about blockquote {
        border-left: 2px solid white;
        margin: 0 1.5em !important;
        padding: 0.0em 1.0em;
    }
.about a {
	text-decoration: underline !important;
    color: white !important;
}
    .about a:hover {
        background: white;
        color: #000 !important;
    }

/*
*
*
VALUES VALUES VALUES
*
*
*/

.values {
	display: flex;
    flex-flow: column wrap;
    row-gap: 3.0em;
    column-gap: 1.0em;
    align-content: space-between;
}

.values .values-item {
	/*width: calc(50% - 1.00em) !important;*/
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    text-align: left;
    height: auto !important;
    width: 100% !important;
    align-items: center;
}
    .values .title {
        display: flex;
        flex-direction: column;
        gap: 1.5em;
        width: 100%;
        /*min-width: 9.0em;
        max-width: 12.0em;*/
        text-align: center;
    }
	.image-wrap .image,
    .values .image {
        display: flex !important;
        align-items: center;
        justify-content: center;
        height: auto !important;
    }
        .image-wrap .image img,
        .values .image img {
            object-fit: contain;
            width: 100% !important;
            height: auto !important;
            margin: 0 !important;
        }

.values h3 {
    font-weight: normal;
    /*text-decoration: 1px underline;
    text-underline-offset: 5px;*/
    line-height: 1.2;
   	transform: rotate(1.5deg);
    font-family:  "Space Mono", Icons;
    text-transform: lowercase !important;
    font-style: italic;
    background: white;
    color: black;
    width: fit-content;
    margin: 0 auto !important;
    line-height: 1em;
    padding: 0.5em 2.0em;
    border: 1px solid white;
    border-radius: 50% 76% 72% 66% / 89% 54% 93% 56%;

}

/*
*
PROJECTPAGE TEMPLATE
*
*/
.projectpage,
.projectpage .info,
.projectpage .info .tags {
	display: flex;
}

.page-title.projectpage{
    border: 1px solid white;
	border-radius: 44% 107% 84% 104% / 100% 94% 80% 78%;
    padding: 0.5em 1.5em;
    margin: 1em 0;
}

.projectpage {
    flex-direction: column;
    gap: 3.0em;
    width: 100% !important;
}

.projectpage .info {
    flex-direction: column;
    gap: 1.0em;
}

.projectpage .info .tags{
  	flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0.5em;
}

.projectpage .info .tags span:before {
    content: "#";
}

.projectpage .info p {
    margin: 0 !important;
}
.projectpage p a,
#footnotes li a,
p input:checked + label + small a {
	width: fit-content;
    border: 1px solid white;
    padding: 0 5px;
    color: black !important;
    background: white;
}
.projectpage h2 a {
    padding: 0.2em 1.0em;
	border: 1px solid white !important;
    border-radius: 50% 76% 72% 66% / 89% 54% 93% 56%;
}

.projectpage p a:hover,
.projectpage h2 a:hover,
#footnotes li a:hover,
p input:checked + label + small a:hover {
	color: white !important;
    background: black !important;
}
.projectpage h2 a:hover{
	border-radius: 72% 66% 50% 76% / 93% 56% 89% 54%;
    /*background: linear-gradient(white, white) padding-box,
              linear-gradient(to right, #4800ff, #c6ff00, #ffefef) border-box;
    border: 1px solid transparent !important;*/
    background: #ffefef;
}

.projectpage img {
	object-fit: contain;
    max-width: 100%;
}

/*
FOOTNOTE START
*/

p input {
    display: none;
}

/* Sup text */
p input + label {
    cursor: pointer;
    vertical-align: baseline;
}

p input + label:before {
    content: "[";
}

p input + label:after {
    content: "]";
}

p input + label,
p input:checked + label{
    color: #000;
    background: white;
}

p input + label:hover,
p input:checked + label:hover{
    color: white;
    background: #000;
}

/* Footnote text */

p input + label + small {
  transition: opacity 0.05s ease;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

p input:checked + label + small {
  position: relative;
  opacity: 1;
  visibility: visible;
}


/* block reveal */
p input:checked + label + small {
    margin: 1.0em 0em;
    padding: 1em 1.5em;
    font-size: 1.5rem !important;
    background-color: transparent;
    border: 1px solid;
    border-image: linear-gradient(to right, white, #c6ff00, #4800ff, #ffefef) 1;
}

p input:checked + label + small a {
    
}

#footnotes {
    padding-bottom: 1em;
}

#footnotes ol {
    padding-left: 2.4em !important;
    font-size: 1.2rem;
}

#footnotes li:not(:last-child) {
    padding-bottom: 1em;
}

/*
*
END FOOTNOTE
*
*/


/*
*
STORE PAGE
*
*/

.store,
.store .section,
.store .desc {
	display: flex;
}

.store {
    flex-direction: column;
    gap: 1em;
    padding-bottom: 1.0em;
}

.store.page-wrapper {
	padding: 0;
}


.store .section {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2.0em !important;
    padding: 1.5em;
    border: 1px solid white;
    box-shadow: inset 0 0 0.8em white;
}

.store .section:hover,
.store .section:hover h2 {
	background: #C6FF00;
    color: black !important;

}
.store .section:hover h2 {
	border: 1px solid black;
    transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    
}

.store .item {
    flex: 1;
    text-align: center;
    min-width: 12em;
}

.store .item h2 {
    font-size: 2.5rem;
    text-decoration: 2px;
    transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    border: 1px solid white;
    border-radius: 72% 66% 50% 76% / 93% 56% 89% 54% !important;
}
.store .item p {
	font-size: 2.0rem;
}

.store .desc {
    flex: 2;
    flex-direction: column;
    font-size: 1.4rem;
}
.store .desc :last-child {
    margin-top: auto;
}

/*
*
MEDIA QUERIES / BREAKPOINTS
*
*/
@media screen and (max-width: 1400px) {
	 /*
	*
	MENU
	*
	*/
    
    .menu .full {
	 width: 80%;
	}
    
    #contribute .full {
        width: 65% !important;
	}
    
}


@media screen and (max-width: 1200px) {
    /*
	*
	MENU
	*
	*/
    
    /*
    *
    FEATURED
    *
    */
    
    .featured .gallery {
		flex-direction: column;
    }
   
    
    /*
	*
	LIBRARY
	*
	*/
    
    .library .archive {
        display: flex;
        flex-wrap: wrap;
	}
    
    .library .archive .item,
    .library .archive .wide {
        flex-basis: 40%;
	}
    
    .library .archive .wide{
		flex-basis: 55% !important;
    }
  
    .library .archive .item:hover {
        flex-basis: 33.33%;
	}
    .library .archive .wide:hover {
        flex-basis: 45% !important;
    }
}

@media screen and (max-width: 992px) {
   /*
    *
    IMAGE WRAP
    *
    */
    
    .image-wrap .image.left {
    	margin-left: -4em;
    }
    .image-wrap .image.right {
    	margin-right: -4em;
    }
    
    /*
    *
    MENU
    *
    */
    
    #contribute .full {
        width: 80% !important;
	}
    
    .library .archive .item,
    .library .archive .wide {
        flex-basis: 50% !important;
	}
    
    .library .archive .item:hover {
		flex-basis: 45% !important;
	}
}

@media screen and (max-width: 768px) {
    .mobile-only {
		display: contents !important;
	}
    .desktop {
		display: none;
    }
    
    .page-wrapper {
        margin: 0 auto;
        padding: 0 2.0em 2.5em 2.0em;
	}
   
    
	h1,
    .page-title h1 {
		font-size: 3.8rem !important;
	}
    .page-title .bimbo-pro {
    	font-size: 7.0rem !important;
    	letter-spacing: 0.04em;
    	padding-left: 0.03em;
	}
    
    /*
    *
    IMAGE WRAP
    *
    */
    
    .image-wrap .image.left {
    	margin-left: -2.5em;
    }
    .image-wrap .image.right {
    	margin-right: -2.5em;
    }
    
    
    
    
    /*
	*
	MENU
	*
	*/
    .menu {
    }
    
    .menu-bar {
        z-index: 999;
        height: 2.7em !important;
	}
    
    .menu .menu-box {
        height: 100% !important;
		margin-top: 2.7em;
        padding-top: 0;
        width: 100%;
        overflow: auto;
	}
    
    #contribute .menu-box {
        height: calc(100vh - 2.7em) !important;
        padding-top: 0em;
        background-size: contain;
        background-repeat: repeat !important;
        display: flex !important;
        
	}
    
    .menu .full {
        /*height: calc(96vh - 0em);*/
        height: 100%;
		width: 100%;
        transform: rotate(0deg);
        border-radius: 0;
        pointer-events: auto !important;
        padding-top: 3em;
        padding-bottom: 5em;
	}
    
    #contribute .full {
        height: auto;
        width: 100% !important;
		border-radius: 75% 61% 97% 46% / 54% 68% 71% 84%;
        padding-bottom: 3em !important;
	}

    .menu .full .links {
		flex-direction: column;
        transform: rotate(0deg);
    }
    
    .menu .full .section,
    .menu .full .section .main
    {
		width: 100% !important;
    }
  
    
    .menu .full .section ul {
	}
    
    /*
	*
	PAGE NAV
	*
	*/
    
    .page-nav {
		font-size: 2.0rem;
        margin-top: 2.0em !important;
	}

    
     /*
	*
	LIBRARY
	*
	*/
    #filters-wrapper {
        flex-direction: column;
 		width: 100%;
        gap: 1em;
        margin-bottom: 0em;
        border-top: 1px solid white;
    }
    
    .library .archive {
		flex-direction: column;
	}
    
    .library .archive .item,
    .library .archive .wide {
        width: 100% !important;
        flex-basis: 100% !important;
	}
    
    .library .item h1,
    .library .item h2 {
		font-size: 1.5em !important;
	}

    
    
    /*
    *
    ABOUT
    *
    */

    .about {
    }
    .about .item {
	}
    
    /*
    *
    VALUES 
    *
    */
    
    .about .values {
		height: auto !important;
	}
	
    .values .values-item {
		width: 100% !important;
        flex-direction: column;
        text-align: center;
	}
    
    .values .title {
        min-width: none;
		max-width: none;
	}
    
    .values .values-item:first-child {
		margin-top: 2em;
	}
    
    /*.values .values-item:nth-child(2n+1),
    .values .values-item:nth-child(2n+2) { 
        order: inherit !important; 
    }
    
    .values .values-item:last-child { 
        margin-bottom: 0 !important;
    }
    
    .values::before,
	.values::after {
    	display: none;
	}*/
    
    /*
    *
    TEMPLATE
    *
    */

    
    /*
    *
    STORE PAGE
    *
    */

    .store {
        display: flex;
        flex-direction: row;
        gap: 0;
        flex-wrap: wrap;
        width: 100%;
    }
  
    .store .section {
        flex-direction: column;
        margin: 0;
		width: 100%;
	}
    
    .store .item h2 {
    	font-size: 3.5rem;
    }

    .store .desc {
        flex: 2;
        flex-direction: column;
        font-size: 1.5rem;
    }
    
}

@media (hover: hover) {
   
    #filters-wrapper .filters span:hover {
        cursor: pointer;
        background: white;
        color: black;
        border: 1px solid white;
        margin: 0;
        font-style: italic;
        /*border-radius: 50% 76% 72% 66% / 89% 54% 93% 56%;*/
	}

    
}
