html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
body {
    background: #222;
    background-size: cover;
    font-family: "Open Sans";
}
.logo{
	text-align: center;
	width: 100%;
	margin-bottom: 5%;
}
.logo span{
  font-size: 70px;
  font-weight: 600 !important;
  color: white;
}
.logo p{
	color: white;
	font-size: 70px;
	font-weight: 200;
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'Coda', cursive;
}
.center-wrap{
	height: 100%;
	width: 100%;
	display: table;
	text-align: center;
	position: relative;
	z-index: 2;
}
.center{
	height: 100%;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	
}
.player {
    color: #cfcfcf;
    font-size: 30px;
    background: Rgba(0,0,0,0.4);
    margin: auto;
    margin-bottom: 4%;
    border: 2px solid #4a148c;
    width: 50%;
}
@media (max-width:760px){
	.player{
		width: 90% !important;
	}
	.about{
		width: 90% !important;
	}
}
.about {
    width: 50%;
    height: auto;
    margin: auto;
    color: #cccccc;
    background: rgba(0,0,0,0.4);
    border: 2px solid #4a148c;
    font-size: 20px;
}

h1 {
    padding-top: 10px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #4a148c;
    color: #cfcfcf;
		font-family: 'Cinzel Decorative', cursive;
}
a {
    color: #eeeeee;
    text-decoration: none;
}
video {
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    object-fit: inherit;
}