html {
  scroll-behavior: smooth;
}
.sticky-back-to-top {
    text-align: right;
    position: fixed;
  bottom: 2rem;    
      right: 3rem;

    z-index: 10; /* Ensures it sits on top of your text */
}
/* Floating Back to Top Button */
.writing-nav {
  position: fixed;
  bottom: 2rem;
  left: 3rem;
  right: 3rem;
  z-index: 999;
  pointer-events: none; /* Prevents the invisible bar from blocking clicks on text behind it */
}

/* Shared Pill Button Styling */
.back-to-writing,
.back-to-top {
  color: #000000 !important;
  /* font-family: "Neue Haas Grotesk", sans-serif !important; */
  font-size: 0.85rem !important;
  font-weight: 200 !important;
  padding: 0.15rem 0.80rem !important;
  border: 1px solid rgba(0, 0, 0, 0.8) !important;
  border-radius: 40px !important;
  text-decoration: none !important;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.12) !important;
  transition: all 0.2s ease-in-out !important;
  background-color: #ffffff; /* Keeps background clean when floating over page text */
  pointer-events: auto; /* Re-enables clicks specifically on the buttons */
}

/* Hover States for Both Buttons */
.back-to-writing:hover,
.back-to-top:hover {
  opacity: 1;
  transform: translateY(-2px); /* Slight lift on hover */
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.18) !important;
}

.hover-image {
    position: absolute !important; /* Anchors the image to the list item instead of the screen */
    top: 50vh !important; 
 bottom: 50vh !important; 
    left: 100% !important; /* Pushes the image to the immediate right of the text */
    transform: translateY(-50%) !important; /* Centers the image vertically with the text line */
    
    z-index: 10 !important; /* Brings it above the background */
    pointer-events: none !important;
    
    /* Flexbox rules */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
    /* You may need to shrink this slightly—60vw inline might blow out the side of the page */
    width: 100% !important; 
    height: 28vw !important; 
    margin-left: 0rem !important; /* Creates a clean gap between the text and the image */
}
.pagenav a[rel="prev_page"],
.pagenav a[rel="next_page"] {
    /* display: inline-flex !important; */
    /* align-items: center !important; */
    /* gap: 0.75rem !important; */
    /* background-color: #ffffff !important; */
    color: #000000 !important;
    /* font-family: "Neue Haas Grotesk", sans-serif !important; */
    font-size: .85rem !important;
    font-weight: 200 !important;
    padding: 0.15rem .80rem !important;
    border: 1px solid rgba(0, 0, 0, 0.8) !important;
    border-radius: 40px !important;
    text-decoration: none !important;
  background-color: #ffffff; /* Keeps background clean when floating over page text */
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.12) !important;
    transition: all 0.2s ease-in-out !important;
}


/* 3. Hover effect */
.pagenav a[rel="prev_page"]:hover,
.pagenav a[rel="next_page"]:hover {
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.18) !important;
    opacity: 1 !important;
}
.pagenav{
	position: fixed;
right: 3rem;
    bottom: 2rem;
    left:3rem;
    text-decoration: none !important;
}
.slick-prev {
    cursor: w-resize !important; 
}

/* Right side (Next) */
.slick-next {cursor: url('https://freight.cargo.site/t/thumbnail/w/64/q/75/i/9772b0b2cbd0c4951f8a33488edb17b7e1f3667e0692411866891d73e5631861/Right32-01.svg') 16 16, e-resize !important;
}
/* 1. Ensure the slider acts as the boundary for our hit areas */
.slick-slider {
    position: relative !important;
}

