/**
 * Content
 */

body {
	background-color: #fff;
	color: #000;
    -webkit-font-smoothing: antialiased;
}

/*
a:active {
	opacity: 0.85;
}

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


@media screen and (max-width: 770px) {
    [local-style="12904886"] .page {
      min-height:0vh !important;
	  background-color: initial /*!page_bgcolor*/;
	  display:none;
    }
}

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

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

hr {
	background: rgba(255, 255, 255, 0.9);
	border: 0;
	height: 1px;
	display: block;
}

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

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

/*
}
a {
	cursor: url("https://freight.cargo.site/t/original/i/2c93cd16108f8ca92057c7c3b806be145e5aac8c34a5c48ca936c6d86a685224/mickeycursor2-smaller.png"), auto !important;
}
* {
	cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="rgb(107, 56, 219)" stroke="rgb(107, 56, 219)" height="50" viewBox="0 0 100 100" width="50"><circle cx="50" cy="50" r="40" fill-rule="evenodd" shape-rendering="geometricPrecision" stroke-width="20"/></svg>'), auto;
}*/


.shadowed {
	-webkit-box-shadow: 0px 0px 14px -1px rgba(0,0,0,0.3); 
	box-shadow: 0px 0px 14px -1px rgba(0,0,0,0.3);    
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	/*font-size: 1.1rem;*/
	font-weight: 400;
	color: rgb(107, 56, 219);
	font-family: Standard, Icons;
	font-style: normal;
	text-decoration: none;
	line-height: 1.4;
    transition: 0.3s;
	font-size: 1.4rem;
}

@media screen and (min-width: 771px) {
  bodycopy {
	font-size: 1.1rem;
  }
}

@media screen and (max-width: 770px) {
  bodycopy {
	font-size: 13px;
  }

  .color-bg {
    text-align: center !important;
  }
    
  .color-bg img {
    margin-bottom: 1vh !important;
    margin-top: 1vh !important;
  }
}

[data-predefined-style="true"] bodycopy a {
    color: rgba(107, 56, 219, 1);
	padding-bottom: 0.1em;
	border-bottom: 0.07em solid rgba(255, 255, 255, 0.3);
	text-decoration: underline rgb(107, 56, 219,0.3);
    transition: 0.3s;
}

[data-predefined-style="true"] bodycopy a:hover {
/*    color: rgba(255, 255, 255, 0.7);
    text-shadow:
		-.5px -.5px 0 rgba(183, 163, 210, 0.74),
		.5px -.5px 0 rgba(183, 163, 210, 0.74),
		-.5px .5px 0 rgba(183, 163, 210, 0.74),
		.5px .5px 0 rgba(183, 163, 210, 0.74);
*/
}

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: "Young Serif", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 4.8rem;
	color: rgb(107, 56, 219);
    letter-spacing: 0.04em;
	line-height: 0.9;
    padding-bottom: 0.8rem;
}

[data-predefined-style="true"] h1 a {
	color: rgba(107, 56, 219, 1);
}

[data-predefined-style="true"] h2 {
	font-family: Standard, Icons;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	color: rgb(107, 56, 219);
	font-size: 2rem;
	line-height: 1.5;
	}

[data-predefined-style="true"] h2 a {
    color: rgba(107, 56, 219, 1);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1.3;
	font-family: Standard, Icons;
	font-style: italic;
	color: rgb(107, 56, 219);
	font-weight: 300;
    letter-spacing: 0.05rem;
}

[data-predefined-style="true"] small a {
	color: rgba(107, 56, 219, 1);
	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: auto /*!content_right*/;
	margin-right: 0 /*!content_right*/;
	text-align: left /*!text_left*/;
}
/*
@media only screen and (max-width: 1023px) {
	[data-css-preset] .container {
		max-width: 1000px;
    }
}

@media only screen and (min-width: 1024px)  {
	[data-css-preset] .container {
		max-width: 1000px;
	}
}

@media only screen and (min-width: 1366px) {
	[data-css-preset] .container {
		max-width: 70%;
    }
}

@media only screen and (min-width: 2560px)  {
	[data-css-preset] .container {
		max-width: 70%;
	}
}
*/
[data-css-preset] body {
	background-color: transparent /*!body_bgcolor*/;
}


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

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

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

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

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

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

.thumbnails .thumb_image {
	outline: 0px solid rgba(0,0,0,.12);
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	filter: none;
    transition: 0.3s ease;
    outline-offset: -1px;
 	/*-webkit-filter: blur(0px);*/
    opacity: 1;
}

.thumbnail:hover .thumb_image {
	/*filter: blur(10px);*/
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
    transition: 0.3s ease;
    opacity: 0.15;
}

