header {
}
h1 {
	height: 69;
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	padding-top: 11px;
	margin-bottom: 0px;
}
.hello-button {
	margin-top: 0;
	margin-bottom:0;
}


/*	CSS for the drop down menu on every page	*/
.dropbutton {
	background-color: #555;
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
}
.dropdown {
	position: relative;
	display: inline-block;
	margin-bottom: 0px;
	border-bottom: none;
	padding-bottom: 0px;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #222;
	min-width: 120px;
	margin-bottom: 0px;
	border-bottom: none;
	padding-bottom: 0px;
	text-align:center;
}
.dropdown-content a {
	color: #fff;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}
.dropdown-content a:hover {
	background-color: #aaa;
}
.dropdown:hover .dropdown-content {
	display: block;
}
.dropdown:hover .dropbutton {
	background-color: #000;
}

.media-player {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 50px;
}