body {
	background-image:url(background.jpg);
	background-size: cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position: center;
	
}

::-webkit-media-controls {
  display:none !important;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 600px;
  padding-top: 25px;
}

p {
	opacity: 90%;
	font: bold;
	background-color: black;
	color: white;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	min-width: 300px;
	max-width: 750px;
	text-justify:auto;
	padding: 15px;
	border-radius: 10px;
	
}

.contact {
	opacity: 90%;
	font: bold;
	background-color: black;
	color: white;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	min-width: 300px;
	max-width: 500px;
	text-justify:auto;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 10px;
	
}

.tunes {
	opacity: 90%;
	font: bold;
	background-color: black;
	color: white;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	min-width: 300px;
	max-width: 700px;
	text-justify:auto;
	padding: 10px;
	border-radius: 10px;
}

.navbar {
	text-align: center;
	width: 100%;
	display: inline-block;
}

div {
	margin-left: auto;
	margin-right: auto;
	text-align: center;

}

footer {
	padding: 2px;
	font: italic;
	color: rgb(167, 67, 0);
	min-width: 300px;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	text-justify:auto;
}

a {
	text-decoration: none;
	color: white;
}

a:hover {
	color: yellow;
}


.dates{
	
	opacity: 90%;
	font: bold;
	background-color: black;
	color: white;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	min-width: 300px;
	max-width: 750px;
	text-justify:auto;
	padding: 10px;
	border-radius: 10px;
}

.datespast{
	opacity: 90%;
	font: bold;
	background-color: black;
	color: white;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	min-width: 300px;
	max-width: 750px;
	text-justify:auto;
	padding: 10px;
	border-radius: 10px;
}

.indexmusic {
	opacity: 90%;
	font: bold;
	background-color: black;
	color: white;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	min-width: 300px;
	max-width: 700px;
	text-justify:auto;
	padding: 10px;
	border-radius: 10px;
}


