@import url('https://fonts.googleapis.com/css2?family=Audiowide&family=Roboto+Condensed&family=Orbitron&family=Kanit&family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,1,-50..200&display=block');

* {
	overflow-x: hidden;
	overflow-y: auto;
	font-family: kanit, roboto rondensed, arial, sans-serif;
}

.body-flex {
	margin: 0;
	display: flex;
	flex-direction: column;
	grid-gap: 2vw;
	gap: 2vw;
	align-items: center;
	align-content: space-between;
}

.body-back {
	background-image: url('../IMAGES/SITE/gig 02.jpg');
	background-size: 2300px;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.head-font {
	font-size: 1.7vw;
	text-shadow: 3px 3px #000;
	font-family: kanit, arial, sans-serif;
}

.head {
	width: 98vw;
	background-color: rgba(0,0,0,.5);
	padding: 0.5vw;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	color: white;
}

.head-left {
	width: 25vw;
	text-align: right;
}

.head-center {
	width: 25vw;
	text-align: center;
}

.head-right {
	background-color: rgba(100,65,165,.5);
	padding: 1vw;
	text-decoration: none;
	color: white;
}

.head-right:hover {
	background-color: rgba(100,65,165,1)
}

.head-right-inner {
	font-family: audiowide, arial, sans-serif;
}

.main-top-font {
	font-family: audiowide, trebuchet ms, sans-serif;
	font-size: 7.5vw;
	text-shadow: 5px 5px #000;
	padding-left: 1vw;
}

.main-left-font {
	font-size: 1.5vw;
	text-shadow: 2px 2px #000;
	padding-left: 0.5vw;
	padding-bottom: 1vw;
	text-align: center;
}

.main-bottom-font {
	font-size: 1.8vw;
	text-shadow: 2px 2px #000;
	padding-left: 1vw;
	padding-bottom: 1vw;
}

.main {
	width: 99vw;
	background-color: rgba(0,0,0,.5);
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
	color: white;
}

.main-left {
	width: 300px;
	background-color: rgba(100,65,165,.5);
	display: flex;
	flex-flow: column;
	overflow: hidden;
	text-align: center;
}

.main-left:hover {
	background-color: rgba(100,65,165,1);
}

.donate-frame {
	border: none;
	width: 382px;
	height: 550px;
}

.main-right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-basis: 65vw;
}

.now-playing {	
	font-size: 1.8vw;
	padding: 0.5vw;
	background-color: rgba(255,255,255,.2);
	text-shadow: 3px 3px #808080;
	overflow-y: hidden;
}

.now-span {	
	font-size: 2.5vw;
	padding: 1vw;
}

.biscuiter {
	padding: 1vw;
	display: flex;
	flex-direction: row;
	grid-gap: 2vw;
	gap: 2vw;
	justify-content: space-between;
}

.crumbler {
	display: flex;
	flex-direction: column;
	width: 155px;
	color: #000;
	background-color: #FFFFFF;
	justify-content: space-between;
}

.crumbs {
/*	overflow: hidden;
	-webkit-appearance: none;
	background-color: #6541A5;*/
}

input[type='range'] {
	overflow: hidden;
	-webkit-appearance: none;
	background-color: #6441A5;
}

input[type='range']::-webkit-slider-runnable-track {
	-webkit-appearance: none;
	background-color: #6441A5;
}

input[type='range']::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 1vw;
	height: 1vw;
	background-color: #FFFFFF;
}

input[type="range"]::-moz-range-progress {
	background-color: #FFFFFF; 
}
input[type="range"]::-moz-range-track {  
	background-color: #6441A5;
}

input[type="range"]::-ms-fill-lower {
	background-color: #6441A5; 
}
input[type="range"]::-ms-fill-upper {
	background-color: #FFFFFF;
}

.directs {
	height: 20px;
}

.foot-font {
	font-size: 0.9vw;
	text-shadow: 2px 2px #000;
	color: white;
}

.foot {
	background-color: rgba(0,0,0,.5);
	width: 98vw;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: .5vw;
}

