﻿
/* RES 1440 1366 */


@media only screen and (max-width: 1400px) /* and (orientation:landscape) */
{

    /* font sizes */

    H1
    {
    font-size: 27pt;
    }

    HEADER.home H1 
    {
    font-size: 38pt;
    }

    HEADER.home H2 
    {
    font-size: 22.3pt;
    }
    
    HEADER.home H3 
    {
    font-size: 16pt;
    }

    HEADER.home H3::after 
    {
    font-size: 7px;
    }

    H3
    {
    font-size: 20pt;
    }

    SECTION.intro UL 
    {
    font-size: 15pt;
    }

    HEADER,
    SECTION,
    FOOTER
    {
    font-size: 13pt;
    }

    A.cta, A.cta:link, A.cta:active, A.cta:visited, A.cta:hover 
    {
    font-size: 15px;
    }
    
    
    /* / font sizes */
    

  
   
     /* HEADER */

    HEADER > DIV > DIV
    {
    }





/* LTDH (1366) */

@media only screen and (max-width: 1400px) and (max-height: 650px)  and (orientation:landscape)
{


}








/* RES 4x3 */

@media only screen and (max-width: 1400px)  and (orientation:landscape) and (min-height: 880px)
{

}
