h1{
    font-family: 'Roboto Mono', monospace;
}
h2{
    font-family: 'Rubik Bubbles', cursive;
}
body{
    font-family: 'Ubuntu', sans-serif;
}
a{
    text-decoration: none;
}
.cvijece{
    background-color: rgba(158, 84, 227, 0.573);
    background-clip: content-box;
    border: 1px dotted white;
    padding: 20px;
    position: relative;
}
.tanjir{
    background: url(../images/bcg.png) no-repeat center fixed;
    background-size: cover;
    padding: 50px 0;
}
.cvijece a{
    color: white;
    background-color: rgb(13, 13, 53);
    padding: 10px;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
video{
    width: 100%;
}
.crta{
    border-bottom: 1px dashed black;
}
.navbar{
    background-color: rgb(134, 74, 190);
}
.navbar-brand img{
    height: 45px;
}


.ruka{
    overflow: hidden;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	background-color: #620a8b;
    width: 150px;
}
.accordion-button:not(.collapsed) {
	color: white;
    background-color: #620a8b;
}
.accordion-button, .accordion-body{
    color: white;
    background-color: rgb(12, 38, 116);
}
.zlatar{
    overflow: hidden;
}

.muzika{
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}
.kisa{
    position: absolute;
    top:0;
    left: 0;
    z-index: -1;
    opacity: 0.4;
}
.linija::after{
    content: "";
  
    height: 3px;
    background-color: #620a8b;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: -10px;
}
.linija{
    position: relative;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #620a8b;
}
.owl-theme .owl-dots .owl-dot span{
    background: #a44fcb;
}
video{
    width: 100%;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
    font-size: 50px;
}





@media(max-width:982px){
    .muzika{
        background-color: #af7dc6;
    }
}



