@charset "UTF-8";
/* CSS Document */

html {
	scroll-behavior: smooth;
}
	.sidePanel {
		position:absolute;
		display: block;
		width: 200px;
		height:852px;
		background-color: black;
		top:8px;
		left:-400px;
		z-index: 1000;
	}
		
	#logoScreen{
	position: absolute;
	z-index: 1200;
	background-color:#242424;
	height: 852px;
	width:393px;
	align-content: center;
	text-align: center;
	justify-content: center;

}
#mainlogo {
	padding-top: 320px;
}
	
.main {
	align-items: center;
	background-color:#141414;
	border: 1px none;
	flex-direction:column;
	height: 852px;
	width:393px;
	
}
.nav {
	position: sticky;
	top: 0;
	z-index: 900;
}

.featured {
	position:inherit;
}

.bandphoto {
}
.green {
	background-color: #93D80F;
	position: absolute;
	top: 247px;
	height: 24px;
	width: 155px;
	left: 25px;
	opacity: 80%;
	
}

h2 {
	font-family: 'Roboto Flex', sans-serif;
	color: white;
	font-size: 12px;
	position: absolute;
	top: 242px;
	left: 42px;
	text-shadow: 0.5px 1px 2px #141414;
	blur-radius: 1px;
}
.bandlogo {
	position: absolute;
	left: 75px;
	top: 25px;
}

.black {
	background-color: #202020;
	height: 45px;
	position:absolute;
	top: 271px;
	width: 357px;
	left: 25px;
	opacity: 80%;
	display: flex;
}

h1 {
	font-family: 'Roboto Flex', sans-serif;
	color: #FFFFFF;
	font-size: 15px;
	position:absolute;
	display:flex;
	top: 267px;
	left: 42px;
	
}

h3 {
	font-family: 'Roboto Flex', sans-serif;
	color: #CBCBCB;
	font-size: 13px;
	position:absolute;
	top: 280px;
	left: 42px;
	font-weight: 200
	
}

h4 {
	font-family: 'Roboto Flex', sans-serif;
	color: #89C711;
	font-size: 16px;
	position:absolute;
	top: 360px;
	left: 42px;
	font-weight:500
}

.orange {
	height: 16px;
	width: 7px;
	background-color: #FFA800;
	position: absolute;
	top: 383px;
	left: 25px;
	display: flex;
}

.play {
	left: 340px;
	top: 280px;
	position:absolute;
	display: flex;
	width:22px;
}

.search {
	position: absolute;
	top: 30px;
	left: 300px;
}


.profile {
	position: absolute;
	top: 30px;
	left: 340px;
}


.bar {
	position: absolute;
	top: 30px;
	left: 20px;
}

.songs {
	padding-left: 17px;
	padding-top: 90px;
	display: flex;
	column-gap: 13px;
}

.song1 {
	height: 80px;
	width:80px;
}

.grey {
	height: 70px;
	width: 393px;
	background-color: #1C1C1C;
	position: absolute;
	top: 346px;
	left: 8px;
	display: flex;
	box-shadow: 0px 3px 3px #000000;
}

.songs2 {
	padding-left: 17px;
	padding-top: 70px;
	display: flex;
	column-gap: 13px;
}

.songname1 {
	padding-left: 17px;
	padding-top: 90px;
	display: flex;
	column-gap: 13px;
}

h5 {
	font-family: 'Roboto Flex', sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	position:absolute;
	top: 511px;
	font-kerning: auto;
}

h6 {
	font-family: 'Roboto Flex', sans-serif;
	color: #FFFFFF;
	font-size: 9px;
	position:absolute;
	top: 523px;
	font-kerning: auto;
	font-weight: 100;
	opacity: 80%;
}

h7{
	font-family: 'Roboto Flex', sans-serif;
	color: #FFFFFF;
	font-size: 9px;
	position:absolute;
	top: 557px;
	font-kerning: auto;
	font-weight: 100;
	opacity: 80%;
}

h8 {
	font-family: 'Roboto Flex', sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	position:absolute;
	top: 680px;
	font-kerning: auto;
	opacity: 80%;
}

h9 {
	font-family: 'Roboto Flex', sans-serif;
	color: #FFFFFF;
	font-size: 9px;
	position:absolute;
	top: 695px;
	font-kerning: auto;
	font-weight: 100;
	opacity: 80%;
}

h10 {
	font-family: 'Roboto Flex', sans-serif;
	color: #FFFFFF;
	font-size: 9px;
	position:absolute;
	top: 710px;
	font-kerning: auto;
	font-weight: 100;
	opacity: 80%;
}

.songname2 {
	padding-left: 110px;
	padding-top: 90px;
}
	
.songname3 {
	padding-left: 203px;
	padding-top: 90px;
	}
	
.songname4 {
	padding-left: 296px;
	padding-top: 90px;
	}
	
.songname5 {
	padding-left: 17px;
	}

.songname6 {
	padding-left: 110px;
	}

.songname7 {
	padding-left: 203px;
	}

.songname8 {
	padding-left: 296px;
	}

.border {
	height: 115px;
	width: 393px;
	background-color: #141414;
	position: absolute;
	top: 746px;
	left: 8px;
	box-shadow: 0px -6px 6px #000000;
}