 /**
 * Content
 */

body {
	background-color: #fff;
	color: #fff;
    
}

button:hover, 
a:hover, 
[data-predefined-style="true"] small:hover, 
[data-predefined-style="true"] h1 a:hover, 
[data-predefined-style="true"] h2 a:hover {
    color: #7fff00 !important;
}

button:hover, 
a:hover {
    color: #7fff00 !important;
    text-decoration: underline;
    text-decoration-color: #7fff00 !important;
}
.content {
   	 height: initial; /* Set the height of the viewport */
     padding: 10px; /* Adjust as needed */
}

::selection {
  background-color: rgba(255, 255, 255, 0);
  color: #7fff00;
	opacity: 0;
}

    img.non-clickable{ pointer-events: none;
	
}
.page a.active {
	opacity: 100;
}

nav ul li a {
  text-decoration: none;
  color: #7fff00; /* Default link color */
  position: relative;
}


i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: fixed;
	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 2em;
}

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

hr {
	background: rgba(95, 95, 95, 0.2);
	border: 0;
	height: 1px;
	display: none;
}

.content img {
	float: none !important;
	margin-bottom: 0.5em;
    vertical-align: bottom;
}

.gallery_image_caption {
    margin-top: .8rem;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: Nitti, Icons;
	font-style: normal;
	line-height: 1.3;	
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

/* Normal weight; Normal style */

/* Light weight; Normal style */

/* DO NOT DELETE */
[data-predefined-style="true"] bodycopy {
    font-size: 3rem;
    font-weight: 500;
    color: rgb(255, 255, 255);
    font-family: "Monument Grotesk Variable", Icons;
    font-style: normal;
    line-height: 1;
    position: relative;
}

[data-predefined-style="true"] bodycopy:hover {
    color: #7fff00;
}

[data-predefined-style="true"] bodycopy a {
    color: #fff;
    position: relative; /* Add relative positioning to the anchor */
    text-decoration: none;
}

[data-predefined-style="true"] bodycopy a:after {
    content: ''; /* Create an empty content box */
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2.0px; /* Adjust the thickness of the underline */
    width: 100%; /* Make the underline span the full width */
    background-color: transparent; /* Set the initial color of the underline */
    transition: background-color 0.3s ease; /* Add transition effect to color */
}

[data-predefined-style="true"] bodycopy a:hover:after {
    background-color: #7fff00; /* Set the hover color of the underline */
}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
    border-bottom: 0;
    padding-bottom: 0;
    transform: scale(1.2);
    color: rgba(255, 255, 255, 1);
}

[data-predefined-style="true"] h1 {
    font-size: 1.8rem;
    font-weight: 300;
    color: rgb(255, 255, 255);
    font-family: "Monument Grotesk Variable", Icons;
    font-style: normal;
    line-height: 1.2;
    font-variation-settings: 'slnt' 0, 'MONO' 0;
}

 /* Deze mag je vergeten  [data-predefined-style="true"] h1 :hover {
    border-bottom: 0;
    color: rgba(255, 255, 255, 1);
    cursor: auto;
    transform: scale 1.2;
    transition: color 0.3s ease, transform 0.3s ease; /* Add a smooth transition effect */

[data-predefined-style="true"] h1 a {
    border-bottom: 0;
    color: rgb(255, 255, 255);
    transform: scale 1.2;
    transition: color 0.3s ease, transform 0.3s ease;
}

[data-predefined-style="true"] h1 a:hover {
    border-bottom: 0;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    transform: scale 1.2;
    transition: color 0.3s ease, transform 0.3s ease; /* Add a smooth transition effect */

    
}

[data-predefined-style="true"] h2 {
    font-family: "Monument Grotesk Variable", Icons;
    font-style: normal;
    font-weight: 500;
    padding: 0;
    margin: 0;
    color: rgb(255, 255, 255);
    font-size: 1.8rem;
    line-height: 1.2;
    font-variation-settings: 'slnt' 0, 'MONO' 0;
}
[data-predefined-style="true"] h2:hover {
    border-bottom: 0;
    color: rgba(127, 255, 0, 1);
    cursor: auto;
    transform: scale 1.2;
    transition: color 0.3s ease, transform 0.3s ease; /* Add a smooth transition effect */
    
}

[data-predefined-style="true"] h2 a {
	color:  rgb(255, 255, 255);
    transform: scale 1.2;
    transition: color 0.3s ease, transform 0.3s ease; /* Add a smooth transition effect */
}

[data-predefined-style="true"] h2 a:hover {
    color: rgba(127, 255, 0, 1);
    cursor: pointer; /* Change the cursor to a pointer on hover */
    transform: scale 1.2;
    transition: color 0.3s ease, transform 0.3s ease; /* Add a smooth transition effect */

}

[data-predefined-style="true"] small {
    display: inline-block;
    font-size: 2.8rem;
    line-height: 0.5;
    font-family: "Monument Grotesk Variable", Icons;
    font-style: normal;
	color: #fff;
    font-weight: 500;
    font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] small :hover {
 	color: #7fff00;   
    cursor: pointer; /* Change the cursor to a pointer on hover */
    transform: scale 1.2;
    transition: color 0.3s ease, transform 0.3s ease; /* Add a smooth transition effect */
}


