body {
    margin: 0;
    padding: 0;
    overflow: hidden;

    background: #5060d3;
    background: #380f42;
    -ms-touch-action: none;
    background: url('tile.jpg') no-repeat center center fixed; 

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /*with out this line ios safari in gd splash preloader has issue with dimmed box from splash preloader button */
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
}

#latin-text {
    font-size: 1px;
    color: red;
    position: fixed;
}

#latin-text .font1 {
    font-family:  "Baloo Bhaina" !important;
}
#latin-text .font2 {
    font-family:  "Alegreya Sans" !important;
}

#brim-mask, #brim-main {
  color: #fff;
  display: none; 
}

#brim-mask {
    background: #663399; 
}

#brim-main {
  background: #1E824C; 
}

#swipe{
    position: relative;
    padding: 0;
    margin:auto ;
    font-size: 400%;
    width:60%;
    text-align: center;
}
#loader-text{
    width: 100%;
    z-index: 888;
    font-size: 2em;
    position: absolute;
    text-align: center;
    margin-top: 20%;
    color: white;
    display:none;
}
#game{
    position: relative;
    margin: 0;
    padding: 0;
    margin-left: auto ;
    margin-right: auto ;
    display: block; 
}

#main-game{
    position: fixed;
    margin: 0;
    padding: 0;
    margin-left: auto ;
    margin-right: auto ;
    overflow: hidden;
}

#orientation {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 110%;
    height: 110%;
    background-image: url(orientation_landscape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgb(232, 78, 78);
    z-index: 999;
    display: none;
}


#loader {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    z-index: 99;
}
#loaderR,
#loaderR:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
#loaderR {
    margin: 60px auto;
    font-size: 10px;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    margin-left: -5em;
    margin-top: -5em;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
#selectmode {
    margin: 60px auto;
    font-size: 10px;
    position: absolute;
    z-index: 100;
    left: 50%;
    top: 50%;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