/* 2. Stretch the PREVIOUS button into the left yellow area */
.slick-prev {
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 35% !important; /* Adjust this to make the yellow area wider/narrower */
    height: 94% !important;
    z-index: 99 !important; /* Forces it above the images */
    background: rgba(121, 85, 85, 0) !important;
    border: none !important;
    color: transparent !important;
    font-size: 0 !important; /* Hides any default Cargo arrows/text */
    
    /* ADD YOUR CUSTOM SVG URL OR SYSTEM CURSOR HERE */
cursor: url('https://freight.cargo.site/t/thumbnail/w/150/q/75/i/c6977e6f1f19712f939be0a842aaa2f338f8fc695f0ac7f42f742adffb003f58/Left32-01.svg') 16 16, e-resize !important;
}

/* 3. Stretch the NEXT button into the right yellow area */
.slick-next {
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 35% !important; 
    height: 94% !important;
    z-index: 99 !important;
    background: rgba(0, 0, 0, 0) !important;
    border: none !important;
    color: transparent !important;
    font-size: 0 !important;
    
    /* ADD YOUR CUSTOM SVG URL OR SYSTEM CURSOR HERE */
cursor: url('https://freight.cargo.site/t/thumbnail/w/64/q/75/i/9772b0b2cbd0c4951f8a33488edb17b7e1f3667e0692411866891d73e5631861/Right32-01.svg') 16 16, e-resize !important;}

.slick-slide img {
    height: 55vh !important; /* CHANGE THIS: e.g., 40vh for smaller, 70vh for taller */
    max-height: 75vh !important; /* Acts as a safety ceiling */
    width: auto !important;
    max-width: 100% !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
}
.archive{
padding-top:10vh;
}
.acknowledgement {
	position: fixed;
	width: 85%;
	bottom: 3rem;
}

/* Fix main page wrapper to fit the screen height */
.info-container {
	display: flex;
	gap: 0rem;
	height: calc(100vh - 10px); /* Adjust based on your header/navigation height */
	max-width: 1300px;
	margin: 0 auto;
	overflow: visible; /* Fixed from invalid 'none' */
	padding: 0 0.0rem;
}

/* Left Column Styling & Scrolling */
.info-left {
	position: absolute;
	width: 40%;
	left: 4rem /*!main_margin*/;
	flex: 1; /* Takes up ~40-45% width */
	height: 100vh;
	overflow-y: auto;
	padding-right: 6rem;
	padding-bottom: 6rem;
	top: 0vh;
	padding-top:  12vh;  
    line-height: 1.5 !important;	
    vertical-align: baseline !important;;

}

/* Firefox, IE, Edge */
.info-left,
.info-right {
	scrollbar-width: inherit;
	-ms-overflow-style: inherit;
}

/* Right Column Styling & Scrolling */
.info-right {

	position: absolute;
	width: 55%;
	left: 45%;
	right: 0%;
	flex: 1.3; /* Takes up ~55-60% width */
	height: 100vh;
	overflow-x: clip;
	overflow-y: auto;
	padding-right: 3rem;
	top: 0vh;
	padding-top:  12vh;
padding-bottom: 6rem;
}

/* Table styling fixes */
.info-right table {
	width: 100%;
	border-collapse: collapse;
}

.info-right td {
	vertical-align: baseline;
	line-height: 1.5 !important; 
    padding-bottom: 1.5em;  
    letter-spacing: 0.00em !important;
}

.info-right td:first-child {
	width: 6em;
	padding-right: 0em;
	font-weight: 100;
	white-space: nowrap;
}

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

a:active {
	opacity: 0.7;
}

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

i,
em {
	font-style: italic;
    letter-spacing: -0.01em;
}

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(0, 0, 0, 0.15);
	border: 0;
	height: 1px;
	display: block;
}

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

.gallery_image_caption {
	margin-top: 1rem;
	margin-bottom: 0.5rem;
	font-size: 0.70rem !important; 	
	font-weight: 400;
	color: rgba(0, 0, 0, 0.5);
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 1.3;
    padding: 0!important; 		
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 1.5;
    alignment-baseline: baseline;
}

[data-predefined-style="true"] bodycopy a {
	border-bottom: 0.075em solid rgba(0, 0, 0, 0.75);
	color: rgba(0, 0, 0, 0.75);
	padding-bottom: 0.1em;
	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;
}

