.pop-button {
  		transition: transform 0.3s;
	}

.pop-button:hover {
  		transform: scale(0.8);
	}

.pop-button {
		position: absolute;
		transform: scale(1.0); /* Scale down by 20% on hover */
	}

.home-button{	mix-blend-mode: screen;
	}

#home-button {
  position: fixed;
  bottom: 40px; /* Adjust the distance from the bottom as needed */
  right: 40px; /* Adjust the distance from the right as needed */
  z-index: 9999; /* Make sure the button appears above other elements */
  opacity: .67;
}

#home-button img {
  width: 40px; /* Adjust the width as needed */
  height: 30px; /* Adjust the height as needed */
  transition: transform 0.3s ease; /* Add transition for smooth effect */
  opacity: .67;
}

#home-button img:hover {
  		transform: scale(0.8); /* Scale down by 20% on hover */
	}

.gif-cover {
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 1;
      transition: opacity 0.3s;
    }
    
    .gif-cover:hover  {
      opacity: 0;
    }

.videocontainer {
  display: flex;
}

.video {
  flex: 30%;
  padding: 0px;
  width: 100%;
  position: fixed;
}

.scrollcontent::-webkit-scrollbar {
  width: 0;
}

.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-title {
    color: white;
	transition: all 0.3s ease;
}
.hover-title:hover {
	font-size: 67px;
    color: #ffb218;
}

.image-link img{
	transition: transform 0.2s ease-in-out;
}
.image-link :hover {
	transform: scale(1.3);
    
}

.hover-image {
    display: flex;
    position: fixed;
    top: 20%;
    left: 85%;
    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: 20vw;
    height: 20vh;
}

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

#toolset {
	display: none;
}

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

a:active {
	opacity: 0.7;
}

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

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

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

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

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

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

/**
 * Loading Animation
 */

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

.notbold{
    font-weight:normal
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.4rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 1);
	font-family: "Diatype Variable", Icons;
	font-style: normal;
	line-height: 1.2;
    letter-spacing: .07em;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(255, 255, 255, 1);
	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: Karla, Icons;
	font-style: normal;
	font-weight: 200;
	padding: 0;
	margin: 0;
	font-size: 8rem;
	line-height: 1;
	color: rgba(255, 255, 255, 1);
}

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

[data-predefined-style="true"] h2 {
	font-family: Karla, Icons;
	font-style: normal;
	font-weight: 500;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 4.2rem;
	line-height: 1;
}

[data-predefined-style="true"] h2 a {
	color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1.2;
	font-family: "Diatype Variable", Icons;
	letter-spacing: 0rem;
	font-style: normal;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.85);
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

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

/**
 * Scaling 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: #333/*!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*/;
}


