body{
    font-family: 'Roboto', sans-serif;
}

h1{
    font-family: 'Barlow Condensed', sans-serif;
}

h2{
    font-family: 'Ibarra Real Nova', serif;
}

a{
    text-decoration: none;
}

/* NAVBAR */


.navbar-brand img{
    height: 60px;
    padding-left: 50px;
}

.navbar-light .navbar-nav .nav-link{
    color: #000000;
    padding: 30px;
    
}


.nav-item a:hover{
    color: #941b50;
    border-bottom: 2px solid #e0e5cf;;
    
}

.form-control{
    border-radius: 40px;
    border: 2px solid #000000;
    
}

.lupa{
    padding-top: 10px;
    padding-right: 40px;
}

.dropdown-menu{
    font-family: 'Ibarra Real Nova', serif;
}

/* END NAVBAR */





/* CAROUSEL */

.carousel-item p{

    font-family: 'Ibarra Real Nova', serif;
  
}

.dugme{
    border-radius: 30px;
    padding: 15px;
    background-color: transparent;
    border: 1px solid white;
    color: white;
}



/* END CAROUSEL */



/* ABOUT US */



.prica{
    margin-top: 90px;
    margin-bottom: 60px;
}
.prica p{
    font-family: 'Ibarra Real Nova', serif;
    font-size: 20px;   
    height: 1.5;
}


.prica img{
    margin-top: 60px;
}

.prica h2{
    margin-bottom: 15px;
}


/* END ABOUT US */



/* SERVICES */

.offer h2{
    margin-top: 40px;
    margin-bottom: 60px;
}

.offer p{
    font-family: 'Barlow Condensed', sans-serif; 
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.offer img{
    padding-left: 80%;
    margin-top: 10px;
}

.grozdje img{
    height: 500px;
    margin-top: 100px;
    margin-left: 100px;
}


/* END SERVICES */



/* GALERIJA */

.gallery h2{
    text-align: center;
    margin-top: 10%;
    margin-bottom: 12%;
}

/* END GALERIJA */


/* REZERVACIJA START */

.blok input, textarea{
        position: relative;
        display: block;
        width: 70%;
        border-radius: 0;
        border-style: solid;
        border-width: 1px;
        box-sizing: border-box;
        cursor: pointer;
        font-family: "Ibarra Real Nova",serif;
        font-size: 17px;
        font-weight: inherit;
        letter-spacing: .02em;
        font-style: italic;
        line-height: 31px;
        margin: 0 0 10px;
        outline: 0;
        padding: 10px 19px;
        transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
        margin-left: 20%;
    }

.blok button{
    
        font-size: 14px;
        font-weight: 500;
        font-family: "Barlow Condensed",sans-serif;
        letter-spacing: .175em;
        text-decoration: none;
        text-transform: uppercase;
        border-radius: 0;
        padding: 12px 50px 11px;
        border: 1px solid #000000; 
        margin-left: 20%;
        
    }

    .rezervacija{
        margin-top: 12%;
    }


    .make img{
        margin-top: 12%;
        
    }

    .rezervacija h2{
        
        margin-left: 57%;
        font-weight: 500;
    }


    /* END REZERVACIJA */



    /* KONTAKT START */

.kontakt h2{
    font-family:"Ibarra Real Nova",serif;
    color: #000000;
    text-align: center;
    border-bottom: 2px solid #e0e5cf;
    padding: 10px 0;
}

.kontakt a{
    color: #000000;
    text-align: center;
    padding: 10px;
}

.kontakt{
    margin-top: 10%;
   
    
}

.bijelo img{
    padding-left: 34%;
    margin-top: 20px;
    margin-bottom: 30px;
}


/* END KONTAKT */


/* FOOTER START */

.footer{
    background-color:  #ffffff;
}

.footer p{
    font-family:"Ibarra Real Nova",serif;
}

.sati{
    font-family:"Ibarra Real Nova",serif;
}

.informacije{
    font-family:"Ibarra Real Nova",serif; 
}



/* FOOTER END */

  


















































@media(max-width:985px){
   
}