  @font-face {
    font-family: 'sf_fortune_wheelregular';
    src: url('../font/SF Fortune Wheel-webfont.eot');
    src: url('../font/SF Fortune Wheel-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/SF Fortune Wheel-webfont.woff2') format('woff2'),
         url('../font/SF Fortune Wheel-webfont.woff') format('woff'),
         url('../font/SF Fortune Wheel-webfont.ttf') format('truetype'),
         url('../font/SF Fortune Wheel-webfont.svg#sf_fortune_wheelregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
  
  
  body {
        margin: 3px;
        padding: 2px;
		width:100%;
		height:100%;
		font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		color:#FFFFFF;
		background-color:#0B490A
		
      }
	  
	  
	  
	  #pageTitle p{
		  width:100%;
		  text-align:center;
		  color:#BDA629;
			font-size:2em;
		  font-family:'sf_fortune_wheelregular';
		  display: block;
		  margin-left:10px;
		  margin-top:10px;
	  }
	  
	#mainContent{
	
	
	}
	
	#solveButton {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  position:absolute;
  right:10px;
  top:10px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  cursor:pointer;
}

#solveButton:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

	#btnReset {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  position:absolute;
  right:10px;
  top:10px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  cursor:pointer;
}

#btnReset:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

#solveTextHolder{
width:70%;
display:block;
background-color:#4E86C9;
height:78px;
padding:5px;
position:absolute;
top:50px;	
border-right:#fff solid thick;
border-top:#fff solid thick;
}

#solveText{
font-size:2em;
height:45px;
width:50%	
}

#solveButton2 {
float:right;
font-size:2em;
margin-right:20px;	
cursor:pointer;
background-color:#090B6C;
padding:5px;
}
	#keepTrying{
	float:right;
	font-size:2em;
	margin-right:20px;	
	cursor:pointer;
	background-color:#6E118D;
	padding:5px;
	}
	
	#answerAttempt{
	width:100%;
	top:350px;
	height:70px;
	background-color:#000;
	position:absolute;
	display:block;
	z-index:999;	
	}
	
	#hangmanWordDescription{
	font-size:2em;	
	display: block;
	}
	
	#hold{
	background-color:#fff;
	display:block;
	width:100%;
	height:120px;
	position:relative;
	border-bottom:thick solid #4E86C9;
	border-top:thick solid #4E86C9;
	color:#fff;
	text-align:center;
	margin-top: 5px;
	}
	
	.guess{
		position:relative;
		top:20px;
	margin-left: 20px;
	font-size:4em;	
	
	background-color:#4E86C9
	}
	
	
	
	.marker {
    top:0px;
    left: 250px;
    z-index: 2;
    position: absolute;
}
.wheel {
    top: 90px;
    left: 75px;
    width: 550px;
    z-index: 1;
}

#bottomPopUp{
	background-color:#6E118D;
	width:100%;
	height:300px;
	position:absolute;
	display:block;	
	bottom:0;
	border-top:thick solid #FFFFFF;
	}
	
	#guessButtons{
	height:75px;
	width:100%;
	background-color:#450640;
	padding-top:30px;
	border-bottom:thick solid #FFFFFF;	
	}
	
	#guessButtons ul{
	cursor:pointer;	
	}
	
	#guessButtons p{
		text-align:center;
	}



 ul {
    list-style-type: none;
	margin: 0;
    padding: 0;
	text-align:center;
}

li {
    display: inline;
	color:#fff;
	border:solid thin #fff;
	padding:5px;
	font-size:2em;
	background-color:#2B807C
}

.wrongAnswer {
   
	background-color:#762425;
	
}

.correctAnswer {
   
	background-color:#3fcb56;
	
}





.btn{

background-color:#CF7F0B;
margin:10px;
cursor:pointer;
display:inline-block;
width:60px;

}


.wrongGuess{
	cursor:not-allowed;
	background-color:#f00;
}

.correctGuess{
	cursor:not-allowed;
	background-color:green;
}

#buttons li:hover{
background-color:#FCE40F;
color:#9B5511;


}


.wheel-container{
		 position: absolute;
  padding:15px;
    width: 550px;
    height: 150px;
    overflow: hidden;
    bottom:0; 
		left:50%; 
		margin-left:-25%;
    z-index: 1;
}


#wordPopUp{
width: 100%;
text-align: center;
bottom: 350px;
position: absolute;
font-size: 3em;

}




/*IPAD LANDSCAPE*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 

#hangmanWordDescription {
font-size: 1em;
}

.guess {
top: 20px;
margin-left: 20px;
font-size: 3em;
}

#hold {
	top:0;
height: 100px;
}

.guess {
top: 10px;
margin-left: 20px;
font-size: 4em;
background-color: #4E86C9;
}

#guessButtons ul li{
font-size: 1.5em;
}	

#guessButtons{
height: 60px;
width: 100%;
}	

#guessButtons p{
line-height: 0;
}	

#bottomPopUp {
height: 250px;
}

.wheel-container {
height: 100px;
}

.btn{

width:40px;
font-size:1.5em;

}

#solveText{
width:40%;	
}



}


/*IPAD PORTRAIT*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	#guessButtons ul li{
font-size: 1.5em;
}	
	
	#solveTextHolder{
width:90%;

}
}


/*1280 x 720*/
 @media screen and (max-width: 1280px) and (max-height: 720px) and (min-height:300px) {
    #guessButtons ul li{
font-size: 3.5em;
}	
	
	#solveTextHolder{
width:90%;

}

#guessButtons ul li{
  cursor: pointer;
  font-size:2em;
}

#wordPopUp {
 
  bottom: 250px;
 }
 
 #bottomPopUp {
  
  height: 220px;
  }
  
  .wheel-container {
  height:75px;
}

#hangmanWordDescription {
  font-size: 1em;
  display: block;
}

#hold {
 
  height: 80px;
 }
.guess {
 top:15px;
  font-size: 3em;
 
}

li {
  
  font-size: 1.5em;
  }
}

 @media screen and (max-width: 1366px) and (max-height: 656px) and (min-height:300px) {
    #guessButtons ul li{
font-size: 3.5em;
}	
	
	#solveTextHolder{
width:90%;

}

#guessButtons ul li{
  cursor: pointer;
  font-size:2em;
}

#wordPopUp {
 
  bottom: 250px;
 }
 
 #bottomPopUp {
  
  height: 220px;
  }
  
  .wheel-container {
  height:75px;
}

#hangmanWordDescription {
  font-size: 1em;
  display: block;
}

#hold {
 
  height: 80px;
 }
.guess {
 top:15px;
  font-size: 3em;
 
}

li {
  
  font-size: 1.5em;
  }
}