        @font-face {
            font-family: 'gothic';
            src: url('./gothic.eot');
            src: local('gothic'), url('./gothic.woff') format('woff'), url('./gothic.ttf') format('truetype');
        }
        html{
            width:100%; height:100%;  
        }
        body{
            width:100%; height:100%;  
            background-color: white;
            font-family:"gothic";
            font-size: 2.2vmin;
        }
            .contact_link:hover, .home:hover, .kocka:hover, .maska:hover{ cursor: pointer;}

            .cv_link{ float:left; color:red; margin-right:10px; }
            .cv_link:hover{ text-decoration: underline;}

            .header{ position:relative; height:8%;  margin:0 auto; margin-top:2%; width:1020px; }
            @media screen and (max-width: 1200px) {
                .header{  width:85%; }
            }
            .tabela{ position:relative;  margin:0 auto;   }
            .kocke{ position:relative; }
            .kocka{ position:absolute; overflow:hidden; z-index:50; 
                background-repeat: no-repeat;
                background-size: cover; background-position: center; }
                .kocka .slikaIspod{ width:100%; height:100%;}
            .kocke .div_za_linije_red, .kocke .div_za_linije_kol{position:absolute;}
            /* .kocke .div_za_linije_red{border-bottom: 1px solid red; }
            .kocke .div_za_linije_kol{border-right: 1px solid red; } */
            .maska{ position:absolute; overflow:hidden; z-index:100;}
                .maska .slikaIznad{ position:absolute; } 

            a{color:red; text-decoration:none;}
            .home{ float:right; color:red;  font-size:130%;}
                

            .black_white{
              filter: gray; /* IE6-9 */
              filter: grayscale(1); /* Firefox 35+ */
              -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
            }

            .contact_link{ float:left; margin-left:5%; color:red;}
            .contact{ display:none; margin-top: 25%; text-align:center; color:red; }
            .contact a:hover{ text-decoration: underline;}