/**
 * Content
 */
@media screen and (max-width: 700px) {
	h2 {
	font-size: 30px !important;
}
}


html{
	scroll-behavior: smooth;
    cursor: url("https://files.cargocollective.com/c103864/cursor--2-.png"), auto !important;
}

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

a:active {
	opacity: 0.7;
}

.page a.active {
    color: #2c2b26;
	opacity: 1;
}

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

del {
    position: relative;
    display: inline-block;
}
del::before {
    content: '';
    /*border-bottom: 1px solid #2c2b26;*/
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
}

img {
	border: 0;
	padding: 0;
    border-radius: 5px;
    pointer-events: none;
}

.acrossPage{
	background-size: cover;
    background-repeat: no-repeat;
    
}

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

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

hr {
	background: #2E321F;
	border: 0;
	height: .5px;
	display: block;
}


.content img {
	float: none;
	margin-bottom: .5em;
    /*box-shadow: 5px 5px 35px rgba(101, 101, 101, 0.3);*/
	pointer-events: none;
}

.no-shadow img {
    box-shadow: none !important;
    pointer-events: none;
}


.gallery_image_caption {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.3;
}
a:hover{
    cursor: url("https://files.cargocollective.com/c103864/hand-pointing--2-.png"), auto !important;
}

.header{
	padding: -100px;
}

footer{
  	position: absolute;
    right: 100;
    left: -0;
  	transform-origin: 0 0;
 	transform: rotate(-90deg);
    padding-top: 5px;
}

.hr {
    height: 1px;
    width: 200%;
    margin-left: -200px;
    border-color: #808080;
    background-color: #808080;
}
.workHR{
	height: 1px;
    width: 56%;
    margin-left: -0px;
    border-color: #808080;
    background-color: #808080;
}


.hover-title {
    display: inline;
    pointer-events: auto;
    cursor: url("https://freight.cargo.site/t/original/i/167ccc726cd360bf83eb5c439de3015eb887e267a6e4fe56f96da1f29302c7d8/pointer.png"), auto !important;

}

.hover-image {
    visibility: hidden;
    cursor: url("https://freight.cargo.site/t/original/i/167ccc726cd360bf83eb5c439de3015eb887e267a6e4fe56f96da1f29302c7d8/pointer.png"), auto !important;
	pointer-events: none;
}

body:not(.mobile) .hover-title:hover + .hover-image {
    visibility: visible;
    pointer-events: none;
}

.hover-image {
    display: flex;
    position: fixed;
    top: 63%;
    left: 75%;
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: url("https://freight.cargo.site/t/original/i/167ccc726cd360bf83eb5c439de3015eb887e267a6e4fe56f96da1f29302c7d8/pointer.png"), auto !important;
	pointer-events: none;

/* Change width and height to scale images */
    width: 60vw;
    height: 60vh;
}

.hover-image img {
    max-width: 70% !important;
    max-height: 70% !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 0;
	box-shadow: 10px 10px 1px #2c2b26;
    border-color:  #2c2b26;
    border-width: 5px;
    border-radius: 0px;
    cursor: url("https://freight.cargo.site/t/original/i/167ccc726cd360bf83eb5c439de3015eb887e267a6e4fe56f96da1f29302c7d8/pointer.png"), auto !important;
	pointer-events: none;
}

/** text appear**/
overflow-hidden {
  position: relative;
  overflow: hidden;
}
show-onload.display-1 {
  font-size: 10vw;
  line-height: 0.87;
  font-weight: 700;
  letter-spacing: 0em;
}

/** Scroll Indicator**/
.header {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  background-color: #f1f1f1;
}

/* The progress container (grey background) */
.progress-container {
  width: 100%;
  height: 4px;
  background: #f9f9f9;
}

/* The progress bar (scroll indicator) */
.progress-bar {
  height: 4px;
  background: #ECFD56;
  width: 0%;
}

/** Button **/

button{
  color: #f9f9f9;
  background-color: #2b2b2b;
  border-width: 1px;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  height: 44px;
  border-radius: 5px;
  border-color: #2b2b2b;
  font-size: 16px;  
  cursor: url("https://freight.cargo.site/t/original/i/7fd5d30e1a0de1a5320aa674bfe3c4037705446169b350c83050280bb34084bc/default.png"), auto !important;
    
}

button:hover {
  	box-shadow: 2px 6px 1px #fcb41e;
  	transform: scale(1.05);
  	transform: translate(0px,-5px);
  	/**border-color:  #f9f9f9;**/
    cursor: url("https://freight.cargo.site/t/original/i/167ccc726cd360bf83eb5c439de3015eb887e267a6e4fe56f96da1f29302c7d8/pointer.png"), auto !important;
}

.blink {
    animation: 1s infinite blink;
    display: inline-block;
}

@keyframes blink {
    0%, 15% {
        opacity: 0;
    }
    16%, 100% {
        opacity: 1;
    }
}


.bounce {
        animation-name: bounce;
        animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
    }
    @keyframes bounce {
        0%   { transform: scale(1,1)      translateY(0); }
        10%  { transform: scale(1.1,.9)   translateY(0); }
        30%  { transform: scale(.9,1.1)   translateY(-100px); }
        50%  { transform: scale(1.05,.95) translateY(0); }
        57%  { transform: scale(1,1)      translateY(-7px); }
        64%  { transform: scale(1,1)      translateY(0); }
        100% { transform: scale(1,1)      translateY(0); }
    }

