@font-face {
    font-family: 'My Happy Ending';
    src: url('../../../templates/buildr/font/MyHappyEnding-Regular.woff2') format('woff2'),
        url('../../../templates/buildr/font/MyHappyEnding-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.main-container {
	height: 100%;
	width: 100%;
	margin: 0 auto;
	max-width: 900px;
	text-align: center;
}
iframe {
    max-height:1500px!important;
}
.board {
	height: auto;
	width: 100%;
	margin: 0 auto;
	max-width: 420px;
	display: inline-block;
	vertical-align: top;
}
.cell {
    width: 33.33%;
    max-width: 140px;
    height: 140px;
    border: 2px dashed #2d96fb;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    cursor:pointer;
    float:left;
    line-height: 140px;
    text-align: center;
    font-family: "Arial Narrow";
    font-weight: bold;
    font-size: 70px;
}

.control {
    font-family: "Arial Narrow";
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-top:40px;
}

.level {
    margin: 0 15px;
    color: #2d96fb;
    cursor: pointer;
}

.not-selected {
    opacity: 0.5;
}

.not-selected:hover {
    opacity:1;
}

.start {
    margin-top: 20px;
    margin-bottom:30px;
    width: 100px;
    height: 100px;
    background-color: #2d96fb;
    line-height: 100px;
    text-align: center;
    border-radius: 50px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    color: white;
    margin-left: auto;
    margin-right: auto;
    cursor:pointer;
    opacity:0.5;
}

.start:hover {
    opacity:1;
}

.ingame {
    display:none;
    color:#2d96fb;
}

.ingame > p {
    margin:0px;
}

.robot {
    opacity:0.5;
}
/** Custom **/
h1, h2 {
    font-family: 'My Happy Ending'!important;
    font-weight: 600;
    text-align:center;
}
h1 {
    font-size:70px;
}
h2 {
    font-size:56px;
}
h3, p {
    font-family: 'Open Sans';
    text-align: center;
}
.btn, input.btn, input.button {
    display: inline-block;
    color: #fff;
    background: #2d96fb;
    border: 1px solid #2d96fb;
    padding: 10px;
    border-radius: 3px;
    box-shadow: none;
    text-shadow: none;
    margin: 0 10px 10px 0;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.btn:hover, input.btn:hover, input.button:hover {
    color: #fff;
    background: #5bb31f;
    border: 1px solid #5bb31f;
    text-decoration: none;
}
a {
    font-size:18px;
    text-decoration: none;
    font-weight:300;
}
@media only screen and (max-width: 480px) {
  
  .cell {
    height: 35vw;
    line-height: 35vw;
    font-size: 25vw;
  }
  h1 img {
    display:none;
  }
  h1 {
    font-size:32px!important;
    line-height:1.3em;
  }
  h2 {
    font-size:26px;
  }
}

@media only screen and (max-width:420px) {

    }