
/* RES 1600 */


@media only screen and (max-width: 1620px) /* and (orientation:landscape) */
{


    /* font sizes */

    H1
    {
    font-size: 43px ;
    }

    H2
    {
    font-size: 23px ;
    }

    H3
    {
    font-size: 38px ;
    }

    H4 
    {
    font-size: 23px ;
    }

    H5
    {
    font-size: 34px;
    }

    H6
    {
    font-size: 23px ;
    }

    H7
    {
    font-size: 26px ;
    }

    BODY
    {

    }

    A.cnt U 
    {
    font-size: 24px ;
    }








    /* INTRO IMAGE */

    SECTION.intro-img > DIV
    {
    }




    /* SUB PAGES OVERVIEW */

    .overview A 
    {
    width: 48%;
    }

    .overview A:nth-of-type(even)
    {
    margin-right: 0px ; 
    }

    .overview A DIV:nth-of-type(1) 
    {
    width: 28%;
    }




}




