﻿html{box-sizing:border-box}
*, *:before, *:after{box-sizing:inherit}
body{
	background: rgb(247, 223, 253);
	min-height: calc(100vh - 15px);
	
	font-family: Segoe UI,Helvetica Neue,Helvetica,Lucida Grande,Arial,Ubuntu,Cantarell,Fira Sans,sans-serif;
	font-size: 18px;
	color: black;
	margin: 0px;
    padding: 0px;
}
.ADMb{
	float: left;
	margin: 1.5%;
}
.hide{
	display: none;
}
.header {
	position: fixed;
	display: flex;
	align-items:flex-end;
	justify-content:space-between;
	gap: 25px;
	padding: 7px 3%;
	top:0px;
	width: 100%;
	height: 135px;
	background:#2d013f;
	margin: 0px;
	box-shadow: 0px 5px 5px rgba(3, 0, 2, 0.575);	
}
.mmleftH{
	display: none;
}

#logo{
	height: 115px;
	width: auto;
}
#mmMenu{
	position: fixed;
	width: 99%;
	margin:0;
	padding: 0;
	top: 95px;
	list-style-type: none;
}
.mmMenuLink{
	width:  98vw;
	text-align: center;
	border-style: solid;
	border-radius: 4px;
	margin: 1.8px;
	background-color: #2d013f;
	font-size: 23px;
	color: rgba(202, 202, 202, 0.966);
	display:inline-block;
	font-weight: 600;
	padding: 5px;
	box-shadow: 7px 7px 15px rgb(100 16 47);
}
.menu{
	display: flex;
	
}
.menuLinks,#headerSeaB{
	font-size: 2vw;
	font-weight: bold;
	padding: 5px;
	color:rgba(240, 227, 240, 0.979);
	border-left: 1px solid rgba(240, 227, 240, 0.979);
	transition: box-shadow 1s;
}
.menuLinks:last-of-type{
	border-style: none;
}
.menuLinks:hover{
	box-shadow: rgba(253, 253, 253, 0.425) 0px -23px 25px 0px inset;
	text-decoration: none;
}
.menuLinks::before,.menuLinks::after{
	content: "";
    height: 1px;
    flex-grow: 1;
    margin: 0 12px;
}
.searchForm{
	margin-bottom: 3px;
	display: flex;
	gap: 3px;
}
.menui{
	display: none;
}
.menuS{
	top: 0%;
	left: 13px;
	width: 26px;
    height: 2px;
    background-color: #e6e6e6;
	position: relative;
	display: block;
}
.menuS::after,.menuS::before{
	content: " ";
	left: 0px;
	width: 26px;
    height: 2px;
    background-color: #e6e6e6;
    position: absolute;
}
.menuS::after{
	top: 8px;
}
.menuS::before{
	top: -8px;
}
#headerSeaB{
	background-color: transparent;
	border-style: none;
	border-radius: 10px;
	font-size: 1.3vw;
	padding: 6px;
	box-shadow: rgba(253, 253, 253, 0.425) 0px -12px 12px 0px inset;
}
#headerSeaB:hover{
	box-shadow: rgba(253, 253, 253, 0.425) 0px 23px 25px 0px inset;
}
#headerSeaT{
	background-color: transparent;
	box-shadow: rgba(253, 253, 253, 0.425) 0px -12px 12px 0px inset;
	color: rgba(255, 255, 255, 0.616);
	width: 80%;
	border-color: #2d013f;
	border-width: 3px;
	border-style: solid;
	border-radius: 10px;
	padding: 8px;
}

