
a.{ 
    text-decoration: none;
}
h1{
    font-family: 'Arvo', serif;
}
h2{
    font-family: 'Oleo Script', cursive;
}
h3{
    font-family: 'Pacifico', cursive;
}
p{
    font-family: 'Shadows Into Light', cursive;
}
.bijela{
    background-color: rgb(231, 230, 240);
    padding-bottom: 30px;
    padding-top: 30px;
}
.bijela a{
    color: black;
    text-transform: uppercase;
    padding: 5px 10px;
    border: 2px solid;
    text-decoration: none;
    border-radius: 20px;
}
.bijela a:hover{
    background:white;
    color: black;
}
.crveno{
    padding-top: 30px;
}
.navbar{
    background-color: rgb(147, 147, 232);
    padding: 15px;
}
.navbar-brend{
    height: 45px;
}
.navbar-light .navbar-nav .nav-link{
    background-color: rgb(147, 147, 232);
    padding-right: 50px;
} 
.navbar-light .navbar-nav .nav-link.active{
    color:black; 
    background-image:linear-gradient(to bottom, #044a67 0% #4292b2 10);
}
.navbar-light .navbar-nav .nav-link:hover{
    color: white;
}
.dropdown-menu{
    background-color: rgb(147, 147, 232);
}
.dropdown-item{
    color: rgb(77, 28, 28);
}
.dropdown-item:hover{
    color:black;
    border-color: white;
}
.silver{
    background-color: rgb(147, 142, 142);
    text-decoration: none;
}
.blue{
    background-color: #686a68;
}
.black{
    background-color: rgb(53, 50, 50);
}
.kontakt a{
   display: block; 
   padding: 80px 0px;
   color: white;
}
.kontakt i{
    font-size: 35px;
    color: white;
}
.kontakt h2{
    text-decoration: none;

}
.boldovan label{
    font-weight: 600;
}
.forma input{
    background-color: #6c9cb0;
    color: white;
}
.forma input:hover{
    background-image: linear-gradient(to bootom,#d0bfbb 30% #fff 100%);
}
.mis{
    width: 100%;
}
.mis textarea{
    width: 100%;
    height: 70%;
}
.ruka{
    width: 100%;
}
.bijela{
    background-color: #e2d2e2;
    background-clip: content-box;
    padding: 10px;
    
    
}
    

.sijenka a{
    background-color: #e9a3e8;
    color: white;
    padding: 10px;
    border-radius: 30px;
    text-decoration: none;
}
.text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: right;
}
.text h2 span{
    background-color:rgba(210, 223, 236, 0.1);
    color:white;
    padding: 5px;
    line-height: 3;
}
.text h1 span{
    background-color:rgba(66, 119, 172, 0.1);
    color: black;
    padding: 10px;
    line-height: 7;
}
.text h3 span{
    background-color:rgba(66, 119, 172, 0.1);
    color: white;
    padding: 10px;
    line-height: 3;
}
.text p span{
    background-color:rgba(9, 55, 101, 0.1);
    color: white;
    padding: 10px;
    
}
.text a{
    background-color: #044a67;
    color: white;
    padding: 10px;
    border-radius: 50px;
    text-decoration: none;

}

#prsut.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    font-size: 50px;
    background-color: black;
    color: white;
    padding: 15px 20px !important; 
}
#prsut .owl-nav{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    display: none;

}
#prsut .owl-prev{
    float: left;
}
#prsut .owl-next{
    float: right;
}
#prsut:hover .owl-nav{
    display: block;
}
.prsut:hover .owl-next{
    background-color: white;
    color: black;
}
.zito h3 i{
    margin-left: 5px;
    color: #6c9cb0;
    
}
.drvena{
    position: relative;
   overflow: hidden;
   padding: 15% 0;
   
}
.kisa{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0,1;
    
    
}
.drvena img{
    width: 250%;
    
}
.podvuci{
    position: relative;
}
.podvuci::after{
    content: "";
    width: 80%;
    height: 5px;
    background-color: black;
    position: absolute;
    bottom: -15px;
    left: 0;
   
}
.drvena a{
    color: black;
    text-decoration: none;
    background-color: #4292b2;
    padding: 15px;
    border-radius: 15px;
   
}
.drvena a i{
    background-color: #4292b2 ;
    padding: 15px;
    margin-right: 15px;
   
}
.drvena a :hover{
    background-color: white;
    color: black;
}
.galerija{
    background-color: silver;
    color: white;
}
.album div{
    border: 1px dashed white;
    padding: 20px;
}
.futer{
    background-color: rgb(219, 184, 228);
    color: black;
}
.futer h2{
    color: black;
    text-align: center;
}
.futer .okvir div {
    border: none;
    padding: 10px;
}
.mreze{
    background-color: rgb(175, 92, 196);
}
.mreze a i{
    color: black;
    font-size:30px;
    margin-left: 10px;
}
.mreze p{
    color: black;
}
.mreze p span{
    color: white;
}


   