.thumbnails .title {
    margin-top: 0.5rem;
    margin-bottom: 0rem;
    font-size: 1.6rem; font-weight: 600;
    /*font-weight: 800; font-size: 2rem;*/
	color: rgba(0, 0, 0, 1);
	font-family: Standard, Icons;
	font-style: normal;
    
	line-height: 1;
    /*text-transform: uppercase;*/
    text-align: center;
    /*hyphens: auto;*/
    transition: 0.2s;
}

.thumbnails .tags {
    margin-top: 1.3rem;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.35);
	font-family: Standard, Icons;
	font-style: normal;	font-style: normal;
	line-height: 1;
}

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

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

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1;
    font-size: 28px /*!site_menu_button*/;
    padding: 6px;
    line-height: 1;
    background: rgba(33, 32, 46, 0);
    position: fixed;
	top: 1.6rem /*!site_menu_button*/;
	right: 1.6rem /*!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;
    font-family: Standard, 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(255, 255, 255, 0.8);
    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: Standard, Icons;
	font-size: 1.5rem;
    padding: 0;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.8);
	font-style: normal;
}

#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%;
	max-width: 22rem;
    position: relative;
    display: block;
}

.shop_product .price {
	font-family: Standard, Icons;	font-size: 1.8rem;
	line-height: 1;
	color: rgba(255, 255, 255, 0.5);
    display: block;
    margin-bottom: 1rem;
	font-style: normal;
	font-weight: 400;
}

.shop_product .dropdown {
	font-family: Standard, Icons;    font-size: 1.3rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(255,255,255,0.4);
    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;
	font-style: normal;
	font-weight: 400;
}

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

/*
 * 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: rgba(255, 255, 255, 0.95) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 2rem 0;
    text-align: center;
    font-size: 1.8rem;
}

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


[local-style="12904879"] .image-zoom-background {
	background: rgba(0, 0, 0, 0.95) !important;
}

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

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

.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: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/** 
 * 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: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/**
 * 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: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}


/**
 * 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(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.6);
    background: rgba(0, 0, 0, 0.4);
    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(255, 255, 255, 0.2);
}

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

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

.audio-player .buffer {
    background: rgba(255, 255, 255, 0.1);
}

.audio-player .progress {
    background: rgba(255, 255, 255, 0.15);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(255, 255, 255, 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(255, 255, 255, 0.6);
}

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

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


.thumbnails .thumbnail > a {
    position: relative;
}

.thumbnails .thumbnail .title {
    padding: 0.5rem 1.2rem 0.5rem 1.2rem;
    margin: 0rem;
    color: rgba(107, 56, 219, 1);
    align-content: center;
    display: flex;
    position: absolute;
    left: 0rem;
    top: 0rem;
    right: 0rem;
    bottom: 0rem;
    z-index: 9;
    opacity: 0;
}

.thumbnails .title span {
    margin: auto;
    display: inline-block;
    background: rgba(107, 56, 219, 1);
    border-radius: 10rem;
    padding: 0.6rem 0.85rem 0.6rem 0.9rem;
    color: white;
}

.thumbnails .thumbnail:hover .title {
    opacity: 1;
}

body.mobile .thumbnails .thumbnail:hover .title {
    opacity: 0;
}

/* image shadows */
.black-shadow img { 
/*	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);*/
box-shadow:
  0 0.9px 1.4px -5px rgba(0, 0, 0, 0.017),
  0 2.5px 3.8px -5px rgba(0, 0, 0, 0.025),
  0 6px 9px -5px rgba(0, 0, 0, 0.033),
  0 20px 30px -5px rgba(0, 0, 0, 0.05)
;
}

.black-shadow video { 
box-shadow:
  0 0.9px 1.4px -5px rgba(0, 0, 0, 0.017),
  0 2.5px 3.8px -5px rgba(0, 0, 0, 0.025),
  0 6px 9px -5px rgba(0, 0, 0, 0.033),
  0 20px 30px -5px rgba(0, 0, 0, 0.05)
;
}

[image-gallery="slideshow"] .gallery_card {
    padding: 35px 35px 35px 35px;
    box-sizing: content-box;
}

.white-shadow img { 
	-webkit-box-shadow: 0px 0px 90px 0px rgba(255,255,255,0.3);
	-moz-box-shadow: 0px 0px 90px 0px rgba(255,255,255,0.3);
	box-shadow: 0px 0px 90px 0px rgba(255,255,255,0.25);
}

.progress-container {
	z-index: 800;
	position: fixed;
	width: 100%;
	height: 2px;
	background: rgba(0,0,0,0);
}

.progress-bar {
	height: 2px;
	background: rgba(107, 56, 219, 1);
	width: 0%;
}



.img-center {
    align-items: center !important;
    justify-content: center !important;
    vertical-align:middle !important;
    display: flex !important;
}

.limitedheight img {
    width: 100%;
    object-fit: scale-down;
	max-height: 90vh;
    height: 100vh;
    margin-bottom: 0;
}

