*{
    padding: 0px;
    margin: 0px;
}
body{
   background-image: url(pocetna.jfif);
   background-size: cover;
    
   
}
@font-face {
    font-family: Cutecouple;
    src: url(CUTE\ COUPLE\ Regular.ttf);
}
.nav{
    font-family: Cutecouple;
    margin-left: 300px;
    margin-right: auto;
    padding: 0px;
    list-style: none;
    font-size: 20px;
    text-align: center;
}

.nav ul{
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    list-style: none;
    text-align: center;
    
}
.nav ul li{
    float: left;
    width: 250px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    opacity: .8;
    font-weight: bold;
    margin-right: 5px;
    margin-left: 20px;
    
}
.nav ul li a{
    
    text-decoration: none;
    color: yellow;
    display: block;
}
.nav ul li ul li{
    
   display: none;   
   margin-left: auto;
}

.nav ul li:hover ul li{
    display: block;
}

ul li a:hover{
    transform: scale(1.1);
    color: green;
    letter-spacing: 5px;
    box-shadow: 1px 1px 1px silver;  
}
.div-jedan
{
    padding: 40px;
    
}
.div-jedan #h1
{
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;   
}
.div-jedan #h1 span{
    text-transform: uppercase;
    color: rebeccapurple;
    text-shadow: 5px 5px 10px white;
  
}
.div-jedan img{
    width: 300px;
    height: 300px;
    float: left;
    margin-left: 50px;
    margin-top: 100px;
    border-radius: 30px;
    box-shadow: 8px 8px 9px rgb(236, 192, 192); 
    
    
}
.div-jedan p{
    text-align: justify;
    margin-top: 120px;
    margin-left: 320px;
    margin-right: 100px;
    font-size: 30px;
}
.div-jedan p span{
    float: left;
    font-size: 350%;
}
.div-dva{
    clear: both;
}
.div-dva img{
    width: 300px;
    height: 300px;
    float: right;
    border-radius: 30px;
    box-shadow: 8px 8px 9px rgb(236, 192, 192); 
    margin-right: 50px;
    margin-top: 0px;
    margin-bottom: 10px;
}
.div-dva p{
    margin-left: 100px;
    font-size: 30px;
    margin-top: 90px; 
    padding-top: 10px;  
}
.div-dva p span{
    float: left;
    font-size: 450%;
}
footer{
    animation: slider 5s infinite;
    position: relative;
    background-image: url(footer.jpg);
    height: 170px;
    clear: both;
}
footer p{
    font-family: cursive;
    font-size: 25px;
    text-align: center;
}
footer span{
    font-weight: bold;
    font-family: monospace;
    text-shadow: 1px 1px 2px black;
    text-align: center;
}
@keyframes slider{
    0%{ background-image: url('pas.jpg'); background-size: 100% 100%; }
    35%{ background-image: url('slika2.jpg'); background-size: 100% 100%; }
    75%{ background-image: url('sapa.jpg'); background-size: 100% 100%; }
}
footer img{
    float: left;
    width: 1800px;
    height: 100px;
    margin-left: 50px;
    margin-top: -70px;
}