h1 {
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 500;
	padding: 0;
	margin: 0;
	font-size: 1.6rem;
	line-height: 1.5;
	color: rgba(0, 0, 0, 1);
}

[data-predefined-style="true"] h1 a {
	border-bottom: 0em solid rgba(0, 0, 0, 0.75);
	color: rgba(0, 0, 0, 0.75);
}

[data-predefined-style="true"] h2 {
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 1);
	font-size: 1.6rem;
	line-height: 1.2;
}

[data-predefined-style="true"] h2 a {
	border-bottom: 0em solid rgba(0, 0, 0, 1);
	color: rgba(0, 0, 0, 1);
}

[data-predefined-style="true"] small {
	background: none;
	display: inline-block;
	font-size: 1rem;
	line-height: 1.3;
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
}

[data-predefined-style="true"] small a {
	border-bottom: 0em solid rgba(0, 0, 0, 0.75);
	color: rgba(0, 0, 0, 0.75);
}

/**
 * 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*/;
	text-align: left /*!text_left*/;
}

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

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

[data-css-preset] .content_padding {
	padding-top: 10rem /*!main_margin*/;
	padding-bottom: 10rem /*!main_margin*/;
	padding-left: 10rem /*!main_margin*/;
	padding-right: 10rem /*!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: 95%/*!thumbnails_width*/;
}

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

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

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

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

.thumbnails .thumb_image {
	outline: 1px solid rgba(0,0,0,.12);
	outline-offset: -1px;
}

.thumbnails .title {
	margin-top: 1.7rem;
	margin-bottom: .3rem;
	font-size: 1.7rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.75);
	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;
	text-align: left;
}

.thumbnails .tags {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	font-size: 2.2rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: Quiosco, Icons;
	font-style: italic;
	line-height: 1.2;
	text-align: center;
}

.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 {
	background: rgba(255, 255, 255, 1);
	font-family: "Neue Haas Grotesk", Icons;
	font-size: 16px;
	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(0, 0, 0, 1);
}

#site_menu .set-link > a {
	color: rgba(0, 0, 0, 0.75);
	font-weight: bold;
}

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

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

#site_menu .close {
	display: none;
	color: rgba(0, 0, 0, 0.4);
	line-height: .85em;
		  font-size: 50px;
}

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.75);
	background: transparent;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	position: fixed;
	padding: 6px;
	bottom: 3rem /*!shop_button*/;
	left: 3rem /*!shop_button*/;
}

#shop_button.text {
	font-family: Quiosco, Icons;
	font-style: normal;
	font-weight: 400;
	font-size: 3rem;
	padding: 0;
	line-height: 1.2;
}

#shop_button.custom_icon {
	width: 40px;
	height: auto;
}

body.mobile #shop_button:not(.text) {
	margin: -6px;
	font-size: 46px;
}

/*
 * 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: 1.7rem;
	font-weight: bold;
	line-height: 1;
	color: rgba(0, 0, 0, 0.75);
	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, 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;
}

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

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


/**
 * 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: 15px;
	/* 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{
	height: 36px;
	width: 36px;
    cursor: url('https://freight.cargo.site/t/thumbnail/w/150/q/75/i/c6977e6f1f19712f939be0a842aaa2f338f8fc695f0ac7f42f742adffb003f58/Left32-01.svg') 16 16, e-resize !important;
}

.image-gallery-navigation .right-arrow {
	/* Change height/width together to scale */
	
height: 36px;
	width: 36px;cursor: url('https://freight.cargo.site/t/thumbnail/w/64/q/75/i/9772b0b2cbd0c4951f8a33488edb17b7e1f3667e0692411866891d73e5631861/Right32-01.svg') 16 16, e-resize !important;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
	stroke: #fff;
	stroke-width: 1.5px;	opacity: 0.0;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
	stroke: #000;
	stroke-width: 2.3px;
	opacity: 0.0;
}

