﻿@font-face {
  font-family: 'sanvito-pro';
  src: url('../font/sanvito-pro.eot'); 
  src: url('../font/sanvito-pro.otf');
  src: url('../font/sanvito-pro.ttf');
}
body {
    margin: 0;
    padding: 0;
    font-family: sanvito-pro;
}       
#bg {      
    position: fixed; 
    top:  0;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    opacity: 0.1;
    z-index: 0;
}   
#menu {
    position: fixed; 
    width: 100%;
    top:  0;
    z-index: 10;
}
#obal-menu {
    width: 1200px;
    padding: 10px;
    margin: auto;
    background: linear-gradient(rgb(210,210,210), rgb(150,150,150));
    text-align: center;       
    box-shadow: 0 0 6px 1px silver; 
    border-radius: 0 0 100px 100px;
    
}  
#obal-menu a {
    margin: 0 30px; 
    font-size: 25px;
    color: rgb(50,50,50);
    text-shadow: 1px 1px 0 grey;
    text-decoration: none;
    font-weight: bold;
    transition-duration: 1.2s; 
}
#obal-menu a.aktivni{
    text-decoration: underline; 
}
#obal-menu a:hover {
    color: white;
    text-shadow: 1px 1px 0 grey, 0px 0px 6px black; 
    transition-duration: 0.2s; 
    
}
#blok {             
    position: relative; 
    max-width: 900px;
    margin: 20px auto; 
    z-index: 1;   
}
h1 {                
   position: relative; 
   font-size: 120px;
   color: rgb(0,165,165);
   text-align: center;
   text-shadow: 2px 2px 0 black, 10px 10px 20px silver;
   margin: 60px 0 30px 0;
   padding: 0;
   
}
.blok {                  
    display: block;
    font-size: 30px;
    margin: 0px 0px 50px 0;
    padding: 10px;                        
    width: 100%;    
    float: left;
    transition-duration: 1.2s;
}
.text-blok {         
    display: block;        
    position: absolute;       
    width: 400px;       
    float: left;  
    padding: 10px 20px; 
    border: 1px solid black;
    border-radius: 10px;
    box-shadow: 1px 1px 6px 1px silver;
    background: rgba(255, 255, 255, 0.8); 
    transition-duration: 1.2s;
}
.text-blok h2 {
    margin: 0 0 10px 0;
}
.blok img {
    display: block;     
    position: absolute;   
    max-height: 210px;
    max-width: 300px;   
    float: left;
    margin: 0 40px;  
    transition-duration: 1.2s;
}
.blok-5 .text-blok {
    width: 830px;
}
.blok-5 img {      
    position: relative;
    display: inline;
    float: none;
    max-width: 150px;
    max-height: 84px;
    margin: 2px;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid silver;
    box-shadow: 1px 1px 2px 1px rgb(50,50,50);
}
img.efekt1 { 
    
}
img.efekt-2, img.efekt-4, img.efekt-6 {
    margin-top: 10px;
    border: 1px solid black;
    border-radius: 3px;
}
img.efekt-4 {
    max-height: 180px;
    border: none;
}                                            
table {              
    border-collapse: collapse;
    margin: 0 auto 10px;
}
td { 
    border: 1px solid black;
    padding: 3px 10px;
}  
table tr:nth-child(2n) {
    background: rgb(220,220,220);
}
table small {
  font-size: 18px;  
}
.blok-1 {
  transform: translate(0px, -1650px);
}   
.blok-1 img {
  transform: translate(472px, 40px);
}
.blok-2 {
  transform: translate(0px, -1370px);
}
.blok-2 div {
  transform: translate(382px, 0px);
} 
.blok-3 {
  transform: translate(0px, -1054px);
}   
.blok-3 img {
  transform: translate(442px, 0px);
}
.blok-4 {
  transform: translate(0px, -340px);
}   
.blok-4 div {
  transform: translate(274px, 0px);
} 
.blok-5 {
  transform: translate(0px, -740px);
}   
.blok-5 div {
  transform: translate(0px, 0px);
}
.blok-6 {
  transform: translate(0px, -180px);
}   
.blok-6 img {
  transform: translate(442px, 0px);
}

#galerie {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 2200px;
    text-align: center;
    padding: 65px 0 20px 0;
    background: rgba(0,0,0,0.5);
    z-index: 100;
}
#galerie img {
    border-radius: 10px;   
    box-shadow: 2px 2px 10px 2px;
    max-width: 1200px;
    max-height: 800px; 
    cursor: pointer; 
}                       
@media (max-width: 1130px) {
  #galerie img {
    max-width: 90%;
  }
}               
@media (max-height: 900px) {
  #galerie img {
    max-height: 700px;
  }               
}               
@media (max-height: 800px) {
  #galerie img {
    max-height: 600px;
  }               
}               
@media (max-height: 700px) {
  #galerie img {
    max-height: 500px;
  }               
}             
@media (max-height: 600px) {
  #galerie img {
    max-height: 400px;
  }               
}              
@media (max-height: 500px) {
  #galerie img {
    max-height: 300px;
  }               
}              
@media (max-height: 400px) {
  #galerie img {
    max-height: 200px;
  }               
}              
@media (max-height: 300px) {
  #galerie img {
    max-height: 100px;
  }               
}                   

#zapati {
    text-align: center;
    font-size: 20px;   
    margin-top: 1680px;
    margin-bottom: 20px;
    transition-duration: 1.2s; 
}
