html {
    cursor: url("https://files.cargocollective.com/c1584129/cursor.png"), auto !important;
}
a {
    cursor: url("https://files.cargocollective.com/c1584129/cursor.png"), auto !important;
}
.content img {
    cursor: url("https://files.cargocollective.com/c1584129/cursor.png"), auto !important;
}

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

.hover-image {
    visibility: hidden;
}

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

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

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

.hover-image img {
    max-width: 100% !important;
    max-height: 100% !important;

    width: auto !important;
    height: auto !important;
    
    padding: 0;
    margin: 0;
}





/**
 * Content
 */

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

a:active {
	opacity: 0.7;
}

.page a.active {
	color: rgba(255, 255, 255, 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;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 4.5rem;
}

ol > li {
    padding-left: 0.75rem;
}

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

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

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

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



/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.4;
	font-family: "Monument Grotesk Variable", Icons;
	font-style: normal;
	font-weight: 320;
	color: rgba(255, 255, 255);
    letter-spacing: 0.01em;
	font-variation-settings: 'slnt' 0, 'MONO' 0.5;

}

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

[data-predefined-style="true"] bodycopy a:hover {
    color: #0fb;
}

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 {
	display: inline-block;
	font-size: 2rem;
	line-height: 1;
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
	font-style: normal;
	font-weight: normal;
	color: rgba(255, 255, 255);
    letter-spacing: 0.01em;
	padding: 0;
    margin: 0;
}

[data-predefined-style="true"] h1 a {
    color: rgba(255, 255, 255);
	box-shadow: 0 0 10px #fff;
    background: #000;
    border-radius: 10rem;
    border: solid 1px #fff;
    padding: 0 1.2rem 0.1rem 1.2rem;
}

[data-predefined-style="true"] h1 a:hover{
    color: #fff;
    box-shadow: 0 0 10px #0fb;
    background: #000;
    border-radius: 10rem;
    border: solid 1px #0fb;
    padding: 0 1.2rem 0.1rem 1.2rem;
}



[data-predefined-style="true"] h2 {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.4;
	font-family: "Monument Grotesk Variable", Icons;
	font-style: normal;
	font-weight: 320;
	color: rgba(255, 255, 255);
    letter-spacing: 0.01em;
	font-variation-settings: 'slnt' 0, 'MONO' 0.5;
}

[data-predefined-style="true"] h2 a {
    color: #fff;
    font-size: 1rem;
    padding: 0.1rem 1rem 0.01rem 1rem;
    line-height: 2;
	box-shadow: 0 0 3px #fff;
    background: #000;
    border-radius: 10rem;
    border: solid 1px #fff;

}

[data-predefined-style="true"] h2 a:hover {
    color: #fff;
	font-size: 1rem;
    padding: 0.1rem 1rem 0.01rem 1rem;
    box-shadow: 0 0 10px #0fb;
    background: #000;
    border-radius: 10rem;
    border: solid 1px #0fb;
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.4;
	font-family: "Monument Grotesk Variable", Icons;
	font-style: normal;
	font-weight: 320;
	color: rgba(255, 255, 255);
    letter-spacing: 0.01em;
	font-variation-settings: 'slnt' 0, 'MONO' 0.5;
}

[data-predefined-style="true"] small a {
    color: #fff;
    font-size: 1rem;
    padding: 0.1rem 1rem 0.01rem 1rem;
    line-height: 2.3;
	box-shadow: 0 0 3px #ddd;
    background: #000;
    border-radius: 10rem;
    border: solid 1px #ddd;

}

[data-predefined-style="true"] small a:hover {
    color: #fff;
	font-size: 1rem;
    padding: 0.1rem 1rem 0.01rem 1rem;
    box-shadow: 0 0 10px #0fb;
    background: #000;
    border-radius: 10rem;
    border: solid 1px #0fb;
}
/**
 * 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: rgba(0, 0, 0, 0) /*!page_bgcolor*/;
}

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


}

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

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

}

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

[data-css-preset] .backdrop {
    max-width: 200%;	
/*!background_cover*/;

}



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

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

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

[data-css-preset] #site_menu_button {
	font-size: 36px /*!site_menu_button*/;
	top: 3rem /*!site_menu_button*/;
	left: 3rem /*!site_menu_button*/;
}

.flier {
	pointer-events: none;
}

.flier > * {
/* Adjust animation duration to change the element’s speed */
        animation: fly 50s linear infinite;
        pointer-events: none !important;
	top: 0;
	left: 0;
	transform: translateX(-120%) translateY(-120%) rotateZ(0);
	position: fixed;
	animation-delay: 1s;
	z-index: 999999;
}

 /* Keyframe values control where the element will begin
    and end its trajectory across the screen. Each rule
    represents a path the element follows across the screen. */


@keyframes fly {

	98.001%, 0% {
                display: block;
		transform: translateX(-200%) translateY(100vh) rotateZ(0deg)
	}

	15% {
		transform: translateX(100vw) translateY(-100%) rotateZ(180deg)
	}

	15.001%, 18% {
		transform: translateX(100vw) translateY(-30%) rotateZ(0deg)
	}

	40% {
		transform: translateX(-200%) translateY(3vh) rotateZ(-180deg)
	}

	40.001%, 43% {
		transform: translateX(-200%) translateY(-100%) rotateZ(-180deg)
	}

	65% {
		transform: translateX(100vw) translateY(50vh) rotateZ(0deg)
	}

	65.001%, 68% {
		transform: translateX(20vw) translateY(-200%) rotateZ(180deg)
	}

	95% {
		transform: translateX(10vw) translateY(100vh) rotateZ(0deg)
	}
}