  @font-face {
     font-family: 'patrick_handregular';
    src: url('../fonts/patrickhand-regular-webfont.eot');
    src: url('../fonts/patrickhand-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/patrickhand-regular-webfont.woff2') format('woff2'),
         url('../fonts/patrickhand-regular-webfont.woff') format('woff'),
         url('../fonts/patrickhand-regular-webfont.ttf') format('truetype'),
         url('../fonts/patrickhand-regular-webfont.svg#patrick_handregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
  
  
 body, html{
background-image:url(../images/background.jpg);
background-size:cover;
height:100%;
overflow:hidden;
}

#word {
    font-size: 2em;
}

#bottomText p {
    font-size: 24px;
    color: #C6E876;
}

	 .title{
		position:absolute;
		top:0;
		left:0; 
	 }
	 
	 .buttonsBottom{
		 position:absolute;
		 bottom:20px;
		 right:20px;
		 }
	  
	 .buttonsBottom img{
		 width:100px;
		 height:100px;
		 }
	  

	  #wordClue{
   width: 60%;
    text-align: center;
    font-size: 3em;
    border-radius: 25px;
    color: #F0E9CF;
    font-family: 'patrick_handregular';
    text-shadow: 2px 2px #6C5022;
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: #5A452A;
	padding:15px;
	  }
	
	
	
	#buttons{
	position: absolute;
    bottom: 180px;	
	}




	
		
	#hold{
      background-color: #5A452A;
    display: block;
    width: 100%;
    height: 120px;
    position: relative;
    border-bottom: thick solid #CAB989;
    border-top: thick solid #CAB989;
    color: #fff;
    text-align: center;
    margin-top: 50px;
    position: absolute;
    top: 450px;
    left: 0px;
	}
	
	.guess{
		position:relative;
		top:20px;
	margin-left: 20px;
	font-size:4em;	
	
	background-color:#A57C4A;
	}
	
	
	
	.marker {
    top:0px;
    left: 250px;
    z-index: 2;
    position: absolute;
}

 ul {
    list-style-type: none;
	margin: 0;
    padding: 0;
	text-align:center;
}

li {
    display: inline;
	color:#fff;
	padding:5px;
	font-size:2em;
	font-family: 'patrick_handregular';
}

.wrongAnswer {
   
	background-color:#762425;
	
}

.correctAnswer {
   
	background-color:#3fcb56;
	
}





.btn{

background-color: #5A452A;
    margin: 2px;
    cursor: pointer;
    display: inline-block;
   

}


.wrongGuess{
	cursor:not-allowed;
	background-color:#f00;
}

.correctGuess{
	cursor:not-allowed;
	background-color:green;
}


#buttons{
width:100%;
text-align:center;	
}
#buttons li:hover{
background-color:#A78266;
color:#5A452A;


}





/*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;
}	


.btn{

width:40px;
font-size:1.5em;

}





}


/*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;
}	
	
}


/*1280 x 720*/
 @media screen and (max-width: 1280px) and (max-height: 720px) and (min-height:300px) {
    #guessButtons ul li{
font-size: 3.5em;
}	
	

#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;
  }
}