/**
 * 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-bottom: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:last-child .page {
	border-bottom: 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;
}

/*
 * customisations
 */

a:hover {
cursor: url('https://freight.cargo.site/t/original/i/a022a866c0c71f040f82e510fefc84877689866453ec289f1af9bf94f6d2df16/Eyes1.svg') 16 16, e-resize !important;

	opacity: .4;
	transition: .2s;
}

.full-height {
	height: 90vh;
}
.heading {
	position: fixed;
	top: 2rem;
	width: 100%;
}

.branding {
	position: fixed;
}


@media only screen and (max-width: 600px) {
  .close {
	display: none;
  }
}

/* image hover */
.hover-title {
	display: block; /* Fixes the 'inline' conflict so width commands work */
	width: max-content;
	pointer-events: auto;
}

.hover-title > h2 { 
	display: inline-block; /* Forces the H2 to shrink-wrap the text */
	width: 100%;
	line-height: 1.5;
	margin: 0; /* Removes default heading margins that can cause false hovers */
}

.hover-image {
	display: none;
}

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

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

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

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

.hover-image .scroll-transition-fade {
	transition: none !important;
}

/* centre slider */
.centre {   
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-height: 90vh;
}

.gallery_image_caption {
	 padding: 0 15%;
	 font-size: 0.75rem;
	 line-height: 1.5;
}


.ex-title {
	padding-top: .5rem !important;
}

.slick-track > a:hover {
	opacity: 1;
}

.writing { 
	min-height: calc(85vh - 115px);
}

.center-content {
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

b, strong {
	font-weight: 500;
}

h2 > b {
	 font-weight: 400 !important;
}

.site_menu a {
	font-size: 20px;
}

.home-carousel {
	max-height: 75vh;
}

.page {
	min-height: 100% !important;
}

/* Custom CSS */

.writings-text {
	
}
.content_container {
	width:100%;
	margin:0 auto 0 auto;
}

/* Mobile responsive fallback (Stacks into a single scrolling page on phones) */
@media (max-width: 850px) {
.slick-slide {
        padding: 0 10px !important; /* Adds 10px space to the left and right of each image */
        box-sizing: border-box !important;
    }
    
    /* Ensure the carousel wrapper accounts for the extra width so the arrows align correctly */
    .slick-list {
        margin: 0 -10px !important; /* Offsets the slide padding so edges stay flush */
    }


[data-predefined-style="true"] h2,
  h2 {
    font-size: 14px !important; /* Reduced from 1.6rem */
    line-height: 1.4 !important;
    margin-bottom: 0.0rem !important;
  }

h1 {
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 500;
	padding: 0;
	margin: 0;
    font-size: 16px !important;     
	line-height: 1.5;
	color: rgba(0, 0, 0, 1);
}

  [data-predefined-style="true"] bodycopy,
  bodycopy,
  p,
  .info-right td {
    font-size: 10px !important;     
	line-height: 1.5 !important;
	font-weight: 200;
}
  .info-container {
	flex-direction: column;
	height: auto;
	overflow: visible;
  }
  .acknowledgement {
	position: fixed;
	width: 85%;
	bottom: 0px;
}
[data-predefined-style="true"] small {
	background: none;
	display: inline-block;
	font-size: 10px;
	line-height: 1.4;
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 200;
	color: rgba(0, 0, 0, 1);
}
.content_padding {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
	padding-left: 25px !important;
	padding-right: 25px !important;
}
  .info-left, 
  .info-right {
	position: relative; /* Fixed missing absolute reset */
	width: 100%;
	left: auto;
	right: auto;
	top: auto;
	height: auto;
	overflow-y: visible;
	padding-right: 0;
	padding-top: 12vh;
padding-bottom: 0px;
  }
    .info-right td:first-child {
	width: 40px;
	padding-right: 0em;
	font-weight: 100;
	white-space: nowrap;
}
 .info-right td {
	vertical-align: baseline;
	padding-bottom: 14px;
}
}