/* Variabes */
/* Mixin's */
body {
  /*background: #006699;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #fff;*/
  
  }
#canvas_box{
	background-image: url('https://www.sofolympiadtrainer.com/resources/hangman/hangman-background.png');
	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;		
	text-align: center;
	padding: 15px;
	text-align: center;
	color: #fff;
	padding: 15px;
	font-weight:499;
}
.wrappper {
  width: auto;
  margin: 0 auto;
}
.wrappper:after {
  content: "";
  display: table;
  clear: both;
}

.red
{
    background-color:red;
}

canvas {
  color: #fff;
  border: #fff dashed 2px;
  padding: 15px;
}

#canvas_box h1, #canvas_box h2, #canvas_box h3 {
  text-transform: uppercase;
  margin: 5px 0;
}

#canvas_box h1 {
  font-size: 2.6em;
  color:#fff;
}

#canvas_box h2 {
  font-size: 1.6em;
}

#canvas_box p {
  font-size: 1.6em;
}

#alphabet {
  margin: 15px auto;
  padding: 0;
  max-width: 900px;
}
#alphabet:after {
  content: "";
  display: table;
  clear: both;
}

#alphabet li {
  float: left;
  margin: 0 10px 10px 0;
  list-style: none;
  width: 35px;
  height: 35px;
  padding-top: 10px;
  background: #fff;
  color: #006699;
  font-size: 18px;
  cursor: pointer;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  border: solid 1px #fff;
  line-height:11px;
}
#alphabet li:hover {
  background: #c1d72e;
  border: solid 1px #fff;
  color: #fff;
}

.visited {
    background: red;
    border: solid 1px #fff;
    color: #fff;
}                      

#my-word {
  margin: 0;
  display: block;
  padding: 0;
  display: block;
}

#my-word li {
  position: relative;
  list-style: none;
  margin: 0;
  display: inline-block;
  padding: 0 10px;
  font-size: 1.6em;
}
/*
.active {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -moz-transition: all 1s ease-in;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  cursor: default;
}
.active:hover {
  -moz-transition: all 1s ease-in;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -moz-transition: all 1s ease-in;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
*/
#mylives {
  font-size: 1.6em;
  text-align: center;
  display: block;
}

button {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  background: #fff;
  color: #006699;
  border: solid 1px #fff;
  text-decoration: none;
  cursor: pointer;
  font-size: 2em;
  padding: 10px 10px;
  width: 130px;
  margin: 10px;
  outline: none;
}
/*
button:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #c1d72e;
  border: solid 1px #fff;
  color: #fff;
}
*/
@media (max-width: 767px) {
  #alphabet {
    padding: 0 0 0 15px;
  }
}
@media (max-width: 480px) {
  #alphabet {
    padding: 0 0 0 25px;
  }
}
@media (max-width: 352px) {
  canvas {
  padding: 1px;
}
}

@media (min-width: 640px) {
 .btn_width_area {
    width:55%;
  }
}

.modal {
  color: #000 !important;
  font-weight: 599;
}                                            
 .btn_custom {
                  padding: 20px;                                                
                  display: inline-block;
                  text-decoration: none;
                  cursor: pointer;
                  font-size: 1.4em;
                   padding: 10px 10px;
                    width: 130px;
                    margin: 10px;
                    outline: none;
                 text-align: center
               }

.col-centered{
    float: none;
    margin: 0 auto;
}

.btn_custom:hover{
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #c1d72e;
  border: solid 1px #fff;
  color: #fff;

}
