/*
*{
    box-sizing:border-box;
}
*/
*{
  outline: none;
  -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}
html, body {
    padding: 0; margin: 0;
    background: #000e48;
    position: relative;
    width: 100%;
    /* height: 100%; */
    font-family: arial;
    font-size: 15px;
    color: #ffffff;
    /* overflow: hidden; */
    overflow-x: hidden;
}
body {
    font-family: 'Montserrat', sans-serif;
    background-image: url('../img/BG.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
}

.nopadding{
        padding: 0!important;
}
.nomargin{
        margin: 0!important;
}

.vids{
    width: 33%;
}

.pLR40{
    padding-left: 40px;
    padding-right: 40px;
}

.font-10{
        color: #EFE40C;
        font-size: 100%;
}

.center{
    text-align: center;
}

.logotype{
    position: absolute;
    top:0;
    margin-top: 1%;
    left:10%;
    width: 40%;
}
.logotype img,
.th40 img,
.to8to9 img
{
    width: 100%;
}

.w100{
    width: 100%;
}
.w80{
    width: 80%;
}

.th40{
    position: absolute;
    top:0;
    margin-top: 13%;
    left:63%;
    width: 30%;
}

.to8to9{
    position: absolute;
    top:0;
    margin-top: 45%;
    left:10%;
    width: 40%;
}

.block-download{
    margin: 0;
    margin-top: 65%;
    width: 100%;
}
.newthomsongame{
    padding: 0;
    margin: 0;
}

.D7{
    width: 15%;
}


.screenshots{
    padding:30px
}
.screenshots img{
    padding: 10px;
}

.bloc1{
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 300%;
}
.bloc2{
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 200%;
}

.footer{
    padding-top: 30px;
    padding-bottom: 30px;
}





/* cookiebar */
.cookiebar-color {
  border-bottom:0px solid #ccc;
  background-color: rgba(207, 53, 21, 0.9);
    color: #fff;
}
.cookiebar-color p, .cookiebar-color a { color:#fff; }

.cookiebar-color a {
    text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 5px;
    background: #fff;
    color:rgba(255, 108, 0, 1);
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
}
.cookiebar-color a:hover {
    background:rgba(255, 108, 0, 1);
    color: #fff;
}
.cookie-message {
    text-align: right;
    z-index: 10000;
}

a, a:link{
    text-decoration: none;
    color: #00a3ff;
}
a:hover{
    text-decoration: none;
    color: #ffff00;
}

h1{
    font-size: 25px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
}
h2{
    font-size: 25px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
}
h3{
    font-size: 15px;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
}

.no-margin{
    margin:0px !important;
}
.no-padding{
    padding:0px !important;
}
.responsive-img{

}


@media screen and (max-width: 992px) {
    .logotype{
        position: absolute;
        top:0;
        margin-top: 1%;
        left:10%;
        width: 60%;
    }
    .D7{
        width: 25%;
    }
    .to8to9{
        position: absolute;
        top:0;
        margin-top: 45%;
        left:10%;
        width: 60%;
    }
    .th40{
        position: absolute;
        top:0;
        margin-top: 16%;
        left:50%;
        width: 40%;
    }
    .vids{
        width: 90%;
    }
}
