/**
 * Resets
 */


* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::-moz-selection {
	background-color: #ff0000;
	color: #fff;
}

::selection {
	background-color: #ff0000;
	color: #fff;
}

:focus {
	outline: 0;
}

customhtml > * {
	position: relative;
    z-index: 10;
}

/**
 * Global
 */

body,
html {
	min-height: 100vh;
	margin: 0px;
	padding: 0px;
}

html {
	position: relative;
}

body {
	background: #f00;
	color: #000;
}

a:active {
	opacity: 0.7;
}

/**
 * Backdrop
 */

#backdrop {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
	z-index: 1;
}

/**
 * Container
 */

main {
	background: #fff;
	clear: both;
	overflow: hidden;
	position: absolute;
	max-width: 100%;
	width: 100%;
	z-index: 2;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

main > div {
	-moz-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	width: 100%;
}


.subpage_overlay {
	display: block;
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

body.homepage .subpage_overlay {
	display: none;
}
/**
 * Content
 */

i, em {
	font-style: italic;
}

b, strong {
	font-weight: bold;
}

img {
	border: 0;
	padding: 0;
}

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

hr {
	background: rgba(127, 127, 127, 0.2);
	border: 0;
	height: 0.08em;
	display: block;
}

.bodycopy {
	display: none;
}

.container {
	min-height: 100%;
}

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

.clear:after {
	content: "";
	display: table;
	clear: both;
}

.loading[data-loading] {
	display: none;
	position: fixed;
	top: 8px; left: 8px;
	z-index: 100;
}

/**
 * Editor styles
 */

[data-css-presets="true"] main {
	background-color: rgba(255, 0, 0, 0)/*!content_center*/;
	text-align: left /*!text_left*/;
	min-height: 100vh /*!content_stretch*/;
	-webkit-align-items: flex-end /*!vertical_bottom*/;
	align-items: flex-end /*!vertical_bottom*/;
	left: 0 /*!content_center*/;
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	right: 0 /*!content_center*/;
}

[data-css-presets="true"] .content_padded {
	padding: 0.2rem/*!main_margin*/;
}

[data-css-presets="true"] .content_width {
	width: 97%/*!content_center*/;
}

[data-css-presets="true"] #backdrop {
	width: 100% /*!background_cover*/;
}

[data-predefined-style="true"] main {
	font-size: 1.4rem;
	font-weight: 400;
	color: rgb(255, 255, 255);
	font-family: "Space Mono", Social /*!Google*/;
	font-style: normal;
	line-height: 1.2;
}

[data-predefined-style="true"] main a {
	color: rgb(255, 255, 255);
    padding-bottom: 0em;
    border-bottom: 0.08em solid rgba(255, 255, 255, 0);
    text-decoration: underline;
}

[data-predefined-style="true"] main a:hover {

}

main a.image-link,
main a.icon-link,
main a.image-link:hover,
main a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: "Space Mono", Social /*!Google*/;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	font-size: 6.2rem;
	line-height: 1.1;
	color: rgb(255, 0, 0);
	text-rendering: optimizeLegibility;
    
}

[data-predefined-style="true"] h1 a {
	color: rgb(255, 0, 0);
    text-decoration: none;
}

[data-predefined-style="true"] h2 {
	font-family: Marat, Social /*!Persona*/;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgb(58, 60, 62);
	font-size: 2.1rem;
	line-height: 1.4;
	text-rendering: optimizeLegibility;
}

[data-predefined-style="true"] blockquote {
	padding: 0%;
    width: 50%;
	font-size: 12rem;
}

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

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 2rem;
	line-height: 0.8;
	font-family: "Scout Condensed", Social /*!Persona*/;
	font-style: normal;
	font-weight: 700;
	color: rgba(255, 255, 255, 1);
}

[data-predefined-style="true"] small a {
	color: rgba(255, 255, 255, 1);
	border-bottom-width: 0.1em;
    text-decoration: none;
}


[data-css-presets="true"] .subpage_overlay {
	background-color: rgba(115, 0, 255, 0)/*!subpage_overlay*/;
}
/**
 * Backstage Icon
 */

#backstage_icon {
	display: block;
}


/**
 * adam custom
 */

.xlayer{
z-index: 10; position: fixed; top: 0; left: 0; height: 80%; width:100%;
text-align: center;
}

.mobile .xlayer {
z-index: 10; 
    position: fixed; 
    top: 0; 
    left: 0; 
    height: 100%; 
    width:100%;
    
}


