/**
 * 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: #fff;
	color: #000;
}

a:active {
	opacity: 0.7;
}

/**
 * Responsive
 */


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


#desktopMenuButton {
	position: absolute;
	top: 0px;
	right: 0px;
}
.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #f3b91d;
}

.overlay-content {
  position: relative;
  width: 90%;
  margin-left: 30px;
}

.overlay a {
  color: #818181;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.closebtn {
  position: absolute;
  top: -10px;
  right: 40px;
  font-size: 90px;
  z-index: 1;

}

.mobileTickets {
	display: none;
}

.openbtn {
	position: absolute;
	top: 30px;
  	right: 30px;
    display: block;
    width: 75px; 
    height: 75px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

.underlay {
  height:  calc(100vh - 10px);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 20px 30px 0px 30px;
  text-decoration: none;
  display: flex;
  flex-direction: column;

}

.bottom {
  margin-top: auto;
}
    
.logo {
	max-width: 100vh;   
}

/**
 * Fonts
 

/* Bold weight; Condensed style */
@font-face {
  font-family: 'Accrue';
  font-weight: bold;
  font-style: condensed;
  src: url('https://files.persona.co/91012/AccrueBrutal-BoldCondensed.woff') format('woff');
}


/**
 * 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;
    user-drag: none; 
	user-select: none;
-moz-user-select: none;
-webkit-user-drag: none;
-webkit-user-select: none;
-ms-user-select: none;
}

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

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

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

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

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

[data-predefined-style="true"] main {
	font-size: 3rem;
	font-weight: 400;
	color: #060606;
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Roman", Social /*!System*/;
	font-style: normal;
	line-height: 1.3;
}

[data-predefined-style="true"] main a {
	color: #060606;
    padding-bottom: 0em;
    text-decoration: none;
}

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

}

.image-link {
    max-width: 800px;
}

a:hover {
	
    opacity: 0.8;
}

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: 'Accrue', Helvetica, sans-serif, 'Helvetica Bold', Social /*!System*/;
	font-style: condensed;
	font-weight: 700;
	padding: 0;
	margin: 0;
	font-size: 20rem;
	line-height: 0.7;
	color: #f8f7f2;
	text-rendering: optimizeLegibility;
}

[data-predefined-style="true"] h1 a {
	color: #f8f7f2;
}

[data-predefined-style="true"] h2 {
	font-family: 'Accrue', Helvetica, sans-serif, 'Helvetica Bold', Social /*!System*/;
	font-style: condensed;
	font-weight: 700;
	padding: 0;
	margin: 0;
	color: #f8f7f2;
	font-size: 1rem;
	line-height: 0.8;
	text-rendering: optimizeLegibility;
}

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

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 2rem;
	line-height: 1.3;
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Roman", Social /*!System*/;
	font-style: normal;
	font-weight: 400;
	color: #060606;
}

[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: block;
}

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



@media only screen and (max-width: 1140px) {
	.overlay-content {
        font-size: 1.8rem;   
    }
    .overlay-content small{
        font-size: 1.5rem;
    }

}

@media only screen and (max-width: 750px) {
    .overlay-content {
        font-size: 1.1rem;
        width: 82%;
  		margin-left: 15px;
        margin-top: 5px;
        
    }
    .overlay-content small{
        font-size: 0.9rem;
    }
    .underlay {
      	padding: 15px 10px 0px 10px;
    }
    
    .openbtn {
        position: absolute;
        top: 15px;
        right: 15px;
        display: block;
        width:45px; 
        height: 45px;
    }
    
    
    .mobileTickets {
        display: block;
    }
    
    .desktopTickets {
		display: none;
	}
    
    .closebtn {
    	font-size: 50px;
        right: 20px;
        
    }

}


