@media screen and (max-width: 700px) {
	h1{
	font-size: 9vw !important;
}
}

.img_wrapper {
	position: relative;
}
.img_hover {
	position: absolute;
    z-index: -1000;
    top: -4em;
    left: 2em;
    display: none;
}

.img_wrapper:hover > .img_hover {
	display: block;
}

/**
 * Content
 */

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

a:active {
	opacity: 1;
}

.page a.active {
	opacity: 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 1em;
}

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

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

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

.gallery_image_caption {
    position: absolute;
    padding-bottom: -6rem;
    font-size: 3.5rem;
	font-weight: 350;
	color: white;
    font-family: "Favorit Variable", Icons;
	font-style: normal;
	line-height: 1.3;
    z-index: 999;
	font-variation-settings: 'slnt' 0;
}

.stamp {
    position: fixed;
    padding: 0;
	top: 4rem; 
    left: 4rem;
    font-size: 5rem;
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.8rem;
	font-weight: 350;
	color: rgba(255, 255, 255, 1);
	font-family: "Favorit Variable", Icons;
	font-style: normal;
	line-height: 1.4;
	font-variation-settings: 'slnt' 0;
}

[data-predefined-style="true"] bodycopy a {
	text-decoration: none;
    color: #fff;
}

[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 {
    line-height: 1;
	font-size: 15.0rem;
    letter-spacing: 0.25rem;
    -webkit-text-stroke: 0.015em white;
    color: rgba(255, 255, 255, 0);
	font-family: Messapia, Icons;
	padding: 0;
	margin: 0;
		font-style: normal;
	font-weight: 700;
}

/*h1 a {
    bordeR: none;
}*/

h2 {
	font-family: "Favorit Variable", Icons;
	font-style: normal;
	font-weight: 300;
	padding: 0;
	margin: 0;
	color: rgba(255, 255, 255, 1);
	font-size: 1.8rem;
	line-height: 1.5;
	font-variation-settings: 'slnt' 0;
	}


[data-predefined-style="true"] h2 a {
	color: rgba(255, 255, 255, 0.75);
	font-family: "Favorit Variable", Icons;
	font-style: normal;
	font-weight: 350;
	font-variation-settings: 'slnt' 0;
}

[data-predefined-style="true"] h2 a:hover {
    color: #f50;
}
 

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.3;
	font-family: "Favorit Variable", Icons;
	font-style: normal;
	color: rgba(255, 255, 255, 1);
    letter-spacing: .05rem;
	font-weight: 350;
	font-variation-settings: 'slnt' 0;
}

[data-predefined-style="true"] small a {
	color: #26ef60;
	border-bottom-width: 0em;
}

[data-predefined-style="true"] small a:hover {
    color: #fff;
}

/**
 * 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: center /*!text_center*/;
}

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

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

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


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

/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}

[data-css-preset] .thumbnails {
   	background-color: transparent/*!thumbnails_bgcolor*/;   
}

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

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

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

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

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

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

.thumbnails .thumb_image:hover {	
	-webkit-filter: none;
	filter: none;
}

.thumbnails .title {
    margin-top: -2.0rem;
    margin-bottom: .3rem;
    font-size: 1.9rem;
	font-weight: 350;
	color: rgb(255, 255, 255);
	font-family: "Favorit Variable", Icons;
	font-style: normal;
	line-height: 1.3;
    text-align: center;
	font-variation-settings: 'slnt' 0;
}

.thumbnails .tags {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
	font-weight: 350;
	color: rgba(255, 255, 255, 0.25);
	font-family: "Favorit Variable", Icons;
	font-style: normal;
	line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .05rem;
	font-variation-settings: 'slnt' 0;
}

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

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

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
    color: rgb(35, 35, 35);
    display: block;
    font-size: 9em /*!site_menu_button*/;
    background: #fff;
    position: fixed;
    border-radius:50rem;
    border: solid white 0.05em;
    width: 1.00em;
    height:1.00em;
    line-height: 0.84em; 
	right: 3rem /*!site_menu_button*/;
	top: 3rem /*!site_menu_button*/;
}
#site_menu_button {
    -webkit-animation: rotation 40s infinite linear;
}

