
body 
{
    position: fixed;
    height: 100%;
	overflow: hidden;
	overflow-x: hidden;
	width: 100%;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-family: 'Bubblegum Sans';*/
	font-family:'Bubblegum sans';
	font-size: 16px;

	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

	overscroll-behavior-y: contain;
	overscroll-behavior-x: contain;
	
}

a 
{
	text-decoration: none;
	color:#008CBA;
}

.header
{
	color:#FEB300;
	font-weight: bold;
}

.simpletable
{
	color:ghostwhite;
	border: thin solid #FEB300;
	font-size: 10px;
}

.subheader1
{
	color:#FEB300;
}


#glimpsesplashscreen 
{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


.clockdiv{
	font-family: sans-serif;
	color: #FEB300;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 19px;
}

.clockdiv > div{
	padding: 5px;
	border-radius: 2px;
	background: #2e335f;
	display: inline-block;
}

.clockdiv div > span{
	padding: 5px;
	border-radius: 2px;
	background: #7D3BBB;
	display: inline-block;
	text-align: center;
}


.game-level {
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
}

.game-title {
	font-size: 1em;
	text-align: center;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 20px;
}

.game-level.game-started {
	float: left;
	margin-left: 20px;
}

.game-title.game-started {
	float :left;
	width: 65%;
	margin-top: 20px;
}

.game-start 
{
	clear: both;
	display: block;
	width: 200px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.sketchpad-class
{
    float:none;
	left:0px;
	top:0px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
}

.start-intro-area 
{
	background-position: center;
	overflow: hidden;
    margin: 0 auto;
    position: absolute;
}


.game-play-area 
{
	display: block;
	background-position: center;
	overflow: hidden;
    margin: 0 auto;
	position: absolute;
	width: 780px;
	height:250px;
	border: thick solid #FEB300;
	border-radius: 6px;
}

.game-play-area.expanded 
{
	display: block;
	position: relative;
	
	width: 750px;
	height:250px;
	border: thin dotted ghostwhite;
	border-radius: 6px;
}
.game-play-hops-area 
{
	display: block;
	position: absolute;
	background-position: center;
	overflow: hidden;
    margin: 0 auto;
	width: 800px;
	height: 320px;
	background: white;

}

.game-play-torch 
{
    width: 60px;
    height: 60px;
    background: transparent;
    border-radius: 50%;
    position: absolute;
    box-shadow: 0px 0px 0px 2000px #000, 0px 0px 20px inset;
	overflow: hidden;
}

.game-view-all-traces-area 
{
	display: block;
	background-position: center;
	overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.game-end-view
{
	position: absolute;
	display:none; 
	width:780px;
	height:250px;
	background-repeat: no-repeat;
	background-position: center;
}



.summary-background-panel
{
	display: block;
	background-position: center;
	overflow: hidden;
    margin: 0 auto;
    position: relative;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes torchTeaser 
{
    0%   {left:0px; top:0px;}
    25%  {left:300px; top:0px;}
    50%  {left:300px; top:100px;}
    75%  {left:0px; top:100px;}
    100% {left:0px; top:0px;}
}

/* Standard syntax */
@keyframes torchTeaser {
    0%   {left:0px; top:0px;}
    25%  {left:300px; top:0px;}
    50%  {left:300px; top:100px;}
    75%  {left:0px; top:100px;}
    100% {left:0px; top:0px;}
}

.game-play-response-layout {
	display: table;
	margin: 0 auto;
	width: 100%;
}


button:hover 
{
	color: ghostwhite;
}

#linkologyGameApp 
{
    /* Prevent nearby text being highlighted when accidentally dragging mouse outside confines of the canvas */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

button
{
	box-shadow:inset 0px 1px 0px 0px #ffd166;
	background:linear-gradient(to bottom, #ffd166 5%, #FEB300 100%);
	background-color:#feb200b9;
	border-radius:3px;
	border:1px solid #feb200b9;
	text-shadow:0px 1px 0px #ffc745;
	text-align: center;	
	color:#7D3BBB;
	font-family:'Bubblegum sans';
	cursor:pointer;
	text-decoration:none;
}

.response-answer 
{
	float: left;
	display:block;

	
	font-size:14px;	
	padding:6px 24px;


	width: 150px;
	height: 35px;
	margin: 18px;
}

.response-answer2 
{
	float: left;
	display:block;

	font-size:12px;	

	width: 55px;
	height: 30px;
	margin: 4px;

}

.response-answerKnowee 
{
	float: left;
	display:block;

	font-size: 3.5vw;	

	width: 95px;
	height: 50px;
	margin: 10px;

}


.response-reset
{
	font-size:10px;	
	width: 20px;
	
}

.response-answer:active  
{
	position:relative;
	top:1px;
}

.center 
{
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.speed-applause
{
	position: absolute;
	left:15px;
	top: 110px; 
	height: 30px;
	z-index:103;
}

.speed-badge
{
	position: absolute;
	width: 61px;
	height: 40px;
	left: 60px;
	top: 155px; 
	z-index:103;
}

.speed-star
{
	position: absolute;
	left:115px;
	top: 212px; 
	height: 30px;
	z-index:103;
}

.score-applause
{
	position: absolute;
	left:355px;
	top: 108px; 
	height: 30px;
	z-index:103
}

.score-badge
{
	position: absolute;
	width: 61px;
	height: 40px;
	left: 50px;
	top: 155px; 
	z-index:103;
}

.score-analytics-star
{
	position: absolute;
	left:115px;
	top: 212px; 
	height: 30px;
	z-index:103;
}

.effort-applause
{
	position: absolute;
	left:15px;
	top: 122px; 
	height: 30px;
	z-index:103;
}

.effort-badge
{
	position: absolute;
	width: 61px;
	height: 40px;
	left: 60px;
	top: 155px; 
	z-index:103;
}

.effort-star
{
	position: absolute;
	left:115px;
	top: 212px; 
	height: 30px;
	z-index:103;
}

.loader-when-starting
{
	position: absolute;
	
	left:300px;
	top: 50px; 
	width:216px;
	height:216px;
	z-index: 304;
}



.ml13 
{
	/*font-family: 'Bubblegum Sans';*/
	font-family:'Bubblegum sans';
	font-size: 1.6em;
	text-transform: uppercase;
	color : #FEB300;
	letter-spacing: 0.5em;
	font-weight: 650;
	text-align: center;

  }
  
  .ml13 .letter 
  {
	display: inline-block;
	line-height: 1em;
  }

  .neuron-intro-area 
{
	background-position: center;
	overflow: hidden;
    position: absolute;

	background-color:transparent; 
	display:none; 
	left:0px; 
	top:0px; 
	z-index:700;
}
