/* colours:

#E40515 - red
#FFE501 - yellow
#FFFCE3 - mild yellow (cream?)
#1A1A1A - almost black
#000000 - actually black
#C9C9C9 - grey
#FFFFFF - white

#003263 - leftover colour from other site, I think?
#535353 - missing from the list, dark grey book button mouseover

*/

a{
	color:inherit;
}
body,#footer,#footer .outer{
	background:black;
	color:white;
}
/* remove the above colour once the colours per section are set */
.skip-link{
	border-color:black;
	color:black;
	background-color:white;
}
#nav{
	background:#FFE501;
	color:#000000;
}
#nav a{
	color:inherit;
	transition:color .2s ease-in-out 0s;
}
#nav #menu1 a.active,
#nav #menu1 a:hover,
#nav #menu1 a:focus,
#nav #menu1 a:active{
	color:#E40515;
}

#nav #socialnav li a:focus,
#nav #socialnav li a:hover,
#nav #socialnav li a:active{
	filter:brightness(0);
}


#header{
	background:url(../img/poster.jpg) #E40515 no-repeat center top / auto 100%;
	padding-top:1340px;
}
@media(min-width:1920px){
	#header{
		padding-top:69.8%;
	}
}
@media(max-width:1500px){
	#header{
		padding-top:89%;
	}
}
@media(max-width:500px){
	#header{
		background-image:url(../img/poster-430.jpg);
		background-size:100% auto;
		padding-top:155%;
	}
}
#theshow{
	background:#FFFCE3;
	color:#1A1A1A;
}
#theshow h1{
	color:#E40515;
}
#theshow .intro{
}
hr{
	background:url(../img/divider.svg) transparent no-repeat center bottom / contain;
}
#castcreatives hr{
	background-image:url(../img/divider-white.svg);
}
.reviewquotes .decocat{
	max-width:17rem;
	margin:0 auto;
}
p.review span.stars,
p.review span.quote{
	color:#E40515
}
p.review span.byline{
	color:#1A1A1A;
}
#booktickets{
	background:url(../img/map.jpg) #FFFCE3 no-repeat center top / cover;
	color:#1A1A1A;
}
#booktickets h2{
	color:#E40515;
}
.tourdates{
	background:url(../img/divider.svg) transparent no-repeat center top / contain;
}
.tourdates li{
	background:url(../img/divider.svg) transparent no-repeat center bottom / contain;
}
#booktickets p{
}
.book a{
	background:#E40515;
	color:#ffffff
}
.book a:focus,
.book a:hover,
.book a:active{
	background:#535353;
}
.book .onsalesoon{
	background:transparent;
	color:#000;
	border-color:#000;
}
#gallery{
	background:#E40515;
	color:#ffffff;
}
#castcreatives{
	background:url(../img/map-red.jpg) #E40515 no-repeat center top / cover;
	color:#ffffff;
}
#castcreatives h2{
}
body.bio{
	background:#FFE501;
	color:#1A1A1A;
}
body.bio h1{
	color:#E40515;
}



/* reset */

*{
	box-sizing:border-box;
}
html,body,h1,h2,h3,p,ul,li,blockquote{
	padding:0;
	margin:0;
}
img,iframe{
	max-width:100%;
}


/* fonts */

@font-face {
    font-family: 'Eraser';
    src: url('../fonts/Eraser.ttf')  format('truetype');
}

html{
	font-size:16px; /* basis for 'rem' sizes */
}

body{
	font-family:'Poppins',sans-serif;
	font-size:100%;
	font-weight:500;
	line-height:1;
}
h1,#home h2{ /* the h2 on the bio popups should stay as Poppins */
	font-family:'Eraser',sans-serif;
}
a{
	text-decoration:underline;
	text-underline-offset:.2em;
}
a:focus,
a:hover,
a:active{
	text-decoration-style:dashed;
}
#nav a,
.book a,
.castlist li a{
	text-decoration:none;
}
.castlist li a span.name{
	text-decoration:underline;
}
.castlist li a:focus span.name,
.castlist li a:hover span.name,
.castlist li a:active span.name{
	text-decoration-style:dashed;
}

