@import url('https://fonts.googleapis.com/css2?family=RocknRoll+One&display=swap');

html, body {
	margin: 0;
	padding: 0;
	font-family: 'RocknRoll One', serif;
	color: #aaa;
}

h1 {
	font-size: 3rem;
	text-align: center;
	margin: 5px 0;
}

h2 {
	font-size: 1.5rem;
	color: #000;
	text-align: center;
	margin: 0;
}

a {
	color: #fff;
}

a.youtube {
	display: inline-block;
	padding-top: 1rem;
}

.nGY2ViewerMediaLoaderHidden {
	display: none;
}

.top-menu {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 40px);
	background: #333;
	z-index: 100;
	padding: 5px 20px;
}

.mysteryarts-logo {
	height: 18px;
	width: auto;
	position: relative;
	top: 1px;
}

.top-menu ul {
	list-style: none;
	display: flex;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

.top-menu li {
	display: block;
	color: #999;
	padding: 0;
	margin: 0 5px;
}

.top-menu li a {
	color: #999;
	text-decoration: none;
	padding: 9px 10px;
	transition: all 200ms linear;
}

.top-menu li a.active {
	background: #666;
	color: #ccc;
}

.top-menu li a:hover {
	color: #ccc;
}

#content {
	position: relative;
	z-index: 3;
}

#gallery {
	margin-top: 40px;
	margin-bottom: 60px;
}

body > .dust {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-image: url(images/film-dust.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.now-playing {
	background-image: url(images/gray-screen.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: 0.9;
}

.now-playing .flex {
	display: flex;
}

.now-playing .logo {
	width: 38%;
	padding: 2rem;
	text-align: center;
	align-self: center;
}

.now-playing .logo img {
	height: calc(33vw);
	width: auto;
}

.now-playing .feature {
	width: 62%;
	padding: 0 2rem;
	text-align: center;
	align-self: center;
}

.now-playing .feature .thumb {
	width: 80%;
	margin: 5px auto;
	padding: 2px;
	background-image: paint(rough-painter);
	--rough-border-width: 4;
	line-height: 0;
}

.now-playing .feature img {
	width: 100%;
	height: auto;
	mix-blend-mode: multiply;
}

.now-playing .feature p {
	width: 80%;
	margin: 0 auto;
	padding: 0;
	color: #000;
	text-align: left;
	line-height: 1.4;
}

.now-playing .feature p a {
	color: inherit;
	text-decoration: none;
}

.now-playing .mission {
	clear: both;
	color: #000;
	padding: 0 2rem 1rem 2rem;
}

.now-playing .mission a {
	color: inherit;
}

.nav {
	background: #222;
	margin-bottom: 4rem;
}

.nav ul {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
	justify-content: space-evenly;
}

.nav ul li {
}

.nav ul a {
	color: #ccc;
	text-decoration: none;
	padding: 10px;
	display: block;
}

.nav ul a .fa {
	margin-right: 0.25rem;
}

.nGY2 .nGY2GThumbnail, .nGY2 .nGY2GThumbnailStack {
	overflow: visible;
}

.nGY2GThumbnailSub {
	position: relative;
}

.nGY2GallerySub > div {
	opacity: 0.7 !important;
	transition: opacity 300ms ease;
}

.nGY2GallerySub > div:hover {
	opacity: 1 !important;
	transition: opacity 300ms ease;
}

.nGY2viewerGallery .nGY2VThumbnailContainer .nGY2VThumbnail {
	cursor: pointer;
}

.nGY2GallerySub .above {
	position: absolute;
	top: -30px;
	width: calc(100% - 10px);
	padding: 3px 5px;
	z-index: 10;
	color: #fff;
	background: #222;
	text-align: center;
}

video.nGY2ViewerMedia {
	min-height: 80%;
}

.nanogallery_gallerytheme_custom_gallery .nGY2GThumbnailLabel {
	background: #222 !important;
}

h1.projector {
	margin-bottom: -5px;
	line-height: 1;
}

h1.projector .image {
	display: inline-block;
	width: 6rem;
	height: 7rem;
	margin-right: 2rem; 
	background-image: url(images/projector.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: left top;
}

h1.projector .title {
	position: relative;
	top: -3rem;
}

h1.wave-dial {
	background-image: url(images/wave-dial.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	padding: 7rem 0 12rem 0;
}

#tracks {
	display: flex;
}

#tracks .lineup {
	width: calc(70vw - 6rem);
}

#tracks .radio {
	width: calc(30vw - 6rem);
	text-align: center;
	position: fixed;
	bottom: -100vh;
	right: 0;
	width: 30vw;
	background: rgba(0,0,0,0.7);
	border-top-left-radius: 1rem;
	transition: all 1s ease;
	z-index: 1000;
	transition-delay: 200ms;
}

#tracks .radio.show {
	bottom: 0;
}

#tracks .radio .device {
	position: relative;
	bottom: 0;
	right: 0;
}