.limitedheight100 img {
    width: 100%;
    object-fit: scale-down;
	max-height: 100vh;
    height: 100vh;
}

@media screen and (max-width: 900px) {
  .sigh-container img {
	width: 105% !important;
    height: auto !important;
    margin-left: -0.8rem;
    margin-right: -0.8rem;
  }
}

@media screen and (max-width: 771px) {
  .notonmobile {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }
        
  .alignrightondesktop {
	text-align: left;
  }
    
  .indentonmobile {
    margin-left: 15px;	
    margin-top: 10px;	
  }
    
  .limitedheight-mobile img {
    object-fit: scale-down;
	max-height: 90vh;
  }
    
  .aligncenteronmobile {
	align-content: center;
    text-align: center !important;
  }
    
  .alignleftonmobile {
	align-content: left;
    text-align: left;
  }

  .sigh-container {
	margin-top: -18.5vh;
  }
    
  [local-style="35056636"] .pinned_top {
		display: none !important;
	    visibility: hidden !important;
  }

}

@media screen and (min-width: 770px) {
  .onlyonmobile {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }
    
  .alignrightondesktop {
	align-content: right;
	text-align: right;
  }
   
  .alignleftondesktop {
	align-content: left;
    text-align: left;
  }
    
  .notonmobile {
	display: inline;
  }
}

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

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

/* hover attempt */
.img__container {
  position: relative;
}

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

.img__description span {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
        color: white;
    background: rgba(107, 56, 219, 1);
    border-radius: 10rem;
    padding: 0.6rem 0.85rem 0.6rem 0.9rem;

}

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

a:hover .img__description {
	color: white !important;
    -webkit-text-fill-color: white !important;
}

/* Typewriter from here on */
.typewriter {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid rgba(107, 56, 219, 1);
  animation: 
    typing 3.5s steps(40, end),
    blink-caret 1s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
    50% { border-color: rgba(107, 56, 219, 1); }
}

.typewriter::before {
  animation: changeLetter 8s linear 1s 1 normal forwards;
  animation-iteration-count: infinite;
  content: "";
}

@keyframes changeLetter {
   0% {content: "";}
 0.5% {content: "c";}
 1.1% {content: "ca";}
 1.6% {content: "cat";}
 2.2% {content: "cat ";}
 2.7% {content: "cat l";}
 3.3% {content: "cat lo";}
 3.8% {content: "cat lov";}
 4.4% {content: "cat love";}
   5% {content: "cat lover";}
  23% {content: "cat lover";}
23.5% {content: "cat love";}
24.1% {content: "cat lov";}
24.6% {content: "cat lo";}
25.2% {content: "cat l";}
25.7% {content: "cat ";}
26.3% {content: "cat";}
26.8% {content: "ca";}
27.4% {content: "c";}
  28% {content: "";}
  33% {content: "";}
33.4% {content: "e";}
33.9% {content: "ed";}
34.3% {content: "edg";}
34.8% {content: "edge";}
35.2% {content: "edge ";}
35.7% {content: "edge s";}
36.1% {content: "edge se";}
36.6% {content: "edge see";}
37.0% {content: "edge seek";}
37.5% {content: "edge seeke";}
  38% {content: "edge seeker";}
  56% {content: "edge seeker";}
56.4% {content: "edge seeke";}
56.9% {content: "edge seek";}
57.3% {content: "edge see";}
57.8% {content: "edge se";}
58.2% {content: "edge s";}
58.7% {content: "edge ";}
59.1% {content: "edge";}
59.6% {content: "edg";}
60.0% {content: "ed";}
60.5% {content: "e";}
  61% {content: "";}
  66% {content: "";}
66.5% {content: "s";}
  67% {content: "so";}
67.5% {content: "sof";}
  68% {content: "soft";}
68.5% {content: "soft ";}
  69% {content: "soft b";}
69.5% {content: "soft be";}
  70% {content: "soft bei";}
70.5% {content: "soft bein";}
  71% {content: "soft being";}
  89% {content: "soft being";}
89.5% {content: "soft bein";}
  90% {content: "soft bei";}
90.5% {content: "soft be";}
  91% {content: "soft b";}
91.5% {content: "soft ";}
  92% {content: "soft";}
92.5% {content: "sof";}
  93% {content: "so";}
93.5% {content: "s";}
  94% {content: "";}
  99% {content: "";}
}

.bg-black {
    background: rgb(107, 56, 219) !important;
}

