#header {
		display: block;
		position: fixed;
    overflow: hidden;		
		margin: 10px;
		padding: 0;		
		width: auto;
		height: auto;
		z-index: 999;
		top: 0;
		right: 0;
		left: 0;
		border: 2px #fff solid;
		border-radius: 40px;
		background: rgba(0, 0, 0, 0.9);;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}

.content-container {
		padding: 30px;
		margin-top: 50px;
	}

 /* Style the navigation menu */
.topnav {
  position: relative;
}

.topnav iframe#player {
	display: inline-block;
	background: #fff;
	border-radius: 60px;
	border: 0;
	top: 0;
	right: 0;
	left:0;
	position: absolute;
	margin: 8.4px 8px 10px 74px;
	width: 68%;
	height: 58px;
}

.topnav a.active {
  margin: 0;
  padding: 0;
}

.topnav a.active img {
  display: inline-block;
  width: 56px;
  margin: 10px 0px 5px 10px;  
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

.topnav #myLinks a {
	border-top: 2px #FFF solid;
	font-size: 32px;
}

/* Style navigation menu links */
.topnav a {
  color: #FFF;
  padding: 32px;
  text-decoration: none;
  font-size: 21px;
  display: block;
}

.topnav a:hover {
  color: #666;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: #fff;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0px 18px;
  margin: 10px;
  border-radius: 50%;
}

.topnav a.icon span.burger p {
	line-height: 5px;
	font-weight: 800;
	color: #000;
}
