@charset "UTF-8";
/* CSS Document */

@media (min-width:601px) and (max-width:1050px){
        /*HEAD*/
        /*container*/
        body>div>div:nth-of-type(2){height:425px;}
        /*video box*/
        body>div>div:nth-of-type(2)>div:nth-of-type(1)>video{width:130%; margin-left:-15%;}
        /*logo box*/
        body>div>div:nth-of-type(2)>div:nth-of-type(2){width:210px; height:220px; top:190px; margin-left:-105px;}

        /*INTRO*/
        /*container*/
        body>div>div:nth-of-type(3){height:470px; padding-top:60px;}
        /*box h1*/
        body>div>div:nth-of-type(3)>div:nth-of-type(1){height:100px;}
        /*box h2*/
        body>div>div:nth-of-type(3)>div:nth-of-type(2){height:180px; margin-bottom:37px;}
        /*h2*/
        body>div>div:nth-of-type(3)>div:nth-of-type(2)>h2{font-style:italic; margin-bottom:70px;}

        /*LATEST PROJECTS*/
        /*container*/
        body>div>div:nth-of-type(4){height:1650px; padding-top:60px; padding-bottom:50px;}
        /*h2*/
        body>div>div:nth-of-type(4)>h2{margin-bottom:60px;}
        /*box articoli*/
        body>div>div:nth-of-type(4)>div{width:47%; height:265px; margin-bottom: 30px;}
        body>div>div:nth-of-type(4)>div:nth-of-type(odd) {margin-right:6%;}
        body>div>div:nth-of-type(4)>div:nth-of-type(even) {margin-right:0%;}
        /*box testo*/
        body>div>div:nth-of-type(4)>div>div>div:nth-of-type(2){top:36%; padding-left:6.5%; padding-right:6.5%;}
        /*box testo p*/
        body>div>div:nth-of-type(4)>div>div>div:nth-of-type(2)>p{font-size:0.85em; letter-spacing:1.5px; line-height:18px;}
}



@media (max-width:600px){
        /*HEAD*/
        /*container*/
        body>div>div:nth-of-type(2){height:345px;}
        /*video box*/
        body>div>div:nth-of-type(2)>div:nth-of-type(1)>video{width:140%; margin-left:-20%;}
        /*logo box*/
        body>div>div:nth-of-type(2)>div:nth-of-type(2){width:180px; height:220px; top:160px; margin-left:-90px;}

        /*INTRO*/
        /*container*/
        body>div>div:nth-of-type(3){height:480px; padding-right:3%; padding-left:3%; padding-top:60px;}
        /*box h1*/
        body>div>div:nth-of-type(3)>div:nth-of-type(1){height:90px;}
        /*box h2*/
        body>div>div:nth-of-type(3)>div:nth-of-type(2){height:170px; padding-left:9%; padding-right:9%; box-sizing: border-box;}
        /*h2*/
        body>div>div:nth-of-type(3)>div:nth-of-type(2)>h2{font-style:italic; margin-bottom:70px; text-shadow: 0px 0px 13px black;}
        /*box button*/
        /*box button up div dentro*/
        body>div>div:nth-of-type(3)>div:nth-of-type(3)>ul>li
        {padding-right:8px; padding-left:8px;}
        /*box button up div dentro h5*/
        body>div>div:nth-of-type(3)>div:nth-of-type(3)>ul>li>h5
        {text-shadow:0px 0px 10px black;}

        /*LATEST PROJECTS*/
        /*container*/
        body>div>div:nth-of-type(4){height:1120px; padding-top:60px; padding-left:0%; padding-right:0%; padding-bottom:50px;}
        /*h2*/
        body>div>div:nth-of-type(4)>h2{margin-bottom:60px;}
        /*box articoli*/
        body>div>div:nth-of-type(4)>div{width:100%; height:350px; margin-right:0%; margin-bottom:0px;}
        /*box dentro*/
        body>div>div:nth-of-type(4)>div>div{width:100%; height:24%; position:absolute; bottom:0px; left:0px;}
        /*box dentro video+eyewear*/
        body>div>div:nth-of-type(4)>div:nth-of-type(5)>div,
        body>div>div:nth-of-type(4)>div:nth-of-type(6)>div
        {height:28%;}
        /*box nero*/
        body>div>div:nth-of-type(4)>div>div>div:nth-of-type(1){opacity:.8;}
        /*box testo*/
        body>div>div:nth-of-type(4)>div>div>div:nth-of-type(2){top:auto; bottom:20px; opacity:1; padding-left:5%; padding-right:19%;}
        /*box testo p*/
        body>div>div:nth-of-type(4)>div>div>div:nth-of-type(2)>p{font-size:0.85em;  letter-spacing:1px; line-height:17px; margin-top:6px;}
}
