@font-face {
    font-family: 'nightmare_heroregular';
    src: url('../font/nightmare_hero_normal-webfont.eot');
    src: url('../font/nightmare_hero_normal-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/nightmare_hero_normal-webfont.woff2') format('woff2'),
         url('../font/nightmare_hero_normal-webfont.woff') format('woff'),
         url('../font/nightmare_hero_normal-webfont.ttf') format('truetype'),
         url('../font/nightmare_hero_normal-webfont.svg#nightmare_heroregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



#controllerContainer{
width: 100%;
text-align: center;
top: 200px;
position: absolute;
z-index: 9999;
}

#content{
width:100%;

text-align:center;	
color:#fff;
font-family:Arial, Helvetica, sans-serif;
font-size:4em;
 -webkit-text-stroke-width: 2px;
   -webkit-text-stroke-color: black;
   text-shadow: 2px 2px #000;
}

body {
    background-image:url(../images/background.jpg);
	background-size:cover;
}

.greenButton{
cursor:pointer;	
}

#header{
	position:relative;
	top:0;
	left:0;
width:100%;
height:50px;
background-color:#333;	
color:#fff;
}

.options li{
	background-color:rgba(0,0,0,0.75);
	width:auto;
	height:30px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:3px;
	color:#FFF;
	list-style-type: none;;
	font-size:24px;
	text-align:center;
	margin-bottom: 9px;
	font-family:Source Sans Pro;
}

li.selected{
background-color:rgba(0,153,0,0.75);
-webkit-box-shadow: 2px 2px 5px 5px #B6FF57;
box-shadow: 2px 2px 5px 5px #B6FF57;
}


#optionsleft{
	position:absolute;
	top:10px;
left:50px;
}

#optionsright{
	position:absolute;
right:50px;	
top:10px;
}

g#leftUp, g#leftDown, g#rightUp, g#rightDown{
cursor:pointer;	
}

.greenHighlight{
	cursor:pointer;	
}

#guitarNeck{
width: 100%;
height: auto;
position: absolute;
top: 250px;	
}

#guitarNeck img{
width:100%;	
}

#popUp{
	position:relative;
	margin:auto;
	display:block;
width:70%;
height:auto;
background-color:rgba(0,0,0,0.8);
color:#FFF;
font-family:Source Sans Pro;
padding:20px;
border:#0C0;
border-width:5px;	
    border-style:double;
	
}



#popUpContent{
clear:both;	
}



#closeButton{
	float:right;
	cursor:pointer;
}

#arrowNext {
position: relative;
/* float: right; */
left:80%;

cursor: pointer;
display: block;
}


#finalTable{
position: absolute;
top: 300px;
left: 50px;
background: #fff;
padding: 20px;
color: #000;
}

/*TIMER STUFF GOES HERE */

.timersection {
  text-align:center;
  float:right;
  position:absolute;
  top:500px;
}
.timersection > a, a:hover {
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  margin: 20px 0 0;
  display: inline-block;
  transition: background 0.2s;
  text-decoration:none;
}
.start {
  background:#333;
}
.stop {
  background:#333;
}
.row {
  padding: 10px;
  border: 3px solid #0C0;
  display: inline-block;
}


body {
  font-family: 'Lato', Calibri, Arial, sans-serif;
  color: #0c0;
}



#printBtn{
	position:absolute;
	top:500px;
	right:150px;
display:block;
color:#0c0;
font-size:2em;
border:#0c0 solid 2px;
padding:3px;
cursor:pointer;
z-index:999;

	
}

#resetBtn{
	position:absolute;
	right:50px;
	top:500px;
display:block;
color:#0c0;
font-size:2em;
border:#0c0 solid 2px;
padding:3px;
cursor:pointer;
z-index:999;

	
}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { /* STYLES GO HERE */
#content{
height:200px;
font-size:3em;
}

#printBtn{
	
	right:250px;
	
}

#finalTable{
position: absolute;
top: 250px;
left: 50px;
font-size:10px;
padding: 20px;
color: #000;
}



}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { /* STYLES GO HERE */

#printBtn{
	
	right:200px;
	
}

#finalTable{
position: absolute;
top: 350px;
left: 50px;
font-size:10px;
padding: 20px;
color: #000;
}
 }