@font-face {
   font-family:HERMES1943; 
   src:url(./HERMES1943.ttf);
} 

	
*{border:0px solid white;
  color:black;
  font-family:HERMES1943;
overflow:auto;
}

#cart{
align:bottom;

}



#disc_div{


 display:inline-block;



}




#prispevek{
width=500px;
}





 #disc{
 vertical-align:top;
 
 float:left;
  padding:0px 50px 10px 0px;
 }
 
 
 #disc2{
 vertical-align:top;
 padding:0px 50px 10px 0px;
 float:left;
 
 }
 
 

 #disc_describe{
 width: 500px;
 float:left;
 
 
 }

center{

}


image{
width:auto;
margin:auto;
margin-left: auto;
margin-right: auto;
}

body{
    *background-image: url('background2.jpg');*
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;}
    
    .vertical-menu a.active {
    background-color:grey; /* Add a green color to the "active/current" link */
    color: grey;
    
    **width: 100%; height: 100%;
}

#logosko{

margin:auto;

}


#logo1{
    min-width:220px;
    max-height:40%;
    max-width:2806px;
    height:auto;
    width:50%;
    padding:3% 0% 3% 0%;
}

#line1{

     margin:auto;
     width:1920px;
}

a{
text-decoration:none;
color:rgb(20,20,20);

}

#menubar a{
display: inline-block;
text-align: center;
padding: 5px 80px 5px 80px;
margin:auto;
font-family:'HERMES1943' cursive;
font-size:20;
**border-top:5px solid black;
**border-bottom:5px solid black;
}

#menubar a:hover{
background-color:black;
color:white;

}

a.active{
background-color:black;
color:white;
}

p{
text-align:center;
width:70%;
margin:auto;
font-size:100%;
padding:50px 30px 50px 30px;
**background-image: url("odstavec.png");                          
**background-position: center;
**background-size: cover;}


pre{
text-align:center;
width:auto;
margin:auto;
font-size:15;
**padding:50px 30px 50px 30px;}

#menubar{
}




#menucenter{

}


#hideall
 {
   position: fixed;
   left: 0px; 
   right: 0px; 
   top: 0px; 
   bottom: 0px; 
   background-color: white;
   z-index: 99; /* Higher than anything else in the document */

 }
 
 
 
.photo{
 
 overflow:hidden;
  width:1480px;
margin:auto;
padding:50px 50px 50px 50px; 
 }
 
.photo img{
 
 width:400px;
display:block;  
transition:all 1s ease;
 
 }
 
 
 .photo img:hover{
transform: scale(1.3);
 
 }