#tracks .radio .device .face {
	width: 80%;
	height: auto;
	max-width: 350px;
	margin: 2rem auto 0 auto;
	opacity: 1;
	transition: all 300ms ease;
}

#tracks .radio .device:hover .face {
	opacity: 0.5;
}

#tracks .radio .device .toggle {
	width: 65px;
	height: 65px;
	cursor: pointer;
	position: absolute;
	right: 52%;
	bottom: 7%;
	background-image: url(images/toggle-switch-down.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

#tracks .radio.show .device .toggle {
	background-image: url(images/toggle-switch-up.png);
}

#tracks .radio .device .volume {
	height: 45px;
	width: auto;
	cursor: pointer;
	position: absolute;
	right: 35%;
	bottom: 10%;
}

#tracks .radio .device .slider {
	position: absolute;
	left: 35%;
	bottom: 35%;
	width: 30%;
	height: 3rem;
}

#tracks .radio .sliderlens {
	left: 35% !important;
	top: 53% !important;
	width: 30% !important;
	box-shadow: 3px 3px 9px #000;
	display: none !important;
	transition: all 300ms ease;
}

#tracks .radio .sliderlens.show {
	display: block !important;
	opacity: 0;
}

#tracks .radio .sliderlens.show.fade {
	opacity: 1;
}

#tracks .radio .playing {
	display: flex;
	padding: 0 2rem 2rem 2rem;
	margin: 0;
}

#tracks .radio .playing .title {
	width: 100%;
}

#tracks a.download {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	background: #333;
	margin-top: 0.5rem;
	line-height: 1;
	padding: 6px 12px;
	border-radius: 3px;
	transition: all 200ms ease;
}

#tracks a.download:hover {
	background: #555;
}

#tracks a.download .fa {
	margin-right: 0.25rem;
}

.track {
	display: flex;
	margin: 0.5rem 0;
	cursor: pointer;
}

.track .switch {
	width: 80px;
	height: 80px;
	background-image: url(images/toggle-switch-left.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	margin-right: 0.5rem;
	opacity: 0.7;
	transition: opacity 300ms ease;
}

.track:hover .switch {
	opacity: 1;
}

.track.playing .switch {
	opacity: 1;
	background-image: url(images/toggle-switch-right.png);
}

.track .title {
	align-self: center;
}

.videoDescription {
	position: absolute;
	top: 15px;
	left: 40%;
	width: 20%;
	color: #fff;
	text-align: center;
}

.videoDescription .fa {
	transform: scale(2);
	margin-right: 0.7em;
}

.videoDescription a {
	color: inherit !important;
	text-decoration: none;
}

.videoDescription a:hover {
	text-decoration: underline;
}


@media (min-aspect-ratio: 4/3) {
	.nGY2 iframe.nGY2ViewerMedia {
		height: 70vh !important;
		width: calc(70vh * 16 / 9) !important;
	}
}

@media (min-width: 768px) {
	#content { padding: 0 3rem 8rem 3rem; }
	h1.wave-dial { margin-bottom: -3rem; }
}

@media (max-width: 767px) {
	#gallery, #tracks { padding-left: 2rem; padding-right: 2rem; }
}
