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

/**
 * Custom Fonts
https://files.persona.co/1834/yalla.woff2


@font-face {
  font-family: 'Degular Display';
  src: url("https://files.persona.co/1834/Degular_Display-Black.woff") format('woff'),
  	   url("https://files.persona.co/1834/Degular_Display-Black.woff2") format('woff2');
  font-weight:700;
}


@font-face {
  font-family: 'Degular';
  src: url("https://files.persona.co/1834/Degular-Medium.woff") format('woff'),
  	   url("https://files.persona.co/1834/Degular-Medium.woff2") format('woff2');
  font-weight:500;
}

@font-face {
  font-family: 'Degular';
  src: url("https://files.persona.co/1834/Degular-Medium_Italic.woff") format('woff'),
  	   url("https://files.persona.co/1834/Degular-Medium_Italic.woff2") format('woff2');
  font-weight:500;
    font-style:italic;
}

 
@font-face {
  font-family: 'Compadre';
  src: url("https://files.persona.co/1834/Compadre-Regular.woff") format('woff'),
  	   url("https://files.persona.co/1834/Compadre-Regular.woff2") format('woff2');
  font-weight:400;
}
@font-face {
  font-family: 'Signifier';
  src: url("https://files.persona.co/1834/test-signifier-thin.woff2") format('woff2');
  font-weight:400;
}
*/

@font-face {
  font-family: 'Calibre';
  src: url("https://files.persona.co/1834/Calibre-Regular.woff") format('woff');
  font-weight:400;
}
@font-face {
  font-family: 'Calibre';
  src: url("https://files.persona.co/1834/Calibre-Semibold.woff") format('woff');
  font-weight:600;
}

@font-face {
  font-family: 'DomaineCondensed';
  src: url("https://files.persona.co/1834/DomaineDisplayCondensed-Regular.woff") format('woff'),
url("https://files.persona.co/1834/DomaineDisplayCondensed-Regular.woff") format('woff2');
  font-weight:400;
}


/**
 * Global
 */

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

html {
	position: relative;
}

body {
	
	color: #fff;
    height: 100%;
}

a:active {
	opacity: 0.7;
}

/**
 * Backdrop
 */

#backdrop {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
	z-index: -10;
	overflow: hidden;
    height: 100%;
    background: #000;
}

/**
 * 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;
    text-shadow: 0.1em 0.1em 5px rgba(0,0,0,.1);
}

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

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

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

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

[data-predefined-style="true"] main {
	font-size: 2rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.82);
	font-family: "Calibre", Social /*!Persona*/;
	font-style: normal;
	line-height: 1.2;
    
}

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

[data-predefined-style="true"] main b a,
[data-predefined-style="true"] main button {
	display: inline-block;
	background: linear-gradient(180deg, rgba(96, 96, 96, 1) 0%, rgba(30, 30, 30, 0.7) 75%);
    color:#fff;
    padding: 0.2em 0.8em 0em 0.8em;
    margin-bottom:0.2em;
    border-radius: 0.8em;
    line-height: 1.2em;
    font-size: 2rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 2px 2px 4px rgba(0,0,0,0);
    border:none;
    text-shadow: none;
    cursor:pointer;
}
[data-predefined-style="true"] main button {
   padding-bottom: 0.3em;
}

[data-predefined-style="true"] main b a:hover,
[data-predefined-style="true"] main button:hover {
    box-shadow: 2px 2px 4px rgba(0,0,0,.3);
}

[data-predefined-style="true"] main b a:active,
[data-predefined-style="true"] main button:active {
    background: linear-gradient(-180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.7) 75%);
}


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: "DomaineCondensed", Social /*!Persona*/;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 6rem;
	line-height: 0.9;
	color: rgba(255, 255, 255, 1);
	text-rendering: optimizeLegibility;
}

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

[data-predefined-style="true"] h2 {
	font-family: "Calibre", Social /*!Persona*/;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0 0 0em 0;
	color: rgb(255, 255, 255);
	font-size: 2.6rem;
	line-height: 1.1;
	text-rendering: optimizeLegibility;
}

[data-predefined-style="true"] h2 a {
	color: rgba(255, 255, 255, 1);
    display: block;
    width: 100%;
    text-decoration: none;
}

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



[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.3;
	font-family: "Calibre", Social /*!Persona*/;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
    letter-spacing: 0.05em;
	color: rgba(255, 255, 255, 1);
}

[data-predefined-style="true"] small a {
	color: rgba(255, 255, 255, 1);
    border:none;
}
[data-predefined-style="true"] small i {
   font-style:normal;
    opacity: 0.5;
    font-size: 14px;
    text-transform: none;
    letter-spacing: normal;
}

[data-css-presets="true"] .subpage_overlay {
	background-color: rgba(0, 0, 0, 0.3)/*!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 Things
 */


h1,h2 {
	max-width: 15ch;
    margin: 0 auto;
    display: inline-block;
}

p {
   margin:0 auto;
   max-width: 36ch;
}

#romance img {
	border-radius: 10pt;
    transform-origin: left;
    transform: translate(0%, 0%) rotate(1.5deg);
    box-shadow: 2px 2px 9px rgba(0,0,0,0.1);
}

.slideshow img,
#palms img {
    max-width: 500px;
    min-width: 300px;
    height: auto !important;
}


#ring img{
	max-width: 150px !important;
    min-width: 100px !important;
    height: auto !important;
}


#weird-footer img {
	max-width: 100px;
    height: auto !important;
    opacity: 0.4;
}