
.body_1 {
background-image: url('bg.jpg');
background-size: cover;

background-position: center;
background-repeat: no-repeat;
margin: 0;
min-height: 100vh;
}

.header-font{
    font-size: 15px;
    color: #b868e6;
}
.header-font:hover{
    color: #5887f4;
}

	button{
		color:#B8EBE2;
		margin-left: 10px;
		margin-right: 10px;
		background-color:black;
		width:60px;
		height:34px;
		border-radius:20px;
		border-style:none;
		cursor:pointer;
	}
	
	button:hover{
		background-color:#333333;
	}
	
	button:active{
		background-color:#666666;
	}
	
	.btn_music_163{
	    background-color: #780E12;
		width:100px;
	}
	.btn_music_163:hover{
		background-color:#800F13;
	}
	.btn_music_163:active{
		background-color:#690C10;
	}
	
	.btn_profile{
	    background-color:black;
		width:100px;
	}
	.btn_profile:hover{
		background-color:#212121;
	}
	.btn_profile:active{
		background-color:#111111;
	}
	
	.btn_file{
	    background-color:black;
		width:100px;
	}
	.btn_file:hover{
		background-color:#212121;
	}
	.btn_file:active{
		background-color:#111111;
	}
	
	.btn_wwise{
	    background-color:#003859;
		width:100px;
	}
	.btn_wwise:hover{
		background-color:#00456e;
	}
	.btn_wwise:active{
		background-color:#003352;
	}
	
	.title{
		color:#005951;
		text-align:center;
	}
	
	.title2{
		color:black;
		text-align:center;
	}
	
	.top_menu{
		background-image:none;
	}
	
	#text1{
		/* background-size: cover; */
		background-position: center;
		background-repeat: no-repeat;
		text-align:center;
	}

.ctn1{
    position: relative;
    background-color: rgba(31,31,31, 0.8);
    border: 4px solid #000000;
    padding: 10px;
    width: 60%;
    max-width: 480px;
    min-width: 360px;
    height: auto;
    margin: 50px auto ;
}
.ctn2{
    margin: 0 ;
    padding: 0;
    height: auto;
    background-color: rgba(22,6,48, 0.2);
    width: 100%;
}

.ctn3{
    position: relative;
    background-color: rgba(31,31,31, 0.8);
    border: 4px solid #000000;
    padding: 10px;
    width: 80%;
    max-width: 800px;
    min-width: 360px;
    height: auto;
    margin: 50px auto ;
}

.videoplayer{
    width: 100%;
    background-color: rgba(22,6,48, 0.4);
    margin: auto;
}

.SampleText{
    color: white;
}

.player163{
    width: 60%;
    max-width: 500px;
    background-color: rgba(22,6,48, 0.4);
    margin: auto;
}

.ctn-img-album{
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
}
.img-album{
    width: 120px;
    border: 4px solid #000000;
    height: auto;
    margin: 0;
}

.ctn-audio-name{
    position: absolute;
    width: 60%;
    max-width: 280px;
    height: 40px;
    border: 4px solid #000000;
    background-color: #2b2c40;
    top: 10px;
    left: 140px;
    border-radius:2px;
	border-style:none;
	cursor:pointer;
	text-align: center;
	font-size: 15px;
}
.ctn-audio-name:hover{
    background-color: #474969;
}

.audio-player{
    width: 60%;
}
.footer {

    background-color: #1F1F1F;
    bottom: 0;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    border-top: 2px solid #000;
    
}

.footer-font{
    color:#7F82BB;
}
.footer-font:hover{
    color:#58135e;
}

	