.ADMh{
	position:relative;
	float: left;
	top: 130px;
}
.mmleftHedr{
	display: none;
}
.side {
	padding: 0.5%;
	margin: 235px 18% 22px 3%;
	float: right;
	width: 20%;
}
a.sideB{
	display:block;
	margin-top: 10px;
	text-align:center;
}
.sideB,.sideChi{
	
	border-width: 2px;
	border-style: solid;
	border-color: rgb(68, 0, 59);
	border-radius:4px;
	background:#2d013f;
	box-shadow: rgba(253, 253, 253, 0.425) 0px -12px 12px 0px inset;
	color: rgba(202, 202, 202, 0.966);
	padding: 0.6em;
	transition: box-shadow 1s;
}
.sideB:hover{
	box-shadow: rgba(253, 253, 253, 0.425) 0px 23px 25px 0px inset;
	text-decoration: none;
}
.sideChi {
	padding:22px;
	margin-bottom: 25px;
}


.sideButArea{
	margin-top: 5px;
	margin-bottom: 50px;
}
.sideH{
	color:rgba(202, 202, 202, 0.966);
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: ridge;
	border-bottom-color: rgb(153, 88, 197);
	padding: 5px;	
}
.sideLinks{
	color:rgba(202, 202, 202, 0.966);
}
.sideLinks:hover{
	text-shadow: 0 0 10px rgb(168, 111, 243);
}

.section {
	width: 45%;
	margin-top: 240px;
	margin-bottom: 70px;
	float: right;
}
.sName::before{
	content: '♪';
	display: inline-block;
	color: rgba(150,5,54,1);
	width: 16px;
}

.lTitle{
	font-size: 37px;
	color: rgb(101 0 16);
	text-shadow: rgba(66, 15, 126, 0.4) 0px 3px 3px;
}
.mTitle{
	font-size: 20px;
	font-weight: bold;
}
.boldText{
	font-weight: bold;
}

#content {
	color:rgb(24 0 52);
	font-size:22px;
	margin-top: 45px;
	margin-bottom: 70px;
}
.solo{
	color: rgb(133, 8, 56);
	font-weight: bold;
}

#Hsong{
	color:goldenrod;
}
.catLevel{
	display: flex;	
}
div.tags {
	color: black;
	font-size: 17px;
}
.level{
	text-align: left;
	color:rgb(72, 46, 90);
	text-shadow: rgba(26, 0, 48, 0.801) 0px 5px 15px;
	font-size: 17px;
	margin-right: auto;
}
.level:hover{
	color: rgb(121, 1, 31);
}
#crdt{
	display: none;
}
.afterSong{
	display: flex;
	align-items: flex-start;
	justify-content:right;
	gap: 1vw;
	margin-top: 3vw;
	flex-wrap: wrap;
}

.optionB {
	border:none;
}

.optionB, .select{
	border:none;
	height: 2.5em;
	border-radius: 20px;
	font-size: 16px;
	padding: 9px;
	background: rgb(82 59 89);
	box-shadow: rgba(26, 0, 48, 0.801) 0px 5px 15px;
	color:white;
	transition: scale 1s, background 1s ;
}
.optionB:hover, .select:hover{
	scale: 1.1;
	background:rgb(84 15 31);
	cursor: pointer;
}
.select option{
	background: rgb(84 15 31);
}
#textarea{
	border-radius: 10px;
	background-color: rgba(161, 9, 123, 0.253);
	border-color: rgba(68,0,0,0.6057773451177346);
	box-shadow: rgba(26, 0, 48, 0.801) 0px 5px 15px;
	margin-top: 15px;
	padding: 10px;
	font-size: 12px;
}
.textF{
	border-radius: 10px;
	background-color: rgba(161, 9, 123, 0.253);
	border-color: rgba(68,0,0,0.6057773451177346);
	box-shadow: rgba(26, 0, 48, 0.801) 0px 5px 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
	font-size: 12px;
	width: 400px;
}

a,.psik,.mTitle {
	color: #50445e;
	text-decoration: none;
}
a.artist{
	margin-bottom:10px;
}

a.tagsLink {
	font-size: small;
}
a.artistsLink {
	font-size: 20px;
}
a:hover {text-decoration: underline;}

 a.allSongsLink{
	 float: left;
	 color: rgb(72, 46, 90);
	text-shadow: rgba(26, 0, 48, 0.801) 0px 5px 15px;
	margin-top: 20px;
 }

