*:focus {
    outline: none;
}
body {
    color: white;
    margin:0;
    padding:0;
}

.col-50 {
    width: 50%;
    float:left;
}

.cursor-none {
    cursor: none;
}

.indent{
    text-align: left;
    margin-bottom: 30px;
    text-indent: 2em;
    margin-top: 40px;
    color: #000;
    font-family: serif;
    font-weight: 500;
}

#instructions,#instruction_1 {
    height: 100vh;
    background-image: url(../../../static/img/version5/background/instructionBG.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: top center;
    color: white;
    margin-left: auto;
    margin-right: auto;
}

#instruction1, #instruction2 {
    font-size: 25px;
    text-align: left;
    line-height: 35px;
    padding-top: 25vh;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: none;
}

.select {
    padding-top: 25vh; 
    font-size: 25px;
    width: 600px;
    line-height: 2.5em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    /*margin-bottom: 50px;*/
}

#loading {
    text-align: center;
    position: absolute;
    z-index: 100;
    width: 100%;
    height:100%;
    color: black;
     margin-top: 15%;
}

#loading span {
   margin: 0px auto;
}

.redBlueBtn {
    background-image: url(../../../static/img/interface/redBlueGlass.png);
    margin-right: 20px;
    float: right;
}


.blueRedBtn {
    background-image: url(../../../static/img/interface/blueRedGlass.png);
    margin-left: 20px;
}

.blueRedBtn, .redBlueBtn {
    background-repeat: no-repeat;
    background-position: top center;
    width: 240px;
    height: 150px;
    background-size: 100%;
    border-radius: 0.5em;
}

.blueRedBtn:hover, .redBlueBtn:hover {
    border: dashed pink 2px;
    cursor: pointer;
}

#playing {
    z-index: 20;
    display: none;
    height: 100vh;
    width: calc(100vh * calc(1280/720));
    max-width: 100vw;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
}
.start {
    float: right;
    background-repeat: no-repeat;
    background-image: url(../../../static/img/version5/buttons/start-text.png);
    width:75px; 
    height: 75px;
    background-size: 100%;
    position: absolute;
    bottom: 3%;
    right: 10%;
    cursor: pointer;
}
.start:hover {
    background-image: url(../../../static/img/version5/buttons/start.png);
}
.start:active {
    width: 75px;
}

.start_1{
    float: right;
    background-repeat: no-repeat;
    background-image: url(../../../static/img/version5/buttons/start-text.png);
    width:75px; 
    height: 75px;
    background-size: 100%;
    display: none;
    position: absolute;
    bottom: 3%;
    right: 10%;
    cursor: pointer;
}
.start_1:hover {
    background-image: url(../../../static/img/version5/buttons/start.png);
}
.start_1:active {
    width: 75px;
}
#playing .question {
    background-repeat: no-repeat; 
    background-image: url(../../../static/img/buttons/help1.png);
    width: 5.5vh;
    height: 5.5vh;
    background-size: 100%; 
    color:white;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}
#playing .reset {
    background-repeat: no-repeat; 
    background-image: url(../../../static/img/buttons/reset1.png);
    width: 5.5vh;
    height: 5.5vh;
    background-size: 100%;
    position:absolute;
    left: calc(50% - 3.5vh);
    top: calc(66vh);
    z-index: 20;
    display: none;
}
#instruction2 .instruct-confirm  {
    float: right;
    background-repeat: no-repeat;
    background-image: url(../../../static/img/buttons/confirm1.png);
    width:100px; 
    height: 50px;
    background-size: 100%;
}
#instruction2 .instruct-confirm:hover {
    background-image: url(../../../static/img/buttons/confirm2.png);
}
#instruction2 .instruct-confirm:active {
    width: 98px;
}

#success {
    background-image: url(../../../static/img/interface/success.png);
}


#fail {
    background-image: url(../../../static/img/interface/fail.png);
}

#success, #fail {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 50vh;
    height: 50vh;
    z-index: 10; 
    /*cursor: none;*/
    display: none;
}

canvas {
    height: 100vh;
    max-width: 100vw;
    margin:auto;
    display: block;
}

canvas.debug {
    position:absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
}
#box2d-debug {
    opacity: 0.7;
    z-index: -1;
}

#game-canvas.debug {
    border: solid black 2px;
    opacity: 0.4;
}

#game-canvas {
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#img-canvas {
    display: none;
}
