/* line 3, ../sass/wordfinder.scss */
.wordfinder {
  background: rgba(0, 0, 0, 0);
  width: auto;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 21, ../sass/wordfinder.scss */
.wordfinder .header {
  width: 600px;
  height: 30px;
  text-align: center;
  padding: 0;
  background: rgba(0, 0, 0, 0);
}
/* line 28, ../sass/wordfinder.scss */
.wordfinder .header p, .wordfinder .header h2 {
  margin-top: 0;
  padding: 0;
  line-height: 20px;
  text-align: left;
  text-indent: 8px;
  font-size: 16px;
  color: #000;
}
/* line 41, ../sass/wordfinder.scss */
.wordfinder .gridboard {
  clear: both;
  float: left;
  position: relative;
}
/* line 46, ../sass/wordfinder.scss */
.wordfinder .gridboard canvas.control {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 56, ../sass/wordfinder.scss */
.wordfinder .words {
  float: left;
  width: 200px;
  background-color: rgba(255, 255, 255, 0);
  padding-left: 20px;
  margin-left: 35px;
  margin-top: -15px;
}

.wordfinder .words p {
  text-align: center;
  margin-left: -45px;
  font-weight: 700;
  color: #FFF;
  margin-top: -25px;
}
/* line 62, ../sass/wordfinder.scss */
.wordfinder .words li {
  margin-left: -5px;
  padding: 0px;
  cursor: pointer;
  list-style: none;
  line-height: 30px;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 600;
  text-indent: 0px;
  border: solid 1px #FFF;
  border-radius: 30px;
  text-align: center;
  width: 170px;
  margin-bottom: 8px;
  color: #FFF;

}
/* line 68, ../sass/wordfinder.scss */
.wordfinder .words li.found {
  text-decoration: line-through;
  color: rgba(255, 255, 255, 0.6);
}

#game {
	margin-top: 0px;
    max-width: 100%;
    height: auto;
    width: 900px; /* ie8 */
}
body {
  height: 1024px;
  width: 900px;
  margin: auto;
  padding-top: 5px;
  background-image:url('../Artboard 1.png');
  background-repeat: no-repeat;
  background-position: 50% 30%;
  background-color: #3fb4e5;
}

.col3{
  display: block;
  position: relative;
  top: -70px;
  left: 560px;
  max-width: 110px;
  padding-left: 0px;
}
.col3 img{
  max-width: 110px;
  cursor:pointer;
}
#header{
  margin-top: 15px;
  margin-bottom: 30px;
}

#header h1{
  display: inline;
  max-width: 200px;
  width: 200px;
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  color: #FFF;
  margin-top: 10px;
}

.voltarclass{
  display: inline;
  position: relative;
  left: 170px;
}

.voltarclass img{
	width: 140px;
	cursor:pointer;
}
