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

*{
	margin:0;
	padding:0;
}
html{
}

body {
	background: #ededed;
	width:80%; 
	margin-left:auto; 
	margin-right:auto;
	padding-top:100px;
	margin-bottom:80px;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 100%;
	color: #777;
}

a{
	color:inherit;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#music-navigation .active-btn{
	top:28px;
}

#border-top{
	width:80%;
	border-top:4px solid #777;
	z-index:9999;
	position:absolute;
	top:0;
}
#music-navigation{
	position:absolute;
	top:0;
	width:auto;
	height:auto;
	z-index:0;
}
	#music-navigation a{
		top:20px;
		position:relative;
		border:1px solid #777;
		background-color:#f5f5f5;
		border-radius: 8px;
		padding-left:15px;
		padding-right:15px;
		padding-bottom:8px;
		padding-top:40px;
		margin-right:5px;
	}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom:60px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}