@CHARSET "ISO-8859-1";


body, html
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}


#revision
{
	position: fixed;
	bottom: 10px;
	right: 10px;
	color: #aaa;
}

.green-graden
{
	background-image: -moz-linear-gradient(top, #2e6b30, #6cff10); /* FF3.6 */
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2e6b30), color-stop(1, #6cff10)); /* Safari 4+, Chrome 2+ */
	background-image: -webkit-linear-gradient(top, #2e6b30, #6cff10); /* Safari 5.1+, Chrome 10+ */
	background-image: -o-linear-gradient(top, #2e6b30, #6cff10); /* Opera 11.1+ */
	background-image: -ms-linear-gradient(top, #2e6b30, #6cff10); /* IE10+ */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e6b30', endColorstr='#6cff10'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e6b30', endColorstr='#6cff10')"; /* IE8+ */
	background-image: linear-gradient(top,#2e6b30, #6cff10);
}

button{
	-webkit-box-shadow: #000 3px 3px 10px 0px ;
    -moz-box-shadow: #000 3px 3px 10px 0px ; /* color, h-offset, v-offset, blur, spread */
    box-shadow: #000 3px 3px 10px 0px ; /* inset is optional */
	
	border: 1px solid #567BBF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 2px 15px;
    cursor: pointer;
    margin: 3px;
	
}

.box.center {
  height: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box.center button.start {
  width: 200px;
  height: 100px;
  font-size: 2em;
  font-family: Impact, Charcoal, sans-serif;
  
      top: -50px;
    position: relative;
}

#user-fname
{
	font-size: 4em;
	font-family: Impact, Charcoal, sans-serif;
	color: rgb(187, 187, 204);
	padding: 0px 7px 0px 7px;
	width:780px;
	border: 1px solid #dfdfdf;
	position:relative;
	top: -50px;
	height: 80px;
}

#user-fnameDeleteMe
{
	position: fixed;
	display:block;
	width:400px;
	height: 40px;
	left: 250px;
	top:300px;
}

/* DEBUG ONLY */

#fname
{
	position: fixed;
    top: 10px;
    left: 10px;
}

/**  photo screen **/


.countDown
{
	font-size: 400px;
}


#video {
  border: 1px solid black;
  box-shadow: 2px 2px 3px black;
  width:320px;
  height:240px;
}

#photo {
	visibility:hidden;
  position:fixed;
  border: 1px solid black;
  box-shadow: 2px 2px 3px black;
  /*width:320px;
  height:240px;*/
  top: 340px;
  left: 800px;
  
}

#canvas {
  display:none;
}

.camera {
  width: 340px;
  display:inline-block;
}

.output {
  width: 340px;
  display:inline-block;
}

#startbutton {
  display:block;
  position:relative;
  margin-left:auto;
  margin-right:auto;
  bottom:32px;
  background-color: rgba(0, 150, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-family: "Lucida Grande", "Arial", sans-serif;
  color: rgba(255, 255, 255, 1.0);
}

.contentarea {
  font-size: 16px;
  font-family: "Lucida Grande", "Arial", sans-serif;
  width: 760px;
}
