.container-fluid{
    margin: auto;
}
/* font */
h1{
    font-family: 'Amatic SC', cursive;
}

h2{
    font-family: 'Euphoria Script', cursive;
    
}
    
h3{
    font-family: 'Amatic SC', cursive;
}

h5{
    font-size: 10px;
    font-family: 'Bellota', cursive;
}

p{
    font-family: 'Bellota', cursive;
    text-align: justify;
}
/* end font */

/* ---------------------------- */

/* logo */
.navbar-brand img{
    height: 60px;
}
/* logo */

/* ---------------------------- */

/* navigacija */

.color{
    background: black; 
}

.cup{
    background-image: url(images/Mugg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 700px;
    padding-top: 50px;
    text-transform: uppercase;
    
}

.cuptext{
    position: absolute;
    text-align: right;
    top:40%;
    left:42%;
    transform:translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    -o-transform:translate(-50%, -50%);
}

.nav-link store{
    color: aquamarine;
}
.cup  .nav-link:hover{
 text-decoration:line-through 1px;
}

.cuptext h1{
    font-size: 80px;
    
}



/* end navigacija */

/* o nama */
.about .nav-link{
    color: black;
}

.about .nav-tabs .nav-link.active {
    
    color: #9ca464;
}


.about{
    font-family: 'Laila', sans-serif;
    font-size: 20px;
    
}

.abouttext{
    font-family: 'Bellota', cursive;
    text-align: justify;
}

.onamanaslov {
    text-align: left;
    font-size: 80px;
    font-family: 'Amatic SC', cursive;
}



.font{
    font-size: 12px;
    margin-top: 10px;
    text-align: justify;
}
/* end o nama*/


/* galerija */
.take{
    font-size: 50px;
    text-align: center;
}

/* end galerija */




/* shop */


.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next{
    font-size: 50px;
    color: #1e3131;
}

.owl-nav{
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    -o-transform:translate(-50%, -50%);
    width: 100%;
    
}

.owl-carousel .owl-nav button.owl-prev{
    float: left;
    
}

.owl-carousel .owl-nav button.owl-next{
    float: right;
    
}

.slide{
    text-align: center;
    
}

.slide .btn-primary {
    color: #fff;
    background-color: #aaa545;
    border-color: #89863c;
}

.slide .btn-primary:hover {
    color: #fff;
    background-color: black;
    border-color: black;
}

.slide a{
    color: #aaa545;
}
.slide p{
    text-align: center;
}


/* end shop */




/* order */
.order{
    width: 80%;
    margin:auto;
    border: 1px solid gray;
    background-color: white;
    border-radius: 0 0px 20px 20px ;
    -webkit-border-radius: 0 0px 20px 20px ;
    -moz-border-radius: 0 0px 20px 20px ;
    -ms-border-radius: 0 0px 20px 20px ;
    -o-border-radius: 0 0px 20px 20px ;
    padding: 20px;
}

.orderpic{
    background-image: url(images/gallery/Mug30.jpg);
    background-position: center;
    padding-bottom: 400px;
    padding-top: 100px;
    
  

}
.textorder{
    width: 80%;
    margin:auto;
    background-color: #89863c;
    color: white;
    text-align: center;
    padding: 12px 21px;
    border-radius: 20px 20px 0 0px;
    -webkit-border-radius: 20px 20px 0 0px;
    -moz-border-radius: 20px 20px 0 0px;
    -ms-border-radius: 20px 20px 0 0px;
    -o-border-radius: 20px 20px 0 0px;
}

.send{
    background-color: #aaa545;
    color:white;
    box-shadow: #89863c;
}
.send:hover{
    background-color: #1e3131;
    color: white;
}

.cancel{
    background-color: #1e3131;
    color:white;
    box-shadow: #89863c;
}
.cancel:hover{
    background-color: #aaa545;
    color: white;
}

.instructions label{
    font-size: 10px;
    color: #89863c;
}

.nuberofprice{
    width: 95%;
}

.instructions  .me-3 {
   margin-top:10px ;
   margin-left: 200px;
}

.instructions{
    width: 100%;
    text-align: center;
}
/* end order */





/* contact */

.pariz{
    width:100%;
    height:64px;
    border-radius: 20px;
    background-color:#1e3131;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 0 35px 35px 0;
    padding-left: 15px;
    color: #fff;
    margin-bottom: -2px;
    text-align: center;
    font-size: 50px;
    
}

.contact{
   border: 1px solid #1e3131;
    height:232px;
    padding: 21px;
    border-radius:  0 0 20px 20px;
    color:#1e3131;
    font-size: 22px;
    text-align: center;
    line-height:1.3;
}

.payment{
    text-align: left;
}

.nuberofprice{
    width: 100%;
}
/* end contact */




/* footer */
.futerikone i{
    color: black;
    padding-left: 10px;
}
.futerikone i:hover{
    color: rgb(170, 141, 104);
    
}

.futerbar{
    text-align: right;
}

.copyright p{ 
    border-top: 1px solid grey;
    font-size: 13px;
    text-align: center;
    padding-top: 18px;
}

/* end footer */


@media(max-width:318px){
    .payment{
        font-size: 13px;
    }
}



@media(max-width:428px){
    .payment{
        width: 50%;
        margin-right: none;
    }
    
} 

@media(max-width:433px){
    .about{
        font-size: 13px;
    }
    .card{
        margin: auto;
    }
   
}



@media(max-width:768px){
    .card{
        margin: auto;
    }
    .order{
        width: 100%;
    }
    .textorder{
        width: 100%;
    }
    .orderpic{
        padding-top: 30px;
    }
}

@media(max-width:991px){
    .take{
        font-size: 40px;
    }
   
    .futerfuter .navbar-toggler{
        content: none;
    }
    
    .cuptext{
        margin-top: 120px;
    }
    .abouttext{
        width: 90%;
        margin: auto;
    }
    .card{
        margin: 15px;
    }
}

@media(max-width:1200px){
    
    .lista{
        padding-top: 20px;
    }
   
    .map iframe{
        width: 95%;
    }
    .card{
        margin: auto;
    }

}




@media(max-width:1900px){
    
    
    .map iframe{
        width: 95%;
    }
}