.foot-left {
	width: 25vw;
	font-size: 2vw;
	text-align: left;
}

.foot-left:hover {
	background-color: rgba(225,225,225,.95);
	cursor: pointer;
}

.foot-right {
	text-align: right;
	width: 50vw;
}

.foot-right-inner {
	position: relative;
	right: -10vw;
	text-align: left;
	width: 30vw;
}

.material-symbols-outlined {
	font-variation-settings: 'FILL' 1, 'wght' 400;
	display: inline;
}

.about-plate {
	background-color: rgba(255,255,255,.95);
	display: flex;
	flex-direction: row;
	position: fixed;
	visibility: hidden;
	top: 2vw;
	width: 98vw;
	height: 96vh;
}

.about-list {
	display: flex;
	flex-direction: column;
	width: 35vw;
	padding: 2vw;
	grid-gap: 2vw;
	gap: 2vw;
}

.about-info {
	width: 60vw;
	text-shadow: 1px 1px #FFFFFF;
	padding-bottom: 4vw;
	border-left: medium solid black;
}

.about-item {
	font-family: roboto condensed;
	font-size: 1.5vw;
	font-weight: 900;
	color: black;
	text-shadow: 1px 1px #FFFFFF;
}

.about-item:hover, .plate:hover{
	background-color: rgba(225,225,225,.95);
	cursor: pointer;
}

.about-heading {
	font-size: 2vw;
	color: black;
	font-family: roboto condensed;
	font-weight: 900;
	padding: 0vw 4vw 0vw 4vw;
}

.about-body {
	font-size: 1.5vw;
	color: black;
	font-family: roboto condensed;
	padding: 0vw 4vw 0vw 4vw;
}

span.b {
	color: black;
	font-family: roboto condensed;
	font-weight: 900;
}

span.c {
	font-family: roboto condensed;
	color: black;
	font-style: italic;
}

a.bare_link:link {
	color: black;
}

a.bare_link:visited {
	color: black;
}

a.bare_link:hover {
	background: rgba(225,225,225,.95);
}

a {
	text-decoration: none;	
}

@media screen and (max-width: 1100px) {
	.now-playing {	
		font-size: 4vw;
	}

	.now-span {	
		font-size: 4vw;
	}

	.main-bottom-font {
		font-size: 3vw;
	}
	
	.main-right {
		grid-gap: 3vw;
		gap: 3vw;
	}
	
	.main-left-font {
		font-size: 4vw;
	}
	
	.foot-font {
		font-size: 2vw;
	}
	
	.foot-left {
		font-size: 2vw;
	}
	
	.material-symbols-outlined {
		font-size: 2vw;
	}
	
	.about-body, .about-item {
		font-size: 2vw;
	}
	
	.about-heading {
		font-size: 3vw;
	}
}

@media screen and (max-width: 854px) {
	.head-font {
		font-size: 2vw;
	}
	
	.main {
		flex-direction: column;
	}
	
	.main-left {
		order: 2;
	}
	
	.main-right {
		flex-basis: auto;
		justify-content: space-between;
		order: 1;
		align-items: center;
		grid-gap: 2vw;
		gap: 2vw;
	}

	.now-playing {	
		font-size: 4vw;
	}

	.now-span {	
		font-size: 4vw;
	}
	
	.buiscuiter {
		flex-direction: column;
	}
	
	.main-top-font {
		font-size: 11vw;
	}
	
	.main-left-font {
		font-size: 4vw;
	}
	
	.main-bottom-font {
		text-align: center;
		font-size: 3vw;
	}

	.foot-font {
		font-size: 3vw;
	}
	
	.foot-left {
		font-size: 4vw;
	}
	
	.material-symbols-outlined {
		font-size: 3vw;
	}

	.about-body, .about-item {
		font-size: 3vw;
	}
	
	.about-heading {
		font-size: 3.5vw;
	}
}

div[data-display="1"] {
	display: block;
}

div[data-display="3"] {
	display: flex;
}

div[data-display="0"], div[data-display="2"], div[data-display="4"] {
	display: none;
}

