@import url("https://cdn.kuriyama.com/assets/css/normalize.css");
@import url("https://cdn.kuriyama.com/assets/css/common.css");
@import url("https://cdn.kuriyama.com/assets/css/boilerplate.css");
@import url("https://cdn.kuriyama.com/assets/css/fonts.css");
@import url("https://cdn.kuriyama.com/assets/css/layout.css");
@import url("https://cdn.kuriyama.com/assets/css/bootstrap.min.css");
@import url("https://cdn.kuriyama.com/assets/css/helpers.css");
:root {
  --KOA-blue: #0055a5;
  --midnight-blue: #003479;
  --bright-blue: #0A6FCE;
  --blue-too: #0e89ff;
  --red: #e70023;
  --font-stack: 'Source Sans Pro', Helvetica, sans-serif;
}

/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
}
.span_11_of_12 {
  	width: 91.53%;
}
.span_10_of_12 {
  	width: 83.06%;
}
.span_9_of_12 {
  	width: 74.6%;
}
.span_8_of_12 {
  	width: 66.13%;
}
.span_7_of_12 {
  	width: 57.66%;
}
.span_6_of_12 {
  	width: 49.2%;
}
.span_5_of_12 {
  	width: 40.73%;
}
.span_4_of_12 {
  	width: 32.26%;
}
.span_3_of_12 {
  	width: 23.8%;
}
.span_2_of_12 {
  	width: 15.33%;
}
.span_1_of_12 {
  	width: 6.866%;
}

