* {

	padding: 0;
	font-family: sans-serif;
	
}
body{
	
}


/*** Wraper Styles ******************************/

.main-wrapper{
	min-height: 100vh;
	width: 100%;
	background-image: url('../img/Banner.jpg');
	background-position:  center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	overflow: hidden;
}

.main-wrapper-2{
	min-height: 100vh;
	width: 100%;
	background-image: url('../img/Banner_2.jpg');
	background-position:  center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
}

#menu {
	background: #384047;
	height: 60px;
	padding: 0 5px 0;
	text-align: center;
	position: fixed;
}

ul {
	padding: 0;
	margin: auto;
	list-style: none;
}

ul li {
	display: inline-block;
	width: 84px;
	text-align: center;
}

ul li a {
	color: #fff;
	width: 100%;
	line-height: 60px;
	text-decoration: none;
}

ul li.selected {
	background: #fff;
}

ul li.selected a {
	color: #384047;
}




h1 {
	margin: 40px 0 10px;
	text-align: center;
	color: #384047;
}
p {
	text-align: center;
	color: #777;
}



a {
	color: Grey

}

/*** Header Styles ******************************/
.main-header{
	width: 100%;
	height: 100px;
	margin: 0;
	padding-top: 1px;
	background-color: blue;
	text-align: left;
}



#lyric_page { 
	width: 80%;
	position: absolute;
	text-align: center;
	display: inline-block;
	top: 50%;
	left: 50%;
	margin: -120px 0 0 -450px;
	
}

#lyrics { 
	background-color: #ffffffcc;
	height: 380px;
	width: 100%;
	
	
}

#songs{ 
	background-color: #ffffff80;
	height: 380px;
	width: 100%;
	
}

#insta{ 
	position: absolute;
	width: 300px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin: -80px 0 0 -120px;
}
	
#insta{ 
		position: absolute;
		width: 300px;
		height: 200px;
		top: 50%;
		left: 50%;
		margin: -80px 0 0 -120px;
}

#video{ 
		text-align: center;
		position: absolute;
		width: 300px;
		height: 200px;
		top: 50%;
		left: 50%;
		margin: -120px 0 0 -260px;
}

#player{ 
		position: absolute;
		width: 100%;
		height: 100%;
		top: 50%;
		left: 50%;
		margin: -80px 0 0 -150px;
}

/*** footer Styles ******************************/


/*.main-footer{*/
/*	padding-top: 1px;*/
/*}*/
	
.sub-footer{
	min-height: calc(100vh - 50px);
}