/** Rainbow Text **/
.rainbow {
    /* Chrome, Safari, Opera */
    -webkit-animation: rainbow 10s infinite;
    /* Standar Syntax */
    animation: rainbow 10s infinite;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes rainbow {
    0% {
        color: #2E321F;
    }

    20% {
        color: #ECFD56;
    }

    40% {
        color: #F7F7F7;
    }

    60% {
        color: #2E321F;
    }

    80% {
        color: #ECFD56;
    }

   	100% {
        color: #F7F7F7;
    }
}


/* Standar Syntax */
@keyframes rainbow {
     0% {
        color: #F08B7B;
    }

    20% {
        color: #F08B7B;
    }

    40% {
        color: #8D8E66;
    }

    60% {
        color: #8D8E66;
    }

    80% {
        color: #8D8E66;
    }

   	100% {
        color: #F08B7B;
    }
}

/** Rotate **/
.rotate {
    display: inline-block;
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 6s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}

/** Loading Animation*/

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.5rem;
	font-weight: 400;
	color: #2e321f;
	font-family: "Alte Haas Grotesk", Icons;
	font-style: normal;
	line-height: 1.7;
}

[data-predefined-style="true"] bodycopy a {
	color: #2e321f;
	padding-bottom: 0.1em;
	border-bottom: 0.0em solid rgba(127, 127, 127, 0.2);
	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: "Alte Haas Grotesk", Icons;
	padding: 0;
	margin: 0;
	font-size: 2.2rem;
	line-height: 1.2;
	color: #1e1f1b;
	font-style: normal;
	font-weight: 400;
	}

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

[data-predefined-style="true"] h2 {
	font-family: Messapia, Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: #2e321f;
	font-size: 3.8rem;
	line-height: 1.3;
	}

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

[data-predefined-style="true"] h3 {
	font-family: Messapia, Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: #2e321f;
	font-size: 2.4rem;
	line-height: 1.3;
	}

[data-predefined-style="true"] h4 {
	font-family: Messapia, Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: #2e321f;
	font-size: 1.5rem;
	line-height: 1.4;
	}

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

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

[data-predefined-style="true"] small a {
	color: #2e321f;
	border-bottom-width: 0em;
}

/**
 * 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: #8d8e66/*!body_bgcolor*/;
}

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

[data-css-preset] .content_padding {
	padding-top: 4rem /*!main_margin*/;
	padding-bottom: 4rem /*!main_margin*/;
	padding-left: 4rem /*!main_margin*/;
	padding-right: 4rem /*!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: rgba(0, 0, 0, 0)/*!thumbnails_bgcolor*/;   
}

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

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

[data-css-preset] [thumbnails-gutter] {
    margin: -2.6rem/*!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: 1px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: 1.2rem;
    margin-bottom: .3rem;
    font-size: 1.8rem;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.85);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.1;
}

.thumbnails .tags {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.2;
}

.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(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: 3rem /*!site_menu_button*/;
	right: 3rem /*!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:  "Alte Haas Grotesk", Icons;
	background: #2E321F;
	font-size: 32px;
    text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	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: #ECFD56;
}

#site_menu .set-link > a {
	color:  #ECFD56;
	font-weight: bold;
}

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

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

#site_menu .close {
	display: none;
	color:  #8D8E66;
	line-height: .85em;
	font-size: 45px;
    padding-top: 0px;
    padding-right: 3px;
}

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

#shop_button.text {
    font-size: 2rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
    padding: 0;
    line-height: 1.2;
}

#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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 2rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 1rem;
}

.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.4rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 1rem;
}

.shop_product .button {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 1.4rem;
    background: rgba(0, 0, 0, .75);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem .9rem;
}

/*
 * Image Zoom
 */

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

.image-zoom-background {
	background: rgba(255, 255, 255, 0.95);
}


/**
 * Image Zoom Navigation Arrows 
 */

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

.image-zoom-navigation .left-arrow .inner-color,
.image-zoom-navigation .right-arrow .inner-color {
    fill: #fff;
}

.image-zoom-navigation .left-arrow .outer-color,
.image-zoom-navigation .right-arrow .outer-color {
    fill: #000;
    opacity: 0.2;
}

.image-zoom-navigation .close-button {  
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.image-zoom-navigation .close-button .inner-color {
    fill: #fff;
}

.image-zoom-navigation .close-button .outer-color {
    fill: #000;
    opacity: 0.2;
}

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

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    fill: #fff;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    fill: #000;
    opacity: 0.2;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

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

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   fill: #fff;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    fill: #000;
    opacity: 0.2;
}


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

/*
 * Tilt Text
 */ 

.tilt {
transition: transform 0.5s ease;
    position: relative;
}


.tilt:hover{
transform: rotate(-1deg);
    
}

.tilt2 {
transition: transform 0.5s ease;
}


.tilt2:hover{
transform: rotate(-2.5deg);
}

/*
* Card
*/

.card {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 24px 0 rgba(0,0,0,0.05);
  transition: 0.3s;
  padding: 32px;
  border-radius: 5px; /* 5px rounded corners */
}