body {
  font-family: var(--font-stack);
  font-size: 16px;
  background-color: black;
}
.wrapper {
  width: 100%;
  margin: 0 auto 50px auto;
  background-color: black;
  padding: 0 5%;
  position: relative;
  z-index: 50;
}
header {
  width: 100%;
  position: relative;
  background-color: #1f1f1f;
  padding: 45px 0 190px 0;
  text-align: center;
}
header video {
  width: 90%;
  position: relative;
  z-index: 5;
}
.curtains {
  position: absolute;
  background: url(img/curtain-left.webp) top left no-repeat,
  url(img/curtain-right.webp) top right no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.audience {
  position: absolute;
  z-index: 20;
  left: 0;
  bottom: -300px;
}
main {
  display: block;
  position: relative;
  z-index: 50;
}
h1 {
  text-align: center;
  font: normal 3rem/1em var(--font-stack);
  margin: 20px auto;
  color: var(--blue-too);
  text-align: center;
}

h2 {
  font: normal 2.87rem/1em var(--font-stack);
  margin: 20px auto;
  color: var(--blue-too);
  text-align: center;
}

p {
  color: white;
  font-family: var(--font-stack);
  text-align: center;
  font-size: 1.6rem;
}
p.red {
  color: var(--red);
}
.logo {
  width: 100%;
  max-width: 410px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.tickets {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 60px;
}
.tickets a {
  display: block;
  text-align: center;
  width: 49%;
  max-width: 1200px;
  margin: 0 auto 40px auto;
}
.tickets img {
  border: 2px solid black;
}
.tickets a:link {
  text-decoration: none;
  color: white;
}
.tickets a:visited {
  text-decoration: none;
  color: white;
}
.tickets a:hover,
.tickets a:active {
  text-decoration: underline;
  color: var(--blue-too);
}
.tickets a:hover img,
.tickets a:active img {
  border: 2px solid var(--blue-too);
}
.tickets h3 {
  font-size: 1.85rem;
}

/** ========= SHOW LIGHTBOXES ============ **/
.show-info {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.show-info div {
	width: 49%;
}
.show-info img {
	max-width: 50%;
	width: auto;
}
.show-info img.wide {
	max-width: 85%;
	width: auto;
}
.show-info h2 {
	font-size: 220%;
	line-height: 1em;
	margin-bottom: 15px;
	text-align: left;
}
.show-info p {
	text-align: left;
	color: black;
}
.show-info p.sub {
	color: var(--blue-too);
	font-weight: bold;
}
.show-info .blue {
	background-color: #005f9e;
	padding: 15px;
	width: 30%;
	height: auto;
}
a:link {
  color: var(--blue-too);
  text-decoration: underline;
}
a:visited {
  color: var(--blue-too);
  text-decoration: none;
}
a:hover,
a:visited {
  color: var(--blue-too);
  text-decoration: underline;
}

/* =============== FOOTER ================= */

.contact-footer {
	width: 100%;
	background: transparent;
	border: 1px solid var(--blue-too);
	border-left: 0;
	border-right:0;
	padding: 10px 3.3%;
	color: white;
	font: 400 110% / 1.4375em var(--font-stack);
}
.contact-footer svg.fax,
.contact-footer svg.phone {
  fill: var(--blue-too);
}
.social a:link svg {
  fill: white;
}
footer {
  background-color: transparent;
  padding: 40px 32px 21px 32px;
  color: white;
}
footer div.address {
	color: white;
}
footer ul {
	margin: 5px 15px;
}
footer ul a {
	border-right: 1px solid white;
}
footer a:link {
  color: white;
  opacity: 1;
}
footer a:visited {
  color: white;
  opacity: 1;
}
footer a:hover,
footer a:active {
	color: var(--blue-too);
}
.social a:hover svg {
	fill: var(--blue-too);
}

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/

html.with-featherlight {
  /* disable global scrolling when featherlights are visible */
  overflow: hidden;
}

.featherlight {
  display: none;

  /* dimensions: spanning the background from edge to edge */
  position:fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 2147483647; /* z-index needs to be >= elements on the site. */

  /* position: centering content */
  text-align: center;

  /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
  white-space: nowrap;

  /* styling */
  cursor: pointer;
  background: #333;
  /* IE8 "hack" for nested featherlights */
  background: rgba(0, 0, 0, 0);
}

/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.6);
}

.featherlight:before {
  /* position: trick to center content vertically */
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.featherlight .featherlight-content video {
  width: auto;
  height: 100%
}
.featherlight .featherlight-content {
  position: relative;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  margin-left: 5%;
  margin-right: 5%;
  height: auto;
  background: #fff;
  cursor: auto;
  white-space: normal;
  width: auto;
  max-width: 90%;
}
.featherlight-loading .featherlight-content {
  height: 200px;
  background: #fff url('img/loading.gif') center center no-repeat;
}

.featherlight.small .featherlight-content {
  width: 50%;
}
.featherlight-content img {
  width: auto;
  margin: 10px auto;
}
.featherlight-content .col img {
  width: 100%;
}
.featherlight-content p,
.featherlight-content ul {
  font-size: 125%;
  line-height: 1.5em;
}

/* contains the content */
.featherlight .featherlight-inner {
  /* make sure its visible */
  display: flex;
}

/* don't show these though */
.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none;
}

.featherlight .featherlight-close-icon {
  /* position: centering vertical and horizontal */
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;

  /* dimensions: 25px x 25px */
  line-height: 25px;
  width: 25px;

  /* styling */
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff; /* Set the background in case it overlaps the content */
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: none;
  padding: 0;
}

/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.featherlight .featherlight-image {
  /* styling */
  width: 100%;
}


.featherlight-iframe .featherlight-content {
  /* removed the border for image cropping since iframe is edge to edge */
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.featherlight iframe {
  /* styling */
  border: none;
  width: 100%;
  overflow: hidden;
}

.featherlight * { /* See https://github.com/noelboss/featherlight/issues/42 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1600px) {
  .featherlight .featherlight-content {
    min-width: 750px;
  }
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
	margin-left: 0;
	margin-right: 0;
	max-height: 98%;
	width: 95%;
	padding: 10px 10px 0;
	border-bottom: 10px solid transparent;
  }
}

/* hide non featherlight items when printing */
@media print {
  html.with-featherlight > * > :not(.featherlight) {
	display: none;
  }
}

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
@media only screen and (max-width: 2000px) {
  header {
    padding-bottom: 150px;
  }
  .audience {
    bottom: -250px;
  }
  .featherlight .featherlight-content {
   		min-width: 700px;
	}
}
@media only screen and (max-width: 1650px) {
  header {
    padding-bottom: 110px;
  }
  .audience {
    bottom: -210px;
  }
	p {
		font-size: 1.45rem;
	}
}
@media only screen and (max-width: 1400px) {
    .tickets a {
      width: 90%;
    }
}
@media only screen and (max-width: 1300px) {
  header {
    padding-bottom: 90px;
  }
    .audience {
      bottom: -160px;
    }
}
@media only screen and (max-width: 1200px) {
	body {
		background-size: 9%;
	}
	p {
		font-size: 1.3rem;
	}
	.featherlight .featherlight-content {
		  min-width: 600px;
	}
  .curtains {
    background-size: 5%;
  }
}
@media only screen and (max-width: 1100px) {
    header {
      padding-bottom: 100px;
    }
    .audience {
      bottom: -120px;
    }
}
@media only screen and (max-width: 980px) {
	.future {
		justify-content: space-between;
	}
	.future a {
		width: 48%;
	}
}
@media only screen and (max-width: 820px) {
    header {
      padding-bottom: 50px;
    }
    .logo {
      max-width: 300px;
    }
    h1 {
      font-size: 2.5rem;
    }
}
@media only screen and (max-width: 760px) {
	.show-info {
		flex-flow: column wrap;
	}
	.show-info div {
		width: 100%;
	}
	.show-info h2,
	.show-info p {
		text-align: center;
	}
	.featherlight iframe {
		width: 100%;
	}
}
@media only screen and (max-width: 720px) {
	.span_1_of_12,
	  .span_2_of_12,
	  .span_3_of_12,
	  .span_4_of_12,
	  .span_5_of_12,
	  .span_6_of_12,
	  .span_7_of_12,
	  .span_8_of_12,
	  .span_9_of_12,
	  .span_10_of_12,
	  .span_11_of_12,
	  .span_12_of_12,
	  footer div.logos {
		width: 100%;
	}
	main {
		padding: 0 2%;
	}
	h2 {
		padding: 0 1%;
	}

}
@media only screen and (max-width: 640px) {
  header {
    padding-bottom: 20px;
  }
  .audience {
    bottom: -85px;
  }
  .tickets h3 {
      font-size: 1.5rem;
  }
  .featherlight .featherlight-content {
      min-width: 400px;
      width: 95%;
  }
}
@media only screen and (max-width: 480px) {
  header {
    padding-bottom: 20px;
  }
  .audience {
    bottom: -55px;
  }
  .logo {
    max-width: 250px;
  }
  h1 {
    font-size: 2.25rem;
  }
  .tickets a {
    width: 100%;
  }
  .tickets h3 {
      font-size: 1.25rem;
  }
  .future a {
    width: 100%;
    margin-bottom: 15px;
  }
  footer img.logo {
      width: 90%;
  }
}