@font-face {
  font-family: "Offgrid";
  src: url("https://files.persona.co/103478/OffgridSans-Regular.woff2") format("woff");
}



/**
 * Resets
 */


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

::-moz-selection {
	background-color: #09f;
	color: #fff;
}

::selection {
	background-color: #09f;
	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: #f4f4f4;
	color: #000;
}

a:active {
	opacity: 0.7;
}

/**
 * Backdrop
 */

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

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

ul, ol {
	margin: 0;
	padding: 0 0 0 1em;
}

sup {
	top: -0.4em;
	vertical-align: baseline;
	position: relative;
}

sub {
	top: 0.3em;
	vertical-align: baseline;
	position: relative;
}

s {
	
}

.slideshow-nav { 
	margin-bottom: 0.5em; 
}

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: 0px;
}

.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: transparent/*!content_center*/;
	text-align: left /*!text_left*/;
	min-height: 100vh /*!content_stretch*/;
	-webkit-align-items: flex-start /*!vertical_top*/;
	align-items: flex-start /*!vertical_top*/;
	left: 0 /*!content_center*/;
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	right: 0 /*!content_center*/;
}

.content_padded {
	padding: 16px 16px 16px 292px/*!main_margin*/;
}

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

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

[data-predefined-style="true"] main {
	font-size: 20px;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	font-family: 'Work Sans', Social /*!Persona*/;
	font-style: normal;
	line-height: 1;
}

[data-predefined-style="true"] main a {
	color: rgba(0, 0, 0, 0.95);
    padding-bottom: 0em;
    border-bottom: 0em solid rgba(127, 127, 127, 0.2);
    text-decoration: none;
}

[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: Sabon, Social /*!Persona*/;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 3.8rem;
	line-height: 1.1;
	color: rgba(0, 0, 0, 0.85);
	text-rendering: optimizeLegibility;
}

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

[data-predefined-style="true"] h2 {
	display: inline;
    font-family: "Offgrid", Social /*!Google*/;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 1);
	font-size: 20px;
	line-height: 24px;
	text-rendering: optimizeLegibility;

}

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

[data-predefined-style="true"] small {
	font-size: 12px;
	line-height: 1;
	font-family: "Space Mono", Social /*!Google*/;
	font-style: normal;
	font-weight: 700;
	color: rgba(0, 0, 0, 1);
}

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


[data-css-presets="true"] .subpage_overlay {
	background-color: initital/*!subpage_overlay*/;
}
/**
 * Backstage Icon
 */

#backstage_icon {
	display: none;
}

/**
 * Breakpoints
 */

[data-css-presets="true"].mobile #plugin,
[data-css-presets="true"].mobile #backdrop,
.mobile #backdrop,
.mobile #plugin {
	position: relative;
	height: 50vh;
	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%;
}


/** custom styles **/
#hero {
	width:100%;
    height:calc(98vh - 16px);
    background-image:url('https://cortex.persona.co/w/2408/q/94/i/3a784d1c4014cf9b9853b3656dbf58707b8a23fe59d9fe04a3c00d7d6efc4170/VinceFriends.png');
    background-size: cover;
    border-radius:12px;
    margin-bottom: 12px;
}

.stack {
	display: flex;
    gap: 12px;
   	flex-direction: column;
}

.stack img, .stack video {
	height:auto;
    width:100%;
    border-radius: 12px;
}

.horizontal {
	flex-direction: row;
}

.two-up {
	width: calc(50% - 6px);
}

.marquee .item {
	height: 136px;
    width: 260px !important;
    background:black;
    overflow-x: scroll;
}

section {
	padding-bottom: 12px;
}

video {
	clip-path: inset(1px 1px);
    border-radius: 12px;
}

#nav-container {
    display: flex;
    flex-direction: column;
	justify-content: space-between;
    position: fixed;
    top:0px;
    left: 0px;
    padding: 16px;
    width: 292px;
    height:100vh;
}

#footer {
	margin-top: 16px;
}

#clock {
  	font-size: 12px;
	line-height: 1;
	font-family: "Space Mono", Social /*!Google*/;
	font-style: normal;
	font-weight: 700;
	color: rgba(0, 0, 0, 1);
    position: relative;
    top: 10px;
}

#header {
    display: flex;
	flex-direction: row;
    justify-content: space-between;
}

.content-block {	
   display: block;
}

.content-block.active {	
   display: block;
}

.mobile .content_padded {
	padding: 16px/*!main_margin*/;
}

.mobile #nav-container {
	width:calc(100vw - 32px);
    padding: 0px 0px 16px 0px;
    position: relative;
    height: 60vh;
}

.mobile .horizontal {
	flex-direction: row;
}

.two-up {
	width: calc(50% - 6px);
}

.mobile #hero {
    height:45vh;
}