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

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: 355;
	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: #F7E4AB;
}

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 #F7E4AB;
    background: #000;
    border-radius: 10rem;
    border: solid 1px #F7E4AB;
    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: 384;
	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 #F7E4AB;
    background: #000;
    border-radius: 10rem;
    border: solid 1px #F7E4AB;
}

[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: 355;
	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 #F7E4AB;
    background: #000;
    border-radius: 10rem;
    border: solid 1px #F7E4AB;
}
/**
 * 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*/;
    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: 3rem /*!main_margin*/;
	padding-bottom: 3rem /*!main_margin*/;
	padding-left: 3rem /*!main_margin*/;
	padding-right: 3rem /*!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: 1rem /*!quick_view_padding*/;
	padding-bottom: 1rem /*!quick_view_padding*/;
	padding-left: 1rem /*!quick_view_padding*/;
	padding-right: 1rem /*!quick_view_padding*/;
}
