.visually-hidden{
	visibility: hidden;
}html, body{
	height: 100%;
	scroll-behavior: smooth;
}body{
	background-color:#000;
	margin: 0;
}#hometop, #shows, #past, #bio, #media{
	background-image: url('/images/amitchell1.jpg');
	width: 100%;
	
	background-size: 100% auto;
	background-position:left -50px;
	color: #fff;
	position: relative;
	background-repeat: no-repeat;
}#hometop{
	height: calc(74vw);
}#shows{
	background-image: url('/images/amitchell22.jpg');
	height: calc(60vw);
	background-size: cover;
	width: calc(100%);
	background-position: right;
}#past{
	background-image: url('/images/amitchell6.png');
	/*height: calc(60vw);*/
	background-color: #2d262d;
	background-size: 100vw auto;
	width: calc(100%);
	background-position: top right;
}#bio{
	width: calc(100%);
	background-image: url('/images/amitchell3.jpg');
	min-height: calc(50vw);
	background-size: 85% auto;
	background-position: right -70px top;
	margin-bottom: 4em;
}#media{
	background-image: url('/images/amitchell4.jpg');
	/*height: calc(50vw);*/
	background-size: 50% auto;
	background-position: bottom right;
	width: calc(100%);
}#hometop h1{
	display: none;
}#quote, footer{
	background-color: #5B2939;
	color: #fff;
	font-family: 'Staatliches', sans-serif;
	font-weight: 300;
	text-align: right;
	padding: 25px 100px 15px 100px;
}#quote p{
	font-size: 2.4em;
}#quote p small{
	font-size: 0.7em;
}#quote p + p{
	margin-top: -1em;
}p, td, em{
	font-size: 1.2em;
	font-family: "effra", "Helvetica", Arial, sans-serif;
}#quote p, h1, h2, nav a{
	font-family: 'Staatliches', sans-serif;
	font-weight: 300;
	color: #fff;
}p a{
	color: #fff;
}h1, h2{
	font-size: 4em;
	margin-bottom: 0;
}h2{
	font-size: 2em;
}em{
	display: block;
	font-size: 1em;
	margin: -0.25em 0 1em 0;
}em + p{
	margin-bottom: 0.75em;
}#shows p, #past p{
	/*margin-top: 0;*/
}#shows > div, #past > div, #bio > div, #media > div{
	width: 100%;
	padding: 70px 100px 50px 100px;
	max-width: 400px;
} #media > div{
	max-width: 500px;
}.show{
	padding-bottom: 1.5em;
	border-bottom: solid 1px rgba(255,255,255,0.3);
}h1 + .show{
	border-top: solid 1px rgba(255,255,255,0.3);
	margin-top: 1em;
}


#bio div{
	max-width: 550px;
}#bio p{
	line-height: 1.25;
}#hometop nav{
	position: fixed;
	top: 50px;
	right: 100px;
	font-size: 2.1em;
	z-index: 99;
}

#hometop nav ul{
	margin: 0 -0.5em; padding: 0;
	list-style-type: none;
}#hometop nav li{
	display: inline-block;
	padding: 0;
	margin: 0 0.5em;
}#hometop nav a{
	color: #fff;
	text-decoration: none;
}footer p{
	color: #fff;
	font-size: 0.85em;
}footer{
	padding: 10px 100px 10px 100px;
}


.yta{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	margin-top: 2em;
}.yta iframe{
	position: absolute;
	left: 0; right: 0; top: 0; bottom: 0;
	width: 100%;
	height: 100%;
}