h1,h2{
	font-size:4.25rem;
	font-size:clamp(2.5rem,5.6vw,4.25rem);
	font-weight:400;
	text-transform:uppercase;
	line-height:1.2;
	text-align:center;
	margin-bottom:.4em;
}
h2{
	margin:.5em auto 1em auto;
}
h3,h4,h2 span{
	font-size:2rem;
	font-size:clamp(1.375,4.125vw,2rem);
	font-weight:600;
	line-height:1.35;
	margin-bottom:1.35em;
}
h5,h6,
p,ul,ol,blockquote,
input,textarea,select,option{
	font-size:1.25rem;
	font-size:clamp(1.125rem,2.2vw,1.25rem);
	font-weight:500;
	line-height:1.8;
	margin-bottom:1.42em;
}
.bio p,
.bio ul{
	font-size:clamp(1rem,2.2vw,1.25rem);
	font-weight:500;
	line-height:1.8;
}
#nav ul{
	font-size:1.25rem;
	font-weight:700;
	text-transform:uppercase;
	line-height:5.875rem;
	transition:line-height .5s ease-in-out 0s;
}
.scrolled #nav ul{
	line-height:4.25rem;
}
#theshow .intro p{
	font-size:1.75rem;
	font-size:clamp(1.4rem,3.12vw,1.75rem);
	font-weight:500;
	line-height:1.2;
	margin-bottom:1.42em;
}
#theshow .showinfo p{
	font-size:1rem;
	font-size:clamp(.875rem,2.625vw,1rem);
}
hr{
	font-size:1.125rem;
	/* font-size to get margin-bottom to be relative to paragraphs */
	height:15px;
	border:0;
	margin:clamp(1rem,4vw,2.35em) auto;
}
p.review{
	font-size:1.75rem;
	font-size:clamp(1.5rem,2.2vw,1.75rem);
	font-weight:700;
	line-height:1.4;
}
p.review span.quote{
	margin-bottom:1em;
}
p.review span.byline{
	font-size:1rem;
	text-transform:uppercase;
	margin-bottom:0;
}
p.review span.stars{
	font-size:5.5rem;
	font-size:clamp(3rem,9vw,5.5rem);
	line-height:1;
	margin-bottom:.3em;
}
.tourdates{
	font-size:1.125rem;
	font-size:clamp(1.125rem,3.375vw,1.125rem);
	font-weight:700;
	line-height:1.4;
	margin-bottom:3.3em;
}
.tourdates span.city{
	text-transform:uppercase;
}
.tourdates .book a{
	text-transform:uppercase;
}
#booktickets p,
#gallery p{
	text-align:center;
	margin-bottom:.7em;
}
#gallery p{
	font-size:1rem;
}
#castcreatives ul{
	font-size:1.25rem;
	line-height:1.75;
}
ul.creativeslist li .name,
ul.castlist li .name{
	font-weight:700;
}
p.caption{
	font-size:16px;
	padding-top:1em;
}

#footer h3,
#footer p,
#footer ul{
	font-size:1rem;
	font-size:clamp(.875rem,2.625vw,1rem);
	margin-bottom:0;
}

.bio h1{
	font-size:4rem;
	font-size:clamp(2rem,8vw,4rem);
	font-weight:700;
	text-transform:uppercase;
	line-height:.875;
	margin-bottom:.2em;
}
.bio h2{
	font-size:2rem;
	font-size:clamp(1.375rem,4.125vw,2rem);
	font-weight:600;
	text-transform:none;
	margin-bottom:0;
}


/* layout */


.screen-reader-text{
	position:fixed;
	top:-40000px;
	left:-40000px;
}
.skip-link{
	display:block; /* in case it's a span inside a link */
	border-width:4px;
	border-style:solid;
	border-radius:10px;
	padding:1rem;
}
.skip-link:focus,
a:focus .skip-link{
	top:1rem;
	left:1rem;
	z-index:90001;
}

