/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*landscape*****************************************/
@media screen and (min-aspect-ratio:13/9){
    body {
        background: black url("img/LAND_book_of_death.jpg?ver=1.1") top center no-repeat;
		color: #949494;
    }

    div.main-content {
        width:100%;
        height: 100%;
    }
    header {
        width:100%;
    }
    footer {
        width:90%;
        margin: 0 5%;
        font-family: 'Arial';
        font-size: 0.4em;
        text-align: center;
    }
    header .logo {
        background: url("img/machance-logo-new.png?ver=1.1") top center no-repeat;
        cursor: pointer;
        width: 90%;
        margin: 2% auto;
        height:50px;
        max-width:319px;
        background-size: contain;
    }
    html,body{
        height:100%;
        background-size: contain!important;
    }
    div.main-offer {
        width: 50%;
        height: 52%;
        background-size: contain;
        margin-top: 3%;
    }
    div.main-offer-img {
        width: 100%;
        height:100%;
        background-size: contain!important;
        background-repeat: no-repeat;
        background-position: top center;
        -webkit-transition: background-image 1s ease-in-out;
        -moz-transition: background-image 1s ease-in-out;
        transition: background-image 1s ease-in-out;
    }
}

/*portrait*****************************************/
@media screen and (max-aspect-ratio:13/9){
    body {
        background: black url("img/PORT_book_of_death.jpg?ver=1.1") top center no-repeat;
	color: #949494;	
    }

    div.main-content {
        width:90%;
        height: 100%;
        margin: 0 5%;
    }
    header {
        width:100%;
    }
    footer {
        width:90%;
        margin: 0 5%;
        font-family: 'Arial';
        font-size: 0.4em;
        text-align: center;
    }
    header .logo {
        background: url("img/machance-logo-new.png?ver=1.1") top center no-repeat;
        cursor: pointer;
        width: 90%;
        margin: 2% auto;
        height:50px;
        max-width:319px;
        background-size: contain;
    }
    html,body{
        height:100%;
        background-size: contain!important;
    }
    div.main-offer {
        width: 100%;
        height: 35%;
        margin-top: 10%;
    }
    div.main-offer-img {
        width: 100%;
        height:100%;
        background-size: contain!important;
        background-repeat: no-repeat;
        background-position: top center;
        -webkit-transition: background-image 1s ease-in-out;
        -moz-transition: background-image 1s ease-in-out;
        transition: background-image 1s ease-in-out;
    }
}

#list_game{
    margin: auto;
    width: 90%;
}
.games_img{
    max-width: 160px;
    margin-bottom: 10px;
    -webkit-box-shadow: -19px -7px 42px -26px rgba(0,0,0,0.75);
    -moz-box-shadow: -19px -7px 42px -26px rgba(0,0,0,0.75);
    box-shadow: -19px -7px 42px -26px rgba(0,0,0,0.75);
}
.games_img_float{
    max-width: 160px;
    float: right;
    -webkit-box-shadow: -19px -7px 42px -26px rgba(0,0,0,0.75);
    -moz-box-shadow: -19px -7px 42px -26px rgba(0,0,0,0.75);
    box-shadow: -19px -7px 42px -26px rgba(0,0,0,0.75);
}
#logibbtn{
    height: 50px;
    background: #000000;
    position: fixed;
    z-index: 9999;
    width: 100%;
    bottom: 0;
    padding-top: 10px;
}
#login,#join_now{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    width: 145px;
    display: inline-block;
    padding: 10px 0;
}

#login{
    background-color: #4285f4;
    margin-right: 20px;

}
#join_now{
    background-color: #29a101;
}


#game-aware2{
    width: 150px;
    margin: 10px auto;

}

#heightgame-aware{
    height: 10px;
    margin-bottom: 55px;
}
.text-ga{
text-align: center;
font-family: 'Arial';
font-size: 0.7em;
width: 90%;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
border-bottom: 1px solid #949494;
padding-bottom: 10px;
}