body {
    background-image: url(FONTS/download.jfif);
    background-size: cover;
}

p {
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 40px;
    color: rgb(45, 111, 155);
    text-align: justify;
    margin-top: 60px;
    margin: 170px;
    
   
}
@media only screen and (max-width: 600px){

    p{
        margin: auto;
        font-size: small;
        line-height: 30px;
       margin-top: 70px;
       margin-left:20px;
       margin-right:20px;
    }
    body{
        margin: 10px;
    }
}
header {
    padding: 2px;
}

.menu {
   
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    position:relative;
}

#na{ background-color: rgb(221, 173, 84);
    font-family: "Radio Canada Big", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

ul {
    margin: 0px;
    padding: 2px;
    list-style: none;
    text-align: justify;
}

ul li {
    float:left;
    width: 20%;
    height: 50px;
    background-color: rgb(78, 120, 161);
    opacity: 1;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    align-items: center;
    

}

ul li a {
    text-decoration: none;
    text-align: center;
    color: white;
    display: block;
    width: 100%;
    height: 100%;
    
}

ul li a:hover {
    background-color: rgb(255, 185, 55);
    width: 100%;
    height: 50px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    

}

ul li ul li {
    display: none;
    text-align: center;
    width: 253px;
    height: 50px;
}

ul li:hover ul li {
    display: block;
      position: relative;
       top:1px;
       box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}



.hover-me ul li:hover .menu-1 {

      display: block;
    position: absolute; /* Ensures proper placement */
    top: 0;  /* Aligns it with the parent item */
    left: 100%; /* Positions it to the right */
    width: 264.6px;
    height: 20px;
    z-index: 1000; 
}


ul li ul li ul li {
    display: none;


}


h1 {
    font-size: 200 px;
    text-align: center;
    font-weight: bold;
    color: rgb(7, 167, 241);
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    padding: 5px;
    margin: 5px;
}


h2 {
    padding: 1px;
    margin: 2px;
    text-align: center;
    font-size: 25px;
    color: rgb(60, 171, 223);
    text-shadow: #444444;
}

h2:hover {
    transform: scale(1);

}
#snimka{
    width: 100%;
}
.menu-1 {
    display: none;
}
.container{
    
    margin: auto;
}
nav{
    max-width: 100%;
    min-width: 100%;
}
@media only screen and (max-width: 600px) {
 ul li ul li {
    width: 150px;
    height: 40px;
}
    ul li{
        line-height:20px;
        font-size: 13px;
        
    }
    #zab{
        overflow-wrap: break-word;
    }
      .container{
   
    flex-direction: column;
    max-width: 350px;
    min-width: 200px;
  
   
        
    }
    
    body{
        max-width: 400px;
        min-width:250px;
    }
    .planini{
       max-width: 350px;
    }
}