footer{
	/* background-color: #2d2d2d; */
	text-align: center;
}

footer a{
	color: #3e3e3e;
	text-decoration: none;
}
.content{
	width:100%;
	height: 100%;
	background-image: url("../img/bg.png");
	background-position: center center;
	background-size: cover;
	position: absolute;
	display: flex;
	flex-direction: column;
}

.topBar{
	height: 8%;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.topBar .right{
	min-width: 20%;
	display: flex;
	flex-direction: row-reverse;
	position: absolute;
	right: 4%;
	justify-content: space-between;
}
.topBar .btn{
	background:transparent;
	border-width:0px;
	outline:none;
	font-size: 18px;
}
.topBar .btn:hover{
	color: #ffffff;
	font-weight: bold;
}
.topBar .sel{
	margin-right:20PX;
}

.bottomBar{
	width: 100vw;
	position: absolute;
	bottom: 5%;
	display: flex;
	align-items: center;
}

.bottomBar .right{
	min-width: 10%;
	position: absolute;
	right: 2%;
	display: flex;
	justify-content: space-between;
}

.bottomBar .right img{
	width: 15%;
	transition: all 100ms;
}

.bottomBar .right img:hover{
	transform: scale(1.2);
}

.midContent{
	min-height: 90%;
}
.popWindow{
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 20px;
	margin: auto;
	text-align: left;
	position: absolute;
	bottom: 10%;
	display: none;
}

.musicPlayer{
	margin-left: 10px;
}

.musicPlayer button{
	background:transparent;
	border-width:0px;
	outline:none;
	width: 50px;
	height: 50px;
	background-image: url("../img/play_icon.png");
	background-size: 100% 100%;
	
}