#who blockquote {
    padding: 3% 8%; 
    width: 128vh;
    hheight: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: block;
    /*vertical-align: middle;
    text-align: center;*/
    top: 50%;
    mmargin-top: -50%;
    border: 0px solid #fff;
    transform: translateY(-50%);
    
}

.mobile #who blockquote {
    padding: 6%; 
    width:100%; 
    margin: 0;
    top: 0;
    transform: translateY(0%);
    }

#who h2 {
    font-size: 17%; 
    font-size: 4vmin;
    text-align: center !important;}


.mobile #who h2 {
    font-size: 5vh;}

h1#xclose, h1#bigtype {
    position: absolute;
    margin:0 auto; 
    font-size: 60vh; 
    width: 30%; 
    line-height: 60vh; 
    height:auto; 
    text-align: center; 
    /*margin-top: -15%;
    left: 50%; top: 50%; 
   margin-left: -15%; 
    */
    border: 0px solid #fff;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    left: 50%;
    margin-left: -15%;
    
}

h1#bigtype {
    width: 60%;
	font-size: 27vh;
    line-height: 20vh;
    margin-left: -30%;
    top: 58%;
}

h1#bigtype small {
    width: 58%;
	font-size: 3vh;
    line-height: 1vh;
    height: 1em;
    margin-left: -30%;
    top: 58%;
}
    
.mobile h1#xclose, .mobile h1#bigtype {
    position: fixed; 
    margin:0 auto; 
    left:0; 
    /*bottom:50%;
    margin-bottom: -200px;
    */
    height: 90%;
    
    width: 100%;
    font-size: 9em; 
    line-height: 0%;
     
    transform: translateY(-50%);
}

.mobile h1#bigtype {
font-size: 2em;
    top: 25%;
}

.mobile .xlayer {
position: relative;
}

.xbg {
background: #DDDAD5; 
    width: 100%; 
    height:100%; 
    position: fixed; 
    bottom:0; 
    right:0;
    z-index:0;}

.mobile .xbg {
    height: 100%;
    position: fixed;
    overflow: auto;
}


.mobile .photo {
	/*overflow: hidden;
    position: absolute;
    width: 100%;  
    right: 0;*/
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    min-width: 100%;
    padding: 0;
    margin: 0 auto;
    height: 100%;

    
}

#home .photo{
	z-index: -10000;
    position: fixed;
}
#home .photo > img {
    position: absolute; 
    height: auto !important;
    width: auto !important;
    margin:0;
    top:0;
    right: 0;
    z-index: -1;
    }

#who .photo > img {
    position: absolute; 
    height: 100%;
    width: auto;
    margin:0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.35;
    
}

.mobile .photo > img {
	/*position: relative;
    float: right;
    height: auto !important;
    width: 190% !important;
    margin: 0;
    bottom: 0;
    right: 0 !important;
    min-width: 100%;
   
    */
    top: auto;
    right: auto;
    height: 100% !important;
    width: auto !important; 
    margin: 0 auto;
    left: 50%;
    margin-left: -50vh !important;
    

}

.photopage .photo {
    margin: auto 0;
    
    position: absolute;
    
}
#where .xlayer, .mobile #where .xlayer {
/*background-image: url(https://payload.persona.co/1/1/63534/224509/_DSF7976-2.jpg);
  */
    background-image: url(https://cortex.persona.co/t/original/i/231799bc8089d2fd8640c97035a963ce357f35c1199f49f40055af7271226923/_DSF2446.jpg);
    background-image: url(https://cortex.persona.co/t/original/i/127792d2abfb30786fd56825280285028ec12354f6f48711a93c0d6e00daf094/20221227-_MG_7189.jpg
);
        
    background-size: cover;
    background-color: #f00;
    background-position: center;
    background-position: bottom;

}


/**
 * Breakpoints
 */

[data-css-presets="true"].mobile #plugin,
[data-css-presets="true"].mobile #backdrop,
.mobile #backdrop,
.mobile #plugin {
	position: relative;
	height: 49vh;
	min-width: 100%;
	width: calc(100% - 80rem) /*!right_fit*/;
	top: 0;
	bottom: auto;
	left: 0 /*!right_fit*/;
}

.mobile main,
[data-css-presets="true"].mobile main {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
    
}

.mobile main.content_width,
[data-css-presets="true"].mobile main.content_width {
	max-width: 100%;
	width: 100%;
}
