/* TABLETS: LARGE */

/* ________________________________________ PORTRAIT ________________________________________ */

@media (orientation: portrait) {

    :root {
        --fSize_Dft: 2.9vw;
        --padding_TopR: 3.5vw;
    }


    /* 1 - - - - - - - - - - - - - - - - - - - */


    body{
        font-size: var(--fSize_Dft);
        line-height: calc(var(--fSize_Dft) * 1.3);
    }
    h1{
        font-size: calc(var(--fSize_Dft) * 1.5);
        line-height: calc(var(--fSize_Dft) * 1.2);
        margin: 0.5em 0 auto 0;

    }
    div#Grid_Main{
        grid-template-columns: 0.7em 257px 43px auto 1em;
        grid-template-rows: auto 28.5vh;
    }
    div#Footer_Content_Grid{
        position: relative;
        background-size: 200px 220px;
    }

    /* 2 - - - - - - - - - - - - - - - - - - - */

    #bg_L{
        background-image: none;
    }

    /* 3 - - - - - - - - - - - - - - - - - - - */

    
    #iP_Col_R3 img{
        width:155px;
        height:auto;
    }
    
    
    /* 4 - - - - - - - - - - - - - - - - - - - */
    

    #Flex_Top div:nth-child(1){
        position: relative;
    }
    #Grid_TopNav{
        grid-template-rows: repeat(3, 5.9vw);
        position: absolute;
        top:unset;
        bottom: 1vw;
    }
    #Grid_TopNav a img{
        width:240px;
        height:auto;
    }
    a#btn_ScreenShots{
        display: block;
    }
    a#btn_Privacy, a#btn_Support{
        display: none;
    }


    /* 5 - - - - - - - - - - - - - - - - - - - */


    img#line {
        height: auto;
    }
    #mainText.support p{
        text-align: left;
    }
    #h_para1{
        display: none;
    }
    p#h_para2 .span1{
        display: block;
        font-size: calc(var(--fSize_Dft) * 0.95);
        line-height: calc(var(--fSize_Dft) * 0.8);
        text-align: left;
        margin-top: 0;
        margin-bottom: 0.1em;
        margin-right: 0;
        padding: 1.5vw 0 1.5vw 0.4em;
        background: url("i3/grass_block_double.png");
        background-size: 100% 100%;/*req.*/
    }
    p#h_para2 br{
        display: none;
    }
    body div#mainText p#h_para2{
        margin-top: 0;
    }
    p#h_para2 .span2{
        display: inline;
        margin-top: 0;
    }
    p#h_para2 .span3{
        display: inline;
    }
    ul {
        padding-left:3.5vw;
    }
    ul li {
        line-height: calc(var(--fSize_Dft) * 1.2);
    }


    /* 6 - - - - - - - - - - - - - - - - - - - */

    
    #Grid_Main_Bottom{
        font-size: var(--fSize_Dft);
        background-size:  
            100% auto, 
            auto 100%;
    }
    div#Footer_Content_Grid{
        display: block;
    }
    #ftBg_L{
        background-image: none;
    }
    #ft_Links{
        margin-top: 10vw;
        width: 80%;
        display: grid;
        grid-gap: 0.8em;
        grid-template-columns: 0.5fr 0.5fr;
        grid-template-rows: repeat(3, 2.5vw);
        grid-auto-flow:column;/* order */
        padding-left: var(--padding_tab_L);
    }
    #ft_Links a{
        margin-top: 0;
        line-height: 0;
    }
    #ft_Links a.screenShots{
        display: block;
    }
    #Classicodes{
        position: absolute;
        bottom: 5vh;
        display: block;
        align-items: unset;
        column-gap: unset;
        font-size: calc(var(--fSize_Dft) * 0.9);
        line-height: 1em;
    }
    #Classicodes span{
        display: unset;
        margin-top:0;
    }

    /* 7 - - - - - - - - - - - - - - - - - - - */
    

}/* (End of Portrait)*/



















/* ________________________________________ vvvVVVvvv ________________________________________ */



















/* ________________________________________ LANDSCAPE ________________________________________ */
@media (orientation: landscape) {
    

    :root {
        --fSize_Dft: 2vw;
        --padding_TopR: 2vw;
    }
    

    /* 1 - - - - - - - - - - - - - - - - - - - */


    body{
        line-height: calc(var(--fSize_Dft) * 1.4);
    }
    h1{
        font-size: calc(var(--fSize_Dft) * 1.7);
    }
    div#Grid_Main{
        grid-template-columns: auto 257px 43px 850px auto;
    }
    div#Footer_Content_Grid{
        grid-gap: 2em;
        grid-template-columns: auto auto;
    }


    /* 2 - - - - - - - - - - - - - - - - - - - */



    /* 3 - - - - - - - - - - - - - - - - - - - */

    #iP_Col_R3 img{
        width:155px;
        height:auto;
    }

    /* 4 - - - - - - - - - - - - - - - - - - - */


    #Flex_Top div:nth-child(1){
        position: relative;
    }
    #Grid_TopNav{
        grid-template-rows: repeat(3, 5.8vh);
        position: absolute;
        top:unset;
        bottom: 1vw;
    }
    #Grid_TopNav a img{
        width:220px;
        height:auto;
    }
    a#btn_ScreenShots{
        display: block;
    }
    a#btn_Privacy, a#btn_Support{
        display: none;
    }


    /* 5 - - - - - - - - - - - - - - - - - - - */


    #h_para1{
        font-size: calc(var(--fSize_Dft) * 0.85);
        line-height: calc(var(--fSize_Dft) * 1.2);
    }
    p#h_para2 .span1{
        display: block;
        font-size: calc(var(--fSize_Dft) * 1.0);
        line-height: calc(var(--fSize_Dft) * 0.8);
        text-align: left;
        margin-top: 1.4vw;
        margin-bottom: 0.1em;
        margin-right: 0;
        padding: 0.9vw 0 0.9vw 1vw;
        background: url("i3/grass_block_double.png");
        background-size: 100% 100%;/*req.*/
    }
    p#h_para2 br{
        display: none;
    }
    body div#mainText p#h_para2{
        margin-top: 0;
    }
    p#h_para2 .span2{
        display: inline;
        margin-top: 0;
    }
    p#h_para2 .span3{
        display: inline;
    }
    ul {
        padding-left:2.2vw;
    }
    ul li {
        line-height: calc(var(--fSize_Dft) * 1.2);
    }


    /* 6 - - - - - - - - - - - - - - - - - - - */


    #ft_Links, #Classicodes{
        display: inline-flex;
    }
    #ft_Links{
        justify-content: space-between;
    }
    #Classicodes{
        column-gap: 1em;
    }


    /* 7 - - - - - - - - - - - - - - - - - - - */

    
}/* (End of Landscape)*/