body { 
    background: #222;
    font-family: Helvetica, Arial, Verdana, serif;
    color: #ccc;
    font-weight: 300;
    height:100%;
    padding-bottom:60px;    /* Height of the footer */
}

* { 
    padding: 0; 
    margin: 0; 
    overflow: hidden;
}

.video { 
     width : 600px;
	 height: 338px;
  }
  
.img { 
     width: 600px;
  }
  


.inline-content{
        max-width: 800px;
        text-align: left;
        overflow: auto;
    }
	
.inline-content-center{
        max-width: 800px;
        text-align: center;
        overflow: auto;
    }
  
h1 {
    text-align: center;
    vertical-align: middle;
    font: 400 50pt 'Pacifico', Helvetica, sans-serif;
    text-shadow: 6px 6px 0px rgba(0,0,0,0.4);
    color: #fff;
    padding-bottom: 30px;
    border-bottom: solid 1px #555;
    margin-bottom: 20px;
}

p {
    padding-bottom: 20px;
    border-bottom: solid 1px #555;
    margin-bottom: 20px;
}

@media only screen and (max-device-width: 480px) {
  /* define mobile specific styles come here */
 * { 
    padding: 0; 
    margin: 0; 
    overflow: auto;
  }
  body { 
    background: #222;
	}
	.video { 
     width : 350px;
	 height: 197px;
  }  
	.img { 
     width: 400px;
  }
  
	h1 {
		text-align: center;
		vertical-align: middle;
		font: 400 24pt 'Pacifico', Helvetica, sans-serif;
		text-shadow: 1px 1px 0px rgba(0,0,0,0.4);
		color: #fff;
		padding-bottom: 30px;
		border-bottom: solid 1px #555;
		margin-bottom: 20px;
	}
	
	button { 
	visibility: hidden;
  }
  
.inline-content{
        max-width: 480px;
        text-align: left;
        overflow: auto;
    }
  
.inline-content-center{
        max-width: 480px;
        text-align: center;
        overflow: auto;
    }
}

button { 
    z-index: 10;
}

.container {    
    width: 1920px;
    height: 1080px;
    margin: 0;
}

.is-fullscreen #canvas-container {
    width: 1920px;
    height: 1080px;
}

.is-fullscreen #canvas-container canvas {
    margin: 0;
    max-width: 1920px;
    max-height: 1080px;
}

canvas {
    margin: 0;
    width: 1920px;
    height: 1080px;
}

canvas:active { 
    cursor: pointer;
    cursor: -webkit-grabbing;
}

.controls-container {
    margin: 0 0 0 0;
    width: 1920px;
    height: 1080px;
}

#canvas-container {
    margin: 0;
    width: 1920px;
    height: 1080px;
}

.slide {
    text-align: center;    
    position: fixed;
    top: 50%;
    left: 50%;
    /* 
    bring your own prefixes */
    transform: translate(-50%, -50%);
}

.resize-drag {
    color: #ddd;
    font-size: 20px;
    font-family: Helvetica, Arial, Verdana, serif;
    font-weight: 300;
    border-radius: 8px;
    padding: 20px;
    margin: 30px 20px;
    top: 300px;
    left:400px;
    width: 450px;
    height: 134px;
    box-sizing: border-box;
}

#calibrationRectangle{
    background-image: url("../img/keyboard.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: rgba(0,255,255,.2);
}

.resize-container {
  width: 100%;
  height: 1080px;
}


#startPlay {
    position: absolute;     
    left: 0; 
    top: 160px;
}

#backToCalibration {
    position: absolute; 
    left: 0; 
    top: 0;
    border-color: rgba(255,255,255,.2);
    color: rgba(255,255,255,.2);
}

#backToCalibration:hover {
    position: absolute; 
    left: 0; 
    top: 0;
    border-color: rgba(255,255,255,.8);
    color: rgba(255,255,255,.8);
}

#keyboardLight {
    /* TODO: Make a nice GIF animation for keyboardLight !*/
    position: absolute; 
    left: 0; 
    top: 0;
    background-image: url("../img/keyboardLight.png");
    color: rgba(255,255,255,.2);
    background-size: 100%;
    background-repeat: no-repeat;
}

#keyboardLight_print {
    /* TODO: Make a nice GIF animation for keyboardLight !*/
    position: absolute; 
    left: 0; 
    top: 0;
    background-image: url("../img/keyboardLight_print.png");
    color: rgba(255,255,255,.2);
    background-size: 100%;
    background-repeat: no-repeat;
}

.no-border {
    border: none;
}

#calibration {
    height: 400px;
}

#social-box {
        position: absolute;
        top: 5px;
        right: 5px;
        margin: 5px;   
        padding: 5px;   
    }

.links {
        color: #aaa; 
    }

a {
        color: #fff; 
    }

a:hover {
        color: #666; 
        cursor:pointer;
        text-decoration: underline;
    }