[data-predefined-style="true"] small a {
    text-decoration: none;
    position: relative; /* Needed for the underline effect */
}

[data-predefined-style="true"] small a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px; /* Space between text and underline */
    height: 2px; /* Thickness of the underline */
    width: 100%;
    background-color: rgba(255, 255, 255, 0); /* Transparent by default */
    transform: scaleX(0);
    transform-origin: right;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

[data-predefined-style="true"] small a:hover {
    color: #7fff00;
    cursor: pointer; /* Change the cursor to a pointer on hover */
    transform: scale(1.2);
    transition: color 0.3s ease, transform 0.3s ease; /* Add a smooth transition effect */
}

[data-predefined-style="true"] small a:hover::after {
    background-color: rgba(127, 255, 0, 1); /* Underline color */
    transform: scaleX(1);
    transform-origin: left;
}

[data-predefined-style="true"] small a.active::after {
    background-color: rgba(255, 255, 255, 1); /* Persistent underline for active link */
    transform: scaleX(1);
    transform-origin: left;
}

/**
 * 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: auto /*!content_center*/;
	margin-right: auto /*!content_center*/; 
    margin-bottom: -65px;
	text-align: left /*!text_center*/;
 
}

[data-css-preset] body {
	background-color: rgba(0, 0, 0, 1) /*!body_bgcolor*/;
}

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

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

[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 66rem/*!text_width*/;
}

/**
 * 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.55rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -3.1rem/*!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: 3rem;
    font-size: 1.6rem;
	font-weight: 400;
	color: rgba(204, 204, 204, 1);
	font-family: "Times New Roman", "Times New Roman", Times, serif, "Times New Roman", Icons;
	font-style: normal;
	line-height: 1.3;
    text-align: left;
}

.thumbnails .tags {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: "Monument Grotesk Variable", Icons;
	font-style: normal;
	line-height: 1.2;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

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

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

/**
 * Site Menu
 */

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

[data-predefined-style="true"] #site_menu_button:hover {
    color: rgba(159, 159, 159, 1);    
    cursor: pointer; /* Change the cursor to a pointer on hover */
    transform: scale(1.2);
    transition: color 0.3s ease, transform 0.3s 
}

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
 */

@font-face {
    font-family: "Monument Grotesk Variable", Icons;
    font-weight: 400;
    font-style: normal;
}

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



		#site_menu .page-link a {
    color: rgba(255, 255, 255, 0.85);
    font-family: "Monument Grotesk Variable", Icons;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: 'slnt' 0, 'MONO' 0;
    position: relative; /* Add relative positioning */
}

#site_menu .page-link.home a::before,
#site_menu .page-link.work a::before,
#site_menu .page-link.about a::before {
    content: ""; /* Add content for the pseudo-element */
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2.2px; /* Adjust thickness as needed */
    width: 100%;
    background-color: transparent; /* Initial transparent color */
    transition: background-color 0.3s ease; /* Add transition effect */
}

#site_menu .page-link.home a:hover::before,
#site_menu .page-link.work a:hover::before,
#site_menu .page-link.about a:hover::before {
    background-color: #bfbfbf; /* Change color on hover */
    cursor: pointer; /* Change the cursor to a pointer on hover */
    transform: scale(1.2);
    transition: background-color 0.3s ease, transform 0.3s;
		}

#site_menu .set-link > a {
	color: rgba(0, 0, 0, 0.85);
	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.65);
	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: 36px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	top: 1rem /*!shop_button*/;
	right: 2rem /*!shop_button*/;
}

#shop_button.text {
	font-size: 1.4rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.45);
	font-family: Nitti, Icons;
	font-style: normal;
	line-height: 1.2;
    padding: 0;
}

#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: "Times New Roman", "Times New Roman", Times, serif, "Times New Roman", Icons;
	font-size: 1.6rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 1rem;
	font-style: normal;
	font-weight: 400;
}

.shop_product .dropdown {
    font-family: "Times New Roman", "Times New Roman", Times, serif, "Times New Roman", Icons;
    font-size: 1.6rem;
    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 1rem;
	font-style: normal;
	font-weight: 400;
}

.shop_product .button {
    font-family: "Times New Roman", "Times New Roman", Times, serif, "Times New Roman", Icons;
	font-size: 1.6rem;
    background: rgba(0, 0, 0, 0.7);
    color: rgba(255, 255, 255, 1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem;
	font-style: normal;
	font-weight: 400;
}


/**
 * 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.2rem;
    line-height: 1.3;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", 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;
}

/**
 * Dividing Line
 */

.divider {
    position: fixed;
    left: 50%;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.15);
    width: 1px;
    z-index: -1;
}

[data-css-preset] .quick-view-background {
    
    
	background: rgba(115, 115, 115, 0) /*!quick_view_bgcolor*/;
}

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