/* ========= */
/* = fonts = */
/* ========= */


*, *:after, *:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

p {
	    font-family: Arial;
	    font-size: 17px;
	    text-align: center;
	    margin: 10px;
}


body 
{
	background: #000;
	margin: 0;
	padding: 0;
}

video
{
    width: 100%;
    height: auto;
    max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url(../img/ring.gif);
	background-repeat: no-repeat;
	background-size: 100px 100px;
	background-position: center;
}

.videoContainer
{
    position:absolute;
    height:100%;
    width:100%;
    overflow: hidden;
}

.videoContainer video,
{
    min-width: 100%;
    min-height: 100%;
}


.overlay {
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 999;
    position: absolute;
    top: 0;
}

canvas {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.buttonbox {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
	 font: 400 32pt 'Arial', Tahoma;
}

button#play {
	background: url("../img/play.png") no-repeat;
	border: none;
    width: 94px;
    height: 100px;
    margin-left: 24px;
}

div#load {
	background: url("../img/ring.gif");
	border: none;
	width: 115px;
	height: 115px;
	padding: 0;
}

button.nice {
	background: #000;
	color: white;
	font-size: 19px;
	font-weight: 500;
	display: inline-block;
	margin: 0 15px 0 15px;
	padding: 12px 24px 12px 24px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	border: 2px solid white;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

button.nice:hover {
	 padding: 10px 18px 10px 18px;
	 font-weight: bold;	 
}