.spinninglogo-container {
	text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Spinning logo */
.spinninglogo {
	width: 13vh;
	height: 13vh;
    background-image: url("https://freight.cargo.site/t/original/i/360982f3deb377064b4f64f65cbe5bfb4b9f7b7820cf3f0b8e436f1a577426b2/spinninglogo.svg");
    background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
    animation: spin 50s linear infinite;
    transform-origin: center;
    transition: 0.5s;
    position: relative; 
}

@media screen and (min-width: 1200px) {
    [local-style="12904887"] .container_width {
       width: 18% /*!variable_defaults*/;
    }
    
    [local-style="12905336"] .container_width {
       width: 18% /*!variable_defaults*/;
    }
    
    [local-style="12979106"] .container_width {
       width: 18% /*!variable_defaults*/;
    }
}

/* No hovers on mobile */
@media (hover: hover) {
	.spinninglogo:hover {
	    background-image: url("https://freight.cargo.site/t/original/i/74068340e3342dc93d1ae0b7ee5e74dfc04cd5b383074e39a7bd4ad258594fc6/spinningcircle.svg");
		transition: 0.7s;
	    filter: blur(4px);
	    -webkit-filter: blur(4px);
	}
    
    a:hover:not(.image-link) {
		color: transparent;
	    -webkit-text-fill-color: transparent !important; 
		-webkit-text-stroke-width: 0px !important;
		text-shadow: 0 0 5px rgba(107, 56, 219, 0.8);
	    text-decoration: none;
    	transition: 0.4s;
	}
}
        
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(359deg);
    }
}

.spinninglink {
	text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

	width:13vh;
	height:13vh;
}


hr {
	border-top: 1px solid rgb(107, 56, 219);
}

body {
    transition: background-color 0.3s ease;
}

/**
 * Show an Image on Hover
 * See more at: https://support.cargo.site/Show-an-Image-on-Hover
 **/

.hover-title {
    display: inline;
    pointer-events: auto;
    cursor: pointer;
}

body:not(.mobile) .hover-title {
	text-decoration: underline rgb(107, 56, 219,0.3);
}

.hover-image {
    display: none;
}

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

.hover-image {
    opacity: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 500;
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;

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

.hover-image img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 0;
}

/* about link hover */
.aboutlink:before {
    position: absolute; 
    text-align: center;
    opacity: 1;
    transition: opacity 0.5s ease;
	content: "";
}

.aboutlink:hover:before {
    position: absolute; 
    text-align: center;
	content: "";
    transition: opacity 0.7s ease;
    opacity: 0;
}

.aboutlink {
    position: relative; 
    text-align: center;
}

.page a.active .aboutlink:before aboutlink-mobile:before {
	content: "";
}

/* about link hover */
.aboutlink-mobile:before {
    position: absolute; 
    text-align: right;
    padding-right: 1.5vw;
    right: 0;
    opacity: 1;
    transition: opacity 0.5s ease;
	content: "";
}

.aboutlink-mobile:hover:before {
    position: absolute; 
    text-align: right;
    padding-right: 1.5vw;
    right: 0;
	content: "";
    transition: opacity 0.7s ease;
    opacity: 0;
}

.aboutlink-mobile {
    padding-right: 1.5vw;
    position: absolute; 
    text-align: right;
    right: 0;
}

/* Always have a scrollbar */
html {
    overflow-y: scroll;
	scroll-behavior: smooth;
}

#hello-animation {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    cursor: url("https://files.cargocollective.com/c309585/arrowdown-smallerer.png") 12 7, pointer;
}

#hello-animation-link {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
}

.color-bg {
    background-color: rgba(196,175,241,0.15);
    background-clip: content-box;
}

.partial-page-bgcolor {
	background-color: rgba(196,175,241,0.15);
	background-clip:padding-box;
    margin: -4rem;
    padding: 4rem;
}

.color-bg-red {
    background-color: rgba(219, 56, 56, 1);
}

.color-bg img {
    vertical-align:middle;
    margin-bottom: 5vh;
    margin-top: 5vh;
}

.big-margin {
  background-clip: padding-box !important;
  height: 85vh;
  padding-right: 5vw;
  padding-left: 5vw;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  vertical-align:middle !important;
}

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

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

.bottom-col-container {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: bottom !important;
  vertical-align:bottom !important;
}

.bottom-col {
  flex: 1 !important;
  padding-bottom:2vh;
}

.fullwidth img video {
	width: 100% !important;
    height: auto !important;
}

@media screen and (min-width: 1100px) {
    .add-rightmargin {
		margin-right: 15vw;
	}
    
    .about-add-rightmargin {
		margin-right: 10vw;
	}

    .about-add-leftpadding {
		padding-left: 5vw !important;
	}
}

@media screen and (max-width: 771px) {
    .order-container { display: flex; flex-flow: column; }
    .one { order: 1; }
    .two { order: 2;  }
    .three { order: 3; }
    .four { order: 4; }
    .five { order: 5 }
    
    .content_padding {
		padding-right: 0.8rem !important;
	}
    
    .progress-container {
		visibility: hidden !important;
    }
}