@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
   		}
}
body.mobile #site_menu_button {
    border-radius:20em;
    text-align: right;
    margin: 1rem;
}

#site_menu_button.custom_icon {
	width: 1em;
    height: auto;
    border: solid 0.06em white;
}

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: "Favorit Variable", Icons;
	background:  radial-gradient(circle, rgba(236, 255, 20, 1) 30%, rgba(255, 251, 196, 1) 90%);
    width: 100%;
    height: 100%;
	text-align: left;
	font-style: normal;
	font-weight: 500;
    border-top: solid  1em;
    border: white;
	font-variation-settings: 'slnt' 0;
}

#site_menu .page-link a {
    color: #232323;
    padding-top: 0em;
    padding-bottom: 0em;
    padding-top: 3em;
    font-size: 0.8em;
    letter-spacing: 0.1em;
}

#site_menu .set-link > a {
	color: #232323;
    padding-top: 0.3em;
    padding-left: 0.1em;
    letter-spacing: 0.1em;
    font-size: 1.2em;
    font-family: "Favorit Variable", Icons;
	font-style: normal;
	font-weight: 350;
	font-variation-settings: 'slnt' 0;
}


#site_menu .set-link > a::before{
	content: "︎";
}

#site_menu a:active {
    color: rgba(255, 255, 255, 1);
}

#site_menu a.active {
    color: rgba(255, 255, 255, 1);
}

#site_menu .close {
    position: fixed;
}

body.mobile #site_menu .close {
    background:white;
	font-size: 3.5em;
    font-weight: 0;
    text-align: center;
	line-height: 0.93em;
    border-radius:20em;
    color: rgb(35, 35, 35);
    border: solid  rgb(35, 35, 35) 0.04em;
    height: 1.0em;
    width: 1.0em;
	right: 2.5rem;
	top: 2.4rem;
}




#site_menu .break {
	height: 4em;
}

#site_menu .indent {
	margin-left: 5em;
}


/*
 * 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(0, 0, 0, 0.85) /*!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;
}



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

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

/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 256px;
    width: 256px;
}

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

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 256px;
   height: 256px;
}

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


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


/*
 * Buttons
 */

.caselist {
	font-size: 1.5em !important;
}

.caselist:hover {
    color: #fff  !important;
}

.linkbutton {
    color: #fff;
    font-size: 0.6em;
    border-radius:50rem;
    border: solid #fff 0.08em;
    padding: 0em 1.5em;
    line-height: 2.6em; 
    float: both;
}

.linkbutton:hover {
  color: #fff  !important;
  background: rgba(0, 74, 255, 1);
  border-color:  rgba(0, 74, 255, 1);
}
.linkbutton a:hover {
  color: #fff  !important;
}

.contactbutton {
    color: #fff;
    font-size: 0.8em;
    border-radius:50rem;
    border: solid #000 0.15em;
    padding: 0.5em;
    line-height: 2.6em; 
    float: both;
}

.contactbutton:hover {
  color: #000  !important;
  background: rgba(242, 79, 54, 1);
  border-color:  rgba(242, 79, 54, 1);
}
.contactbutton a:hover {
  color: #000  !important;
}

.cta {
    color: #fff;
    font-size: 0.6em;
    border-radius:50rem;
    border: solid #fff 0.1em;
    padding: 0.5em;
    line-height: 2.6em; 
    float: both;
}

.cta:hover{
  color: #000  !important;
  background: rgba(255, 255, 255, 1);
  border-color:  rgba(255, 255, 255, 1);
}

.cta a:hover{
    color: #000  !important;
}

.menulabel {
    color: #000;
    background: rgba(255, 255, 255, 1);
    border-radius:50rem;
    padding: 0.1em 0.5em 0em 0.5em;
    font-size: 0.9em;
    border: solid #fff 0.08em;
    line-height: 1.6em; 
    box-shadow: 0 0 30px  rgba(0, 0, 0, 0.5);
}

.menulabel:hover {
    color: #fff  !important;
    background: rgba(0, 0, 0, 0.2);
}
.menulabel a:hover {
    color: #fff !important;
}