/* overlap system from bottom up */
.section{
	position:relative;
}
#castcreatives{z-index:1;}
#gallery{z-index:2;}
#booktickets{z-index:4;} /* same as #theshow, so that the map image does not get cut off */
#theshow{z-index:4;}
#header{z-index:5;}
#nav{z-index:90000;}

#nav{
	padding:0 clamp(1rem,5vw,2.5rem);
}
.outer{
	padding-top:7rem;
	padding-bottom:2.1875rem;
	padding-left:clamp(1rem,5vw,2.5rem);
	padding-right:clamp(1rem,5vw,2.5rem);
	margin-top:-5rem;
}
#header .outer{
	margin-top:0;
}
#castcreatives .outer{
	margin-top:0;
	padding-top:10rem;
}
.inner{
	max-width:64rem;
	margin:0 auto;
}
#nav .inner{
	max-width:92.5rem;
}

#wrapper{
	padding-top:5.875rem;
	transition:padding .5s ease-in-out 0s;

}
.scrolled #wrapper{
	padding-top:4.25rem;
}
#nav{
	height:5.875rem;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	transition:height .5s ease-in-out 0s;

}
.scrolled #nav{
	height:4.25rem;
}
#toggle{
	display:none;
}
#navcontent{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
#nav ul{
	list-style:none;
}
#nav ul li{
	display:inline-block;
	padding:0 0.64em;
}
#nav ul li a{
	display:inline-block;
	position:relative;
}
#nav ul#menu1 li:first-child{
	padding-left:0;
}
#nav ul#socialnav li:last-child{
	padding-right:0;
}
#nav ul#menu1 li a{
	top:-.08em;
}
#nav ul#menu1 li a:after{
	bottom:-.08em;
}
#nav ul#menu1 li a img{
	margin-bottom:-.2em;
}
#socialnav li a img{
	vertical-align:middle;
	margin-top:-.5rem;
}
.scrolled #socialnav li a img{
	margin-top:-.2rem;
}
#header #content{
	position:absolute; 
	top:0;
	left:0;
	width:100%;
}
#theshow .content{
	text-align:center;
	margin:0 auto;
}

.videowrapper{
	margin:3.5rem auto;
	margin-bottom:clamp(1rem,4vw,3.5rem);
}
.videobox{
	position:relative;
	width:100%;
	height:0;
	padding-top:56.25%;
}
.videobox iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.reviews2cols{
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	gap:1rem; /* horizontal gap is set by the width of the quotes */
}
.reviews2cols li{
	width:46.875%;
	text-align:center;
}
@media(max-width:800px){
	.reviews2cols li{
		width:100%;
	}
}
.review span{
	display:block;
}


.tourdates{
	list-style:none;
}
.tourdates li{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding:2rem 1.875rem 2rem 2.5rem;
	margin-bottom:2rem;
}
.tourdates li span.date{
	width:calc(48% - 4.5em);
}
.tourdates li span.venue{
	width:calc(48% - 4.5em);
	padding-left:1em;
}
.tourdates li span.phone{
	width:0;
}
.tourdates li span.book{
	width:9em;
}
.tourdates li span.venue span,
.tourdates li span.phone span{
	display:block;
}
.book{
	text-align:right;
	padding:.3em 0;
}
.book a,
.book .onsalesoon{
	display:inline-block;
	width:11.925rem;
	max-width:100%; /* of .book */
	min-height:2.5em;
	line-height:2.5em;
	text-align:center;
	padding:0 2px;
	border-width:1px;
	border-style:solid;
	border-radius:.5rem;
}
.gallery{
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	margin-left:-.9375rem;
	margin-right:-.9375rem;
}
.gallery li{
	width:33.33%;
	padding:.9375rem;
}
.gallery li a,
.gallery li img{
	display:block;
}
#gallery ul li a img{
	border-width:3px;
	border-style:solid;
}

.creatives{
	margin-bottom:4rem;
}
#castcreatives ul{
	list-style:none;
}
ul.castlist{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin-left:-1rem;
	margin-right:-1rem;
}
ul.castlist li{
	width:33.33%;
	text-align:center;
	padding:1rem;
}
ul.castlist li span{
	display:block;
}
ul.creativeslist{
	text-align:center;
}
ul.creativeslist li{
	margin-bottom:1.75em;
}
ul.creativeslist li span.role{
	display:block;
}