h1 {
	margin-bottom: 75px;
	display: grid;
	width: 100%;
	align-items: center;
	text-align: center;
	grid-template-columns: minmax(20px, 1fr) auto minmax(20px, 1fr);
	grid-gap: 20px;
	font-weight: 400;
	font-size: 28px;
	color: #360000;
	
    text-shadow: 0 0 10px rgb(100 16 47);
    
}
	h1:before,
	h1:after {
		content: '';
		height: 1.5px;
	}

	h1:after {
		background: linear-gradient(to right, transparent, #2d013f);
	}

	h1:before {
		background: linear-gradient(to right, #2d013f, transparent);
	}
	footer.footer{

		clear: both;
		font-size: 16px;
		display: flex;
		justify-content: flex-end;
		align-items: flex-end;
	}
	.rivlin{
		margin-left: 20px;
	}
	.acum{
		margin-right: 5px;
	}
	a.footer{
		color: #332525;
	}
	div.pianoICON{
		position: fixed;
		right: 20px;
		bottom: 20px;
		box-shadow: 5px 5px 10px #444444;
		-webkit-clip-path: inset(0% 0% 0% 0% round 10%);
		clip-path: inset(0% 0% 0% 0% round 10%);
	}
	div.pianoICON:hover{
		cursor: pointer;
	}
	img.pianoICON{
		width: 100px;
		height: auto;
		border-radius: 30px;
		animation: shaping 4s infinite;
	}
	@keyframes shaping {
		0% {
			-webkit-clip-path: inset(0% 0% 0% 0% round 10%);
			clip-path: inset(0% 0% 0% 0% round 10%);
		}
		10% {
			-webkit-clip-path: inset(85% 8% 80% 50% round 86% 15%);
			clip-path: inset(85% 8% 80% 50% round 86% 15%);
		}
		20% {
			-webkit-clip-path: inset(0% 0% 0% 0% round 10%);
			clip-path: inset(0% 0% 0% 0% round 10%);
		}
	}
	#piano{
		left: 1000px;
		bottom: 0px;
		position: fixed;
		display: none;
	}


	@media only screen and (max-width: 890px) {
		.header{
			height: 90px;
		}
		#logo{
			height: 77px;
		}
		.menu{
			display: none;
		}
		.menui{
			display: block;
			margin-bottom: 18px;
			margin-top: 5px;
		}
		.searchForm{
			margin-right: auto;
		}
		#headerSeaB{
			font-size: 13px;
		}
		.side{
			margin-right: 5%;
			width: 30%;
		}
		.sName, .sideLinks{
			line-height: 27px;
		}
		.optionB, .select {
			font-size: 15px;
			padding: 7px;
		}
		a.footer{
			text-decoration: underline;	
		}
		#piano,.pianoICON{
			display: none;
		}
		.textF{
			width: 50vw;
		}
		
	}
@media only screen and (max-width: 650px) {
	body{
		min-height: calc(100vh - 5px);
	}
	.header{
		gap: 26px;
	}
	#headerSeaB, #headerSeaT{
		font-size: 12px;
		
	}
	.side{
		display: none;
	}
	.section{
		margin:100px 5% 50px 5%;
		width: 90%;
	}
	.sName{
		margin-bottom: 10px;
	}
	.afterSong{	
		gap: 8px;
	}
	.logout{
		margin: 1vw;
	}
	#lo{
		font-size: 3vw;
	}
	.optionB, .select {
		font-size: 12px;
		padding: 5px;
		height: 3em;
	}
	.footer{
		font-size: 12px;
		margin-top: 100vh;
	}
	.rivlin{
		font-size: 12px;
		margin-left: 7px;
		margin-bottom: 15px;
	}
	.textF{
		width: 90vw;
	}
}
@media print {
	.no-print {
		display: none;
	}
	.section{
		margin:100px 5% 50px 5%;
		width: 90%;
	}
	#crdt{
		display: inline;
	}
}

