*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
   font-family: 'Yanone Kaffeesatz', sans-serif;
   color: #912f09;
}

.logo{
    width: fit-content;
    margin-top: 3px;
}
.logo img{
    width: 53px;
}


p{
    color: #5f5f5e;
}

.kontainer{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

.kontainer-flex{
    display: flex;
    flex: 1;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.kontainer-flex-krnjeval{
    display: flex;
    flex: 1;
    flex-direction: row;
    align-items:center;
    justify-content: space-evenly;
   
}

.mojgrid{
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 20px;
}

.i_header{
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);
    width: 100%;
    background-color: rgba(87, 6, 3, 0.9);
    position: fixed;
    top: 0;
    z-index: 10;   
    padding: 0;
}

#meni_list{
    display: none;
}

.linkovi > li{
    display: inline-block;
    margin-left: 20px;
    padding: 5px;
    font-size: 20px;
}
.i_link{
    font-family: 'Yanone Kaffeesatz', sans-serif;
    text-decoration: none;
    color: rgb(255, 174, 0);
    font-weight: bold;
}
a:hover{
    font-weight: bold;
    color: rgb(87, 87, 87);
}
.logo{
   /* font-size: 40px;*/
    font-family: 'Herr Von Muellerhoff', cursive;
}
/*#krnjeval{
    margin-top: 10px;
}*/

.krnjeval_linkovi{
    top: 0;
    z-index: 10;   
    padding: 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 2px 2px 15px rgba(44, 44, 44, 0.2);

    
}
.krnjeval_linkovi>a{
    height: 45px;
    padding: 10px;
}

.krnjeval_slideshow>p{
    font-size: 18px;
}
p>span{
    font-weight: bold;
}
#o_nama{
    margin-top: 10px;
}
.o_nama_txt, .ponuda_txt{
    grid-column: span 5;
}
.o_nama_img, .ponuda_img{
    grid-column: span 7;
}
img{
    width: 100%;
}

.o_nama_txt p{
    font-size: 18px;
    line-height: 20px;
}
.first, .second, .third, .fourth{
    grid-column: span 3;
}
.povijest>p{
    font-size: 18px;
}
.parallax1 {
    /* The image used */
    background-image: url("../img/paralax/s1.jpg");
    /* Set a specific height */
    min-height: 500px; 
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .parallax2 {
    /* The image used */
    background-image: url("../img/paralax/s2.jpg");
    /* Set a specific height */
    min-height: 500px; 
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .parallax3 {
    /* The image used */
    background-image: url("../img/paralax/s3.jpg");
    /* Set a specific height */
    min-height: 500px; 
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .parallax4 {
    /* The image used */
    background-image: url("../img/paralax/s4.jpg");
    /* Set a specific height */
    min-height: 500px; 
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .parallax5 {
    /* The image used */
    background-image: url("../img/paralax/s5.jpg");
    /* Set a specific height */
    min-height: 500px; 
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .parallax6 {
    /* The image used */
    background-image: url("../img/paralax/s6.jpg");
    /* Set a specific height */
    min-height: 500px; 
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
.gallery{
    padding: 10px;
}

form{
    line-height: 30px;
}
label{
    padding: 5x;
}
.naslov_sponzori{
    text-align: center;
}
footer{
    width: 100%;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
}
.footer_txt{
    text-align: center;
    padding: 20px;
}
.social a{
    color: #808000;
    padding: 5px;
    margin-top: 5px;
    text-decoration: none;
}

@media screen and (max-width: 600px){
    .parallax1, .parallax2, .parallax3, .parallax4{
        max-width: 100%;
    }
    .kontainer{
        max-width: 100%;
    }
    .o_nama_img{
        grid-column: span 12;
    }
    .o_nama_txt{
        grid-column: span 12;
    }
    .ponuda_img{
        grid-column: span 12;
    }
    .ponuda_txt{
        grid-column: span 12;
    }
    .first, .second, .third, .fourth{
        grid-column: span 6;
        margin-left: 5px;
    }

    .hamburger{
        display: flex;
        flex-direction: column;
        width: 35px;
        height: 25px;
        justify-content: space-between;
    }

    .hamburger > div{
        width: 100%;
        height: 3px;
        background: #808000;
        border-radius: 3px;
    }

    .linkovi{
        display: none;
    }
}
@media screen and (max-width: 400px){
    .parallax1, .parallax2, .parallax3{
        max-width: 100%;
    }
    .kontainer{
        max-width: 100%;
    }
    .o_nama_img{
        grid-column: span 12;
    }
    .o_nama_txt{
        grid-column: span 12;
    }
}