body, html{
    width: 100%;
    height: 100vh;
    background-image: url('../../image/pozadina.jpg');
    overflow-x: hidden;
}

/* #style-2 > *::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-2 > *::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-2 > *::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #D62929;
} */

.drinks-menu{
    padding-left: 0px;
    padding-right: 0px;
}

.shade{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(000, 000, 000, .75);
    margin-left: 0px;
}

.shade h2{
    color: #fff;
}

.linee{
    margin-top: 15px;
    width: 40px; 
    border-top: 2px solid gold;
    margin-left: auto;
    margin-right: auto;
}

.items{
    padding-top: 0px;
}

.items h3{
    margin-top: 50px;
    margin-bottom: 5px;
    font-weight: bold;
}

.iron{
    margin-bottom: 30px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
}

.item{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}

.item p{
    margin-bottom: 0px;
}

.item small{
    margin-bottom: 0px;
}

.price{
    margin-top: 7px;
}

.dodatci{
    padding-top: 30px;
    padding-bottom: 0px;
}

.dodatci p{
    margin-bottom: 0px;
}

.dodatci ul{
    padding-left: 15px;
}

.image{
    display: none;
}

.last-image{
    width: 100%;
    height: 130vh;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.last-image2{
    width: 100%;
    height: 130vh;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


@media (max-width: 767px){
    iframe {
        display: none;
    }
    #pdfDiv {
        text-align: center;
        padding: 100px;
    }
    #pdfDiv input {
        height: 100px;
        width: 200px;
        font-size: 30px;
    }
}

@media (min-width: 768px){

    .price{
        border-left: 1px solid #000;
        margin-top: 0px;
    }

    .item small{
        margin-bottom: 0px;
        margin-left: 0px;
    }

    input {
        display: none;
    }
}

@media (min-width: 992px){

    .image{
        display:block;
    }

}

@media (min-width: 1200px){

}

@media (max-width: 992px){
  .last-image, .last-image2{
    height: 55vh;
  }
}