#footer .fcols{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	padding:1rem 0;
}
#footer .fcol1 p{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	gap:3rem;
}
#footer .fcol1 a{
	display:inline-block;
	max-width:calc(50% - 3rem);
}
#footer .fcol2{
	width:4.5625rem;
	flex-grow:2;
	text-align:right;
}
@media(max-width:620px){
	#footer .fcols,
	#footer .fcol1 p{
		justify-content:center;
	}
	#footer .fcol2{
		width:100%;
		text-align:center;
		padding-top:2.5rem;
		padding-bottom:2.5rem;
	}
	
}


/* bios */

.bio{
	padding:3rem clamp(1rem,8vw,6rem);
}
.bio #content{
	max-width:69.125rem;
	margin:0 auto;
}
.bio .bioimg,
.bio .biotext{
	padding-top:3rem;
}
.bio .bioimg{
	float:left;
	width:20rem;
	max-width:50%;
	margin:0 1.125rem 1.125rem 0;
}
.bio .bioimg img{
	width:100%;
	position:relative;
  	top:.5rem;
}
.bio .biotext{
	max-width:51rem;
	margin:0 auto;
}
.bio a{
	color:inherit;
}
.bio a:focus,
.bio a:hover,
.bio a:active{
	text-decoration:underline dashed #fff;
}


/* nav menu narrow */

@media(max-width:1200px){
	#nav ul{
		font-size:1.125rem;
	}
}


@media(max-width:920px){
	#wrapper{
		padding-top:4.25rem;
	}
	#toggle{
		display:block;
		width:auto;
		height:4.25rem;
		font-family:'Barlow',sans-serif;
		font-size:.9375rem;
		font-weight:500;
		text-transform:uppercase;
		line-height:4.25rem;
		background:url(../img/burger.svg) transparent no-repeat left center / auto 1.5rem;
		position:fixed;
		left:clamp(1rem,5vw,2.5rem);
		top:0;
	}
	#nav:target #toggle{
		background-image:url(../img/close.svg);
	}
	#toggle a{
		display:block;
		width:100%;
		height:100%;
		padding-left:2.75rem;
	}
	#toggle a span{
		line-height:1;
	}
	#nav{
		height:4.25rem;
		transition:height .5s ease-in-out 0s, overflow 1s ease-in-out 0s;
	}
	#nav ul{
		line-height:4.25rem;
	}
	.toggled-on #nav,
	#nav:target{
		height:100%;
		overflow:auto;

	}
	#navcontent{
		display:block; /* remove flex */
	}
	#navcontent #socialnav{
		position:fixed;
		top:0;
		right:clamp(1rem,5vw,2.5rem);
	}
	#navcontent #socialnav li{
		padding:0 .5rem;
	}
	#navcontent #menu1{
		display:none;
	}
	.toggled-on #navcontent #menu1,
	#nav:target #navcontent #menu1{
		display:block;
	}
	#nav ul#menu1{
		font-size:2.375rem;
		font-size:clamp(1rem,8.8vw,2.375rem);
		line-height:1;
		padding-top:4.125rem;
		margin-left:auto;
		transition:all 0s ease-in-out 0s;
	}
	ul.menu{
		width:100%;
		text-align:center;
		margin-bottom:1rem;
	}
	ul.menu li{
		display:block;
		padding:0 0 .5em 0 !important;
		width:100%;
	}
	ul.menu li a{
		padding-bottom:.2em;
	}
	#nav #menu1 a.active{
		color:inherit; /* we don't want the impression of any of the links being active when scrolling behind the menu panel */
	}
	#nav .navisopen,
	#nav:target .navisclosed,
	.toggled-on #nav .navisclosed{
		display:none;
	}
	#nav .navisclosed,
	#nav:target .navisopen,
	.toggled-on #nav .navisopen{
		display:block;
	}
}




/* other width based styles */

@media(max-width:1300px){
	#socialnav{
		right:0.625rem;
	}
}
@media(max-width:1220px){
	.scrolled #socialnav{
		right:-10rem;
	}
}
@media(max-width:1100px){
	#socialnav{
		top:3.75rem;
	}
}
@media(max-width:820px){
	ul.castlist li{
		width:33.33%;
	}
}
@media(max-width:700px){
	.tourdates li{
		padding:1em;
	}
	.tourdates li span.date{
		width:100%;
	}
	.tourdates li span.venue{
		width:calc(100% - 10em);
		padding-left:0;
	}
}

@media(max-width:580px){
	ul.gallery li,
	ul.castlist li{
		width:50%;
	}
}

@media(max-width:560px){
	.content .col1,
	.content .col2{
		width:100%;
	}
	.bio .bioimg{
		float:none;
		width:100%;
		max-width:100%;
	}
	.bio .withimage .biotext{
		padding-top:1rem;
	}
	.bio p a{
		word-wrap:break-word;
	}
}

@media(max-width:520px){
	.tourdates li span.date,
	.tourdates li span.venue,
	.tourdates li span.book{
		display:block;
		width:100%;
		text-align:left;
	}
	.tourdates li span.book *{
		text-align:center;
		margin-left:auto;
		margin-right:auto;
	}
}


@media(max-width:460px){
	ul.creativeslist li .name,
	ul.creativeslist li .role{
		width:100%;
		text-align:center;
	}
	ul.creativeslist li .role{
		order:-1;
	}

	ul.creativeslist li{
		margin-bottom:1em;
	}
	ul.castlist li{
		width:100%;
	}
}
@media(max-width:520px){
	h3,h4,h2 span{
		font-size:1.375rem;
	}
	h5,h6,
	p,ul,ol,blockquote,
	input,textarea,select,option{
		font-size:1.125rem;
	}
	.bio p{
		font-size:1rem;
	}
	#theshow .intro p{
		font-size:1.4rem;
	}
	#theshow .showinfo p{
		font-size:.875rem;
	}
	#footer h3,
	#footer p,
	#footer ul{
		font-size:.875rem;
	}
}

@media(max-width:460px){
	hr{
		background:url(../img/divider-short.svg) transparent no-repeat center bottom / contain;
	}
	.tourdates{
		background:url(../img/divider-short.svg) transparent no-repeat center top / contain;
	}
	.tourdates li{
		background:url(../img/divider-short.svg) transparent no-repeat center bottom /contain;
	}
}

@media(max-width:320px){
	.bio h1{
		font-size:1.5rem;
	}
	.bio h2{
		font-size:1.25rem;
	}
	.bio p{
		font-size:.9375rem;
	}

}

/* header image sizes */






/* increase sizes via html font-size */


@media(min-width:1921px){html{font-size:18px;}}
@media(min-width:1960px){html{font-size:20px;}}
@media(min-width:2055px){html{font-size:21px;}}
@media(min-width:2150px){html{font-size:22px;}}
@media(min-width:2245px){html{font-size:23px;}}
@media(min-width:2340px){html{font-size:24px;}}
@media(min-width:2435px){html{font-size:25px;}}
@media(min-width:2530px){html{font-size:26px;}}
@media(min-width:2625px){html{font-size:27px;}}
@media(min-width:2720px){html{font-size:28px;}}
@media(min-width:2815px){html{font-size:29px;}}
@media(min-width:2910px){html{font-size:30px;}}
@media(min-width:3005px){html{font-size:31px;}}
@media(min-width:3100px){html{font-size:32px;}}
@media(min-width:3100px){html{font-size:33px;}}
@media(min-width:3195px){html{font-size:34px;}}
@media(min-width:3290px){html{font-size:36px;}}
@media(min-width:3385px){html{font-size:37px;}}
@media(min-width:3480px){html{font-size:38px;}}
@media(min-width:3575px){html{font-size:39px;}}
@media(min-width:3670px){html{font-size:40px;}}
@media(min-width:3765px){html{font-size:41px;}}
@media(min-width:3860px){html{font-size:42px;}}
@media(min-width:3955px){html{font-size:43px;}}
@media(min-width:4050px){html{font-size:44px;}}
