body{
    background-color: #a6e58e;
    text-align: center;
}
.logo{
    margin: 0 auto;
    padding-top: 50px;
}

.logo img{
    width: 30vh;
}


h1{
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-size: 3.2vh;
    line-height: 1.5;
    font-weight: bold;
}

h2 {
    font-family: 'Lato', sans-serif;
    font-size: 2.8vh;
    line-height: 1.5;
}

h3 {
    font-family: 'Lato', sans-serif;
    font-size: 2.5vh;
    line-height: 1.5;
}

p{
    font-size: 2.5vh;
    line-height: 1.5;
    font-family: 'Lato', sans-serif;
}

nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

nav li {
    display: inline-block;
}

.description{
    width: 70vh;
    margin:  0 auto;
}

.download{
    margin: 0 auto;
    width: 100%;
    justify-content: center;
    display: flex;
}
.download a{
    display: block;
    margin: 0 5px;
}

.download img{
    width: 15vh;
}

.download #ios img{
    width: 13.6vh;
}


/* Loading progress bar */

#gameContainer div:nth-child(3) {
    background-color: #fff!important;
    -moz-border-radius: 15px!important;
    border-radius: 15px!important;
    border:3px solid #000!important;
}

#gameContainer div:nth-child(3) div:first-child {
    background-color: #fff!important;
    -moz-border-radius: 15px!important;
    border-radius: 15px!important;
}

#gameContainer div div {
    background-color: #d25500!important;
    background-image: none!important;
    -moz-border-radius: 15px!important;
    border-radius: 15px!important;
}

/*******************************/

/***********START-LOGO*******************/

#gameContainer > div:first-of-type {
    background-image: url("./images/start-logo.png") !important;
}





/******************************************************************/

.browser-alert{
    display: none;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    /*background-color: rgba(0,0,0,0.3);*/
    background-color: #1e1e1e;
}
.browser-alert .content{
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.browser-alert .content .logo{
    width: 100vw;
    padding: 0;
}

.browser-alert .content .logo img{
    width: 100%;
}

.browser-alert .content h1{
    max-width: 100vh;
    margin: 50px auto 10px auto;
}
/*.browser-alert .content p{*/
    /*font-size: 18px;*/
    /*margin: 0;*/
    /*color: #fff;*/
    /*font-weight: bold;*/
/*}*/
.white-block{
    background-color: #e1e1e1;
    padding: 25px;
    border-radius: 10px;
    width: 48%;
    margin: 45px auto 0 auto;
}
.white-block p{
    color: #000 !important;
    margin: 0;
}

.browser-alert .content .download{
    padding-top: 25px;
}
.browser-alert .content .download #ios img{
    width: 130px;
    margin: 0 10px;
    height: 44px;
}
.browser-alert .content .download #android img{
    width: 145px;
    height: 44px;
}

.browser-alert .content .download a:hover{
    opacity: 0.7;
}
@media only screen and (max-height: 700px) {
    .browser-alert .content h1 {
        margin: 10px auto 10px auto;
    }
}
@media only screen and (max-width: 1025px){
    .white-block{
        width: 90%;
    }

    .description{
        width: 90%;
    }

    .white-block{
        margin: 10px auto 0 auto;
    }
}
@media only screen and (max-width: 544px){
    .browser-alert .content .logo {
        height: 195px;
    }
    .browser-alert .content .logo img{
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 150%;
    }

    .white-block{
        background-color: #e1e1e1;
        padding: 25px 15px;
        border-radius: initial;
        width: 95vw;
        margin: 45px auto 0 auto;
    }

    .browser-alert .content h1{
        max-width: 90%;
        margin: 3vh auto;
    }
    .browser-alert .content p{
        width: 95%;
        margin: 0 auto !important;
    }
}


.browser-alert-noscript{
    display: block !important;
}