/* TABLETS: SMALL */

/* ________________________________________ PORTRAIT ________________________________________ */

@media (orientation: portrait) {


    :root {
        --fSize_Dft: 4.2vw;
        --padding_TopR: 0.5em;
        --padding_phn_L: 2vw;
        --padding_phn_R: 2.3vw;
    }
    
    
    /* 1 - - - - - - - - - - - - - - - - - - - */


    body{
        font-size: var(--fSize_Dft);
        line-height: calc(var(--fSize_Dft) * 1.2);
    }
    h1{
        font-size: calc(var(--fSize_Dft) * 1.55);
        margin-top: 0.5em;
    }
    h4{
        font-size: calc(var(--fSize_Dft) * 1.14);
        line-height: calc(var(--fSize_Dft) * 1.0);
        margin: 1em 0 -0.5em 0;
    }
    div#Grid_Main{
        grid-template-columns: 100vw;
        grid-template-rows: auto 360px;
    }
    /*div#Grid_Main div{
        border: 1px solid #000;
    }*/
    div#Footer_Content_Grid{
        position: relative;
        display: block;
        grid-column:unset;
        grid-row: unset;
        grid-gap: unset;
        grid-template-columns: none;
        grid-template-rows: none;
        background-size: 200px 220px;
    }

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

    
    #bg_L, #divGap, #iPhoneColumn, #bg_R{
        display: none;
    }

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

    
    /* #iPhoneColumn {}*/

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


    #Flex_Top div:nth-child(1){
        width: 50%;
        position: relative;
        padding-left: var(--padding_phn_L);
    }
    #Flex_Top div:nth-child(2){
        width: 50%;
        padding-right: var(--padding_phn_R);
    }
    #Flex_Top #logo{
        top: 0;
        width: auto;
        height: 32vw;
    }
    #Grid_TopNav{
        grid-template-rows: repeat(3, 65px);
        position: absolute;
        top:unset;
        bottom: 0;
    }
    #Grid_TopNav a img{
        width:260px;
        height:auto;
    }
    a#btn_ScreenShots{
        display: block;
    }
    a#btn_Privacy, a#btn_Support{
        display: none;
    }


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


    img#line {
        position: relative;
        left: var(--padding_phn_L);
        width:calc(100% - (var(--padding_phn_L) * 2));
        height: auto;
        margin-top: 1.5vw;
    }
    #mainText{
        padding-left: var(--padding_phn_L);
        padding-right: var(--padding_phn_R);
    }
    #mainText.support p{
        text-align: left;
    }
    #h_para1{
        display: none;
    }
    p#h_para2 .span1{
        display: block;
        font-size: calc(var(--fSize_Dft) * 1.03);
        line-height: calc(var(--fSize_Dft) * 0.8);
        text-align: left;
        margin-top: 1.4vw;
        margin-bottom: 0.1em;
        margin-right: 0;
        padding: 1.5vw 0 1.5vw 2vw;
        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;
    }
    body div#mainText p#h_para2{
        clear: both;
        margin-top: 0;
    }
    p#h_para2 .span2{
        display: inline-block;
    }
    p#h_para2 .span3{
        display: inline-block;
        margin-top: 3vw;
    }
    ul {
        padding-left:3.5vw;
    }
    ul li {
        
        line-height: calc(var(--fSize_Dft) * 1.2);
    }
    #mainText img.appleBtn {
        display: inline-block;
        width: 28vw;
        height: auto;
    }

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

    
    #Grid_Main_Bottom{
        grid-column: 1 / 4;
        font-size: var(--fSize_Dft);
        background-size:  
            120vw auto, 
            auto 100%;
    }
    #ftBg_L, #ftBg_R{
        display: none;
    }
    #ft_Links{
        margin-top: 12vw;
        display: grid;
        grid-gap: 20px;
        grid-template-columns: 0.5fr 0.5fr;
        grid-template-rows: repeat(3, 3.7vw);
        grid-auto-flow:column;/* order */
        padding-left: var(--padding_phn_L);
    }
    #ft_Links a{
        margin-top: 0;
        line-height: 0;
    }
    #ft_Links a.screenShots{
        display: block;
    }
    #Classicodes{
        position: absolute;
        bottom: 9vw;
        left: var(--padding_phn_L);
        display: block;
        align-items: unset;
        column-gap: unset;
        font-size: calc(var(--fSize_Dft) * 0.8);
        line-height: calc(var(--fSize_Dft) * 1.0);
    }
    #Classicodes span{
        display: unset;
        margin-top:0;
    }


    /* 7 - - - - - - - - - - - - - - - - - - - */
   
    
}/* (End of Portrait)*/



















/* ________________________________________ vvvVVVvvv ________________________________________ */



















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


    :root {
        --fSize_Dft: 2.7vw;
        --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: 2em 257px 43px auto 2.4em;
        grid-template-rows: auto 55vh;
    }
    div#Footer_Content_Grid{
        position: relative;
        grid-gap: 2em;
        grid-template-columns: auto auto;
        background-size: 200px 220px;
    }


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

    
    #bg_L{
        background-image: none;
    }


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

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

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


    #Flex_Top div:nth-child(1){
        position: relative;
    }
    #Grid_TopNav{
        grid-template-rows: repeat(3, 8.2vh);
        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 - - - - - - - - - - - - - - - - - - - */

    #mainText.support p{
        text-align: left;
    }
    #h_para1{
        display: none;
    }
    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: 0.5vw;
        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 - - - - - - - - - - - - - - - - - - - */


    #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: 7vh;
        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 Landscape)*/




