body {
	height: 100%;
	background-color: black;
	color: #ccc;
	-webkit-font-smoothing: antialiased;
}

.fullscreen-bg {
	position: fixed;
	top: -30px;
	right: 0;
	bottom: -40px;
	left: 0;
	overflow: hidden;
	z-index: -100;
}

.fullscreen-bg__video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

#content {
	padding: 4rem 4rem 6rem 4rem;
}

.section {
	padding: 1rem 4rem 4rem 4rem;
}

.section-home {
	padding: 0 4rem 4rem 4rem;
}

.collapsible {
	background-color: transparent;
	border: none;
	box-shadow: none;
}

.collapsible-header {
	font-family: sans-serif;
	font-size: 8rem;
	font-weight: 700;
	font-style: normal;
	color: aqua;
	line-height: 1;
	margin-top: 0;
	background-color: transparent;
	border: none;
	/*font-size:1.4rem;
	font-variant: small-caps;
	box-shadow: none;*/
}

.collapsible-body {
	border: none;
}

p {
	font-family: 'acumin-pro', sans-serif;
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1.4;
	margin-top: 0;
	/* margin-bottom: 4rem; */
}

p.credits {
	font-size: 1.2rem;
}

b {
	font-weight: 600;
}

h1 {
	font-family: 'alfarn', sans-serif;
	font-size: 10rem;
	font-weight: 700;
	font-style: normal;
	line-height: 1;
	margin-top: 0;
	margin-left: -0.7rem;
	margin-bottom: 0;
	color: goldenrod;
}

h1.valley {
	font-size: 8rem;
}

h1.jigging {
	font-size: 8rem;
}

h1.simowuk {
	font-size: 8rem;
}

h2 {
	font-family: 'alfarn', sans-serif;
	font-size: 5rem;
	font-weight: 700;
	font-style: normal;
	line-height: .9;
	margin-top: .4rem;
	margin-bottom: 4rem;
}

.top {
	margin-bottom: 1rem;
}

h3 {
	font-family: 'alfarn', sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 3rem;
	line-height: 1.2;
}

h3.site-title {
	color: aqua;
	font-family: 'alfarn', sans-serif;
	font-size: 3rem;
	position: fixed;
	margin: 4rem 0 4rem 4rem;
}

h3.site-titlehome {
	font-family: 'alfarn', sans-serif;
	font-size: 3rem;
	font-weight: 400;
	line-height: 1;
	position: relative;
	padding-top: 2rem;
	padding-left: 4rem;
}

h3.site-titleabout {
	color: aqua;
	font-family: 'alfarn', sans-serif;
	font-size: 3rem;
	font-weight: 400;
	line-height: 1;
	position: fixed;
	padding-top: 2rem;
	padding-left: 4rem;
}

h3.title {
	margin-top: 0;
	margin-bottom: 4rem;
}

h4 {
	font-family: 'acumin-pro', sans-serif;
	font-weight: 500;
	font-size: 2rem;
	line-height: 1.3;
	margin-bottom: 3rem;
	margin-top: 0;
}

h5 {
	font-family: 'acumin-pro', sans-serif;
	line-height: 1.2;
}

h6 {
	font-family: 'acumin-pro', sans-serif;
	padding-bottom: 0;
	line-height: 1;
	font-size: 1rem;
}

a {
	color: whitesmoke;
	font-weight: 400;
}

a:hover {
	color: aqua;
	text-decoration: underline;
}

li {
	font-size: 1rem;
}

.li-big {
	font-size: 2rem;
	line-height: 1.3;
}

a.li-big {
	font-size: 2rem;
	line-height: 1.3;
}

.last {
	margin-bottom: 1.5rem;
}

.first {
	margin-top: 1.5rem;
}

.vids {
	padding-bottom: 6rem;
}

.date {
	font-size: 1rem;
	text-transform: uppercase;
	margin-top: 4rem;
	margin-bottom: 0;
}

.indent {
	margin-left: 4rem;
	max-width: 80%;
}

img {
	margin-top: 1rem;
	margin-bottom: 4rem;
}

img.scale-with-grid {
	max-width: 100%;
	height: auto;
}

.scale-with-grid {
	max-width: 100%;
	height: auto;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.banner {
	padding-top: 9rem;
}

.callout {
	background-color: black;
	padding: 2rem;
	margin-top: 12rem;
	margin-bottom: 30rem;
}

.bottom-nav {
	margin-top:12rem;
}

.logo-bottom {
	margin-top: 4rem;
	padding-left: 3rem;
	padding-bottom: 1.5rem;
}

@media (max-width: 1100px) {
	/* #content {
		padding: 1.5rem 2.5rem 2rem 2.5rem;
	} */

	.section {
		padding: 2rem 2.5rem 2rem 2.5rem;
	}

	h1 {
		font-size: 8rem;
	}

	h1.valley {
		font-size: 5.5rem;
		margin-left: 0;
	}

	h1.jigging {
		font-size: 5.5rem;
		margin-left: 0;
	}

	h1.simowuk {
		font-size: 5.5rem;
		margin-left: 0;
	}

	h2 {
		font-size: 5rem;
	}

	h2.top {
		padding-top: 1.5rem;
	}

	h3.site-title {
		position: fixed;
		margin: 4rem 0 4rem 4rem;
	}

	h3.site-titlehome {
		padding-top: 1.5rem;
		padding-left: 2.5rem;
	}

	h3.site-titleabout {
		padding-top: 1.5rem;
		padding-left: 2.5rem;
	}

	p {
		line-height: 1.3;
	}

	.banner {
		padding-top: 0rem;
	}

	/* .bottom-nav {
		margin-top: 20rem;
	} */



	.callout {
		background-color: black;
		padding: 2rem;
		margin-top: 12rem;
		/* margin-bottom: 72rem; */
	}

	.logo-bottom {
		margin-top: 4rem;
		padding-left: 2.5rem;
		padding-bottom: 1rem;
	}
}

@media (max-width: 500px) {
	.row {
		padding: 0;
		margin: 0;
	}

	.col {
		padding: 0;
		margin: 0;
	}

	#content {
		padding: 1rem 1.25rem 1.25rem 1.25rem;
	}

	.section {
		padding: .4rem 1.25rem 1.25rem 1.25rem;
	}

	#box {
		padding: .25rem 2rem .5rem 2rem;
	}

	h1 {
		font-size: 6rem;
		margin-left: -0.4rem;
	}

	h1.valley {
		font-size: 3.2rem;
		margin-left: 0;
	}

	h1.jigging {
		font-size: 5rem;
		margin-left: 0;
	}

	h1.simowuk {
		font-size: 4rem;
		margin-left: 0;
	}

	h2 {
		font-size: 4rem;
		line-height: .65;
		padding-bottom: .2rem;
		padding-top: .6rem;
	}

	h2.top {
		padding-top: 2rem;
	}

	h3 {
		font-size: 2.4rem;
	}

	h3.site-title {
		position: relative;
		font-size: 2.5rem;
		margin: 4rem 0 4rem 4rem;
	}

	h3.site-titlehome {
		padding-top: .2rem;
		padding-left: 1.25rem;
	}

	h3.site-titleabout {
		position: relative;
		padding-top: .2rem;
		padding-left: 1.25rem;
	}

	h4 {
		font-size: 1.5rem;
		line-height: 1.25;
	}

	p {
		font-size: 1.2rem;
		line-height: 1.3;
	}

	li {
		font-size: 1rem;
		line-height: 1.25;
	}

	.li-big {
		font-size: 2rem;
	}

	.banner {
		padding-top: 0rem;
	}

	.footer {
		margin-top: 30rem;
	}

	.bottom-nav {
		margin-top: 30rem;
	}

	.callout {
		background-color: black;
		padding: 2rem;
		margin-top: 8rem;
		margin-bottom: 12rem;
	}
	.quote { margin-bottom: 2rem; }


}

#artiststatement p {
	margin-bottom: 1em;
}

#artiststatement h4 {
	text-transform: uppercase;
	font-size: 1rem;
	margin-bottom: 2rem;
	font-weight: 600
}

#bio p {
	margin-bottom: 1rem;
	font-size: 1rem;
}

#bio h4 {
	text-transform: uppercase;
	font-size: 1rem;
	margin: 2rem 0 1rem 0;
	font-weight: 600
}

.no-margin {
	margin: 0;
}

#credits ul,
#credits li,
#credits h6,
#credits p {
	line-height: 1.5;
	font-size: 1rem;
}

#credits h6 {
	margin: 0px;
	font-weight: 500;
	color: white;
}

#credits ul {
	margin: 0 0 1.5rem 0;
}

#credits p {
	margin: 0 0 1rem 0;
	font-size: 1rem;
}

video {
	display: block;
	width: 100%;
	height: auto;
	margin: 2rem 0 2rem 0;
}

#circle-top-R {
	position: relative;
	margin: 2rem;
}

#circle-btm-L {
	position: relative;
	margin: 2rem;
}

#performances li {
	font-size: 1rem;
	line-height: 1.35;
}

#performances h6 {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1
}

.quote {
	font-style: italic;
	margin-bottom: 2rem;
}
.quote h4 { margin:0; font-size: clamp(1rem, 1rem + 1vw, 1.5rem); }
.caption {
	font-size: 1rem;
	text-align: right;
	display: block;
}
