@import url('https://fonts.googleapis.com/css?family=Staatliches');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300');

body{
    background-color: black;
    background-size: contain; 
    overflow-x: hidden;    
}

::-webkit-scrollbar {
    width: 9px;
}

::-webkit-scrollbar-track {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: gray;
}
 
::-webkit-scrollbar-thumb {
    background: #474747;
        -webkit-border-radius: 0px;
    border-radius: 0px;
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #474747;
}

::selection{
    background-color: #b9079e;
}

header.masthead {
   background-image: url(img/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    z-index: 0;
    position: relative;
}

header.masthead .masthead-content {
  z-index: 1;
  position: relative;
    width: 70%;
    margin: 0 auto;
    margin-top: 100px;

}

.naslov {
    font-size: 3.5rem;
    color: white;
    position: absolute;
    top: 430px;
    font-size: 350px;
    margin-left: 10px;
    text-shadow: 2px 2px 6px black;
    font-family: 'Staatliches', cursive;
}

.naslov-2 {
  font-size: 3.5rem;
    color: white;
    position: absolute;
    top: 830px;
    font-size: 40px;
    width: 50%;
    margin-left: 30px;
    line-height: 0.7;
    text-shadow: 2px 2px 1px black;
}

header.masthead .masthead-content .masthead-subheading {
  font-size: 1rem;
    color:ghostwhite;
    background-color: rgba(0,0,0,0.7);
}

#carouselExampleFade{
    height: 950px;
    position: relative;
    z-index: -1;
}

.shadow{
    text-shadow: 1px 2px 3px black;
}

.flex-container {
  display: flex;
  justify-content: center;
  background-color: black;
    padding-bottom: 30px;
;
    background-repeat: no-repeat;
    margin-top: -1px;
    padding-top: 30px;
}

.flex-container > div {
  width: 100%;
  margin: 10px;
  text-align: center;
  line-height: 75px;
  font-size: 30px;
    color: white;
    padding-top: 20px;
}

.flex-container > div h1{
  margin: 10px;
  text-align: center;
  font-size: 50px;
    text-align: left;
     font-variant-caps: all-petite-caps;
    color: white;
    opacity: 0.8;
    margin-bottom: -20px;
}

.flex-container > div h2{
  margin: 10px;
  text-align: center;
  font-size: 20px;
    text-align: left;
     font-variant-caps: all-petite-caps;
    color: white;
    opacity: 0.4;
    margin-top: 20px;
}

.flex-container > div > li{
  width: 300px;
  margin: 10px;
  line-height: 25px;
    text-align: left;
  font-size: 12px;
    color: white;
    list-style: none;
    opacity: 0.7;
    border-bottom: 1px solid #777777;
    padding-left: 10px;
    padding-right: 130px;
}

.flex-container > div > a{
      width: 200px;
  margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  line-height: 25px;
    text-align: left;
  font-size: 16px;
    color: white;
    list-style: none;
    opacity: 0.7;
    border-bottom: 1px solid #777777;
    padding-left: 10px;
    padding-right: 130px; font-variant-caps: all-petite-caps;
    display: block;
}

.flex-container > div > a:hover{
    opacity: 0.9;
    background-color: #262626;
}

.prvi{
  width: 300px;
  margin: 10px;
  line-height: 25px;
    text-align: left;
  font-size: 16px;
    color: white;
    list-style: none;
    opacity: 0.7;
    border-bottom: 1px solid #777777;
    padding-left: 10px;
    padding-right: 150px; font-variant-caps: all-petite-caps;
}

.left h3{
    margin: 10px;
    text-align: center;
    font-size: 190px;
    text-align: left;
    font-variant-caps: all-petite-caps;
    color: white;
    opacity: 0.8;
    width: 30%;
    margin-bottom: -20px;
    position: relative;
    line-height: 0.6;
    z-index: 2;
    font-family: 'Staatliches', cursive;
}

.left h4{
    margin: 10px;
    text-align: center;
    font-size: 250px;
    text-align: left;
    font-variant-caps: all-petite-caps;
    opacity: 0.8;
    width: 30%;
    margin-bottom: -20px;
    position: relative;
    line-height: 0.6;
    color: #e500ca;
    margin-top: -60px;
    font-family: 'Staatliches', cursive;
}


/*
section:hover  .display-4{
    color: #f70cdb;
    font-variant-caps: all-petite-caps;
    font-size: 68px;
}

section:hover  .display-4-h4{
    color: white;
    font-variant-caps: all-petite-caps;
    margin-top: -42px;
    font-size: 32px;
    margin-left: 3px;
}

section:hover{
    background-size: 101%;
    background-position: top;
}
*/
.p-6 {
    line-height: 1;
    font-size: 21px;
    text-shadow: 1px 1px 1px black;
    z-index: 1;
    position: relative;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    color: #e0e0e0;
}

.black{
    background-color: rgba(0,0,0,0.4);
    height: auto;
    padding: 40px;
}

.vise-master{
    padding: 8px;
    background-color: #007bf0;
    color: white;
    font-weight: bold;
    z-index: 1;
    position: relative;
}

.vise-master a:hover{
    text-decoration: none;
    background-color: #268dee;
    color: white;
}

.p-5 a:hover{
    color: white;
    background-color: #268dee;
}

.p-6::before {
    position: absolute;
    top: -120px;
    left: -70px; 
    content: " ";
    background-image: url(img/splatter.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 600px;
    height:  300px;
    margin: 0;
    z-index: -1;
    opacity: 0.5;
}

.naslov h2::before {
    position: absolute;
    top: 5px;
    content: "pisani artikl";
    width: 398px;
    height: 50px;
    margin: 0;
    opacity: 0.7;  
    font-size: 15px; 
    font-weight: normal; 
    font-style: italic;
    letter-spacing: 11px;
    color: #b0b0b0;
}

.display-4::before {
    position: absolute;
    top: 5px;
    content: "žanrovi glazbe";
    width: 398px;
    height: 50px;
    margin: 0;
    opacity: 0.7;  
    font-size: 15px; 
    font-weight: normal; 
    font-style: italic;
    letter-spacing: 11px;
    color: #b0b0b0;
    font-size: 20px;
}

.nav-item .nav-link:hover{

}


.nav-item .nav-link:hover .dropdown{
    width: 300px;
}

.dropdown a{
    padding: 5px;
    display: none;
    border: 4px solid #2c2c2c;
    border-top: none;
    font-weight: 200;
    font-size: 15px;
}

.dropdown:hover .nav-item{
    background-color: #b9079e;
}

.navbar-custom {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: rgba(0, 0, 0, 0.7);
}

.navbar-custom .navbar-brand {
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.1rem;
    font-weight: 700;
}

#drop-btn{
    width: 100px;
    text-align: center;
    position: relative;
    z-index: 3;
}

#drop-btn:hover .dropdown{
    opacity: 1.0;
    margin-top: 0px;    
}

#drop-btn:hover .dropdown a{
    padding: 5px;
    display: block;
    position: relative;
    min-width: 170px;
    z-index: 1;
    margin-left: -35px;
}

.dropdown a{
    background-image: url(img/dropdown-dot.png);
    background-color: black;
    font-variant-caps: all-petite-caps;
    color: #a0a0a0;
}

.dropdown a:hover{
    background-image: url(img/dropdown-dot-hover.png), url(img/dropdown-sijena-hover.png);
    background-color: #292929;
    color: whitesmoke;  
     
}

.dropdown{
    height: auto;
    width: 100px;
    opacity: 0.0;
    background-color: #1c1c1c;
    position: absolute;
    transition: 0.1s;
    top: 0px;
    z-index: -1;
    border-top: 40px solid #b9079e;
    box-shadow: 1px 1px 13px black;
}

.dropdown img{
    position: absolute;
    margin-left: -10px;
    width: 18px;
    z-index: 2;
}

#active{
    background-color: #303030;
}

.navbar-custom {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: rgba(0, 0, 0, 0.95);
}

.vise{
    display: none;
    width: 300px;
    height: 100px;
    opacity: 0.0;
    margin-top: 10px;
    z-index: 5;
    transition: 0.1s;
}

.vise img{
    width: 100%;
    border: 16px solid black;
}

.vise a{
    background-color: black;
    height: auto;
    width: 10px;
    opacity: 0.46;
}

.vise a:hover{
    background-color: black;
     opacity: 0.86;
}

.vise-tekst-paragraf{
    position: absolute;
    padding-top: 70px;
    padding-left: 80px;
    padding-bottom: 80px;
    padding-right: 70px;
    top: 0;
    left: 1px;
    font-family: 'Staatliches', cursive;
    font-size: 30px;
    pointer-events: none;
    opacity: 0.0;
    background-color: rgba(242,11,234,0.5);
}

.vise img:hover{
    margin-top: -2px;
}

.vise a:hover .vise-tekst-paragraf{
    opacity: 1.0;
}
/*
.vise:hover{
    width: 310px;
    height: 110px;
}*/

.link:hover .vise{
    display: block;
    position: absolute;
    opacity: 1.0;
    margin-top: 5px;
}

section{
   width: 99.9%;
    margin: 0 auto;
    margin-bottom: 1px;
    border: 10px solid black;
    background-color: black;
    color: white;
    background-size: cover;
    transition: 0.3s all;
    background-position: top;
    margin-top: -1px;
}

section h2{
   width: 99.9%;
    margin: 0 auto;
    margin-bottom: 1px;
    border: 10px solid black;
    background-color: black;
    color: white;
    font-family: 'Staatliches', cursive;
    font-size: 50px;
}

.display-4{
    color: white;
    font-variant-caps: all-petite-caps;
    font-size: 94px;
    text-shadow: 2px 2px 1px black;
    z-index: 2;
    position: relative;
}

.display-4-h4{
    color: white;
    font-variant-caps: all-petite-caps;
    margin-top: -38px;
    font-size: 30px;
    margin-left: 3px;
    text-shadow: 1px 1px 1px black;
    z-index: 2;
    position: relative;
    color: #b9079e;
    font-family: 'Josefin Sans', sans-serif;

}

.slika-sec{
    width: 70%;
}

#navbarResponsive{
    background-image: url(img/navbar-responsive.png)
}

.sentinel{
    text-align: center;
    background-color: rgba(3,3,3,0.97);
    color: white;
    margin-bottom: 1px;
    font-family: 'Staatliches', cursive;
    font-size: 80px;
}

.sentinel span{
    text-align: center;
    background-color: rgb(0,0,0);
    color: white;
    margin-bottom: 1px;
    font-family: 'Staatliches', cursive;
    font-size: 80px;
    padding: 20px;
    font-size: 100px;
}

.sentinel::before {
    position: absolute;
    content: " ";
    width: 238px;
    height: 20px;
    margin: 0;
    font-size: 15px; 
    font-weight: normal; 
    font-style: italic;
    letter-spacing: 11px;
    background-color: none;
    margin-top: -30px;
    margin-left: -30px;
}

.container-dupli{
    line-height: 1.4;
    text-align: justify;
    /*background-image: url(img/plus.png), url(img/dot.png);
    background-size: 20%, 0.5%;*/
    width: 100%;
     /*background-image: url(img/dot.png);*/
    background-position: bottom;
    display: flex;
    justify-content: center;
    background-color: black;
    margin: 0 auto;
    position: relative;
    max-width: 1630px;
    padding-bottom: 79px;

}

.desni p{
    background-color: black;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: -10px;
    margin-top: -10px;
    line-height: 1.4;
    font-size: 16px;
    opacity: 0.9;
    font-family: 'Josefin Sans', sans-serif;
    width: 85%;
}

.desni {
    width: 97%;

}

.desni h3{
    padding-left: 10px;
    margin-top: -20px;
    /*background-color: #027fed;*/
    /*background-color: #004da0;*/
    /*font-family: 'Staatliches', cursive;*/
    /*color: black;*/
    display: inline-block;
    font-size: 20px;
    z-index: 2;
    position: relative;
    font-variant-caps: all-petite-caps;
     font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    padding-right: 10px;
}

.desni h3:before {
    position: absolute;
    left: -25px;
    content: " ";
    background-image: url(img/crta.png);
    width: 20px;
    height:  30px;
    margin: 0;
    z-index: 1;
    margin-top: -3px;
    opacity: 0.9;
}
/*
.desni h3:after {
    position: absolute;
    left: 380px;
    content: " ";
    background-image: url(img/crta.png);
    width: 660px;
    height:  30px;
    margin: 0;
    z-index: 1;
    margin-top: -3px;
    opacity: 0.2;
}
*/

.desni p, .desni h3{
    margin-left: 20px;
}

.naslov{
    top: -34px;
    margin-bottom: 10px;  
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid gray;
    margin-left: -230px;
    width: 70%;
}

.naslov h2, .naslov h4{
    margin-left: 240px;
    width: 130%;
    padding-left: 10px;
    padding-bottom: 10px;
}

.naslov h2{
    font-size: 75px;
    padding-left: 5px;
}


.lijevi {
    width: 26%;
    padding-left: 5%;
    border-right: 1px solid gray;
    margin-top: -137px; 
    padding-top: 270px;
}

.gornji {
    width: 100%;
    margin: 10px;
    background-image: url(img/slika3-blur.jpg);
    background-size: cover;
    height: 240px;
}

.slika-lijeva{
    margin: 0 auto;
    width: 200px;
    position: absolute;
    margin-bottom: 32px;
    left: 90px;
    top: -110px;
    padding-bottom: 12px;
}

.totalni{
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    background-image: url(img/dot2.png);
    z-index: 2;
    background-size: 0.28%;
    background-repeat: repeat;
}

.footer-copy{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    color: white;
    font-variant-caps: all-petite-caps;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    background-color: rgba(0,0,0,1.0)
}

div.sticky {
    position: -webkit-sticky;
    position: sticky;
    margin-top: -20px;
    top: 90px;
    padding: 20px;
    font-size: 20px;
    z-index: 5;
    font-family: 'Josefin Sans', sans-serif;
    border-top: 1px solid gray;
    transition: 0.1s all;
    background-image: url(img/prasina.png)
}

div.sticky:hover{
    background-color: black;
}

div.sticky li{
    font-size: 18px;
    line-height: 1.3;
    text-align: left;
    transition: 0.1s all;
    font-family: 'Staatliches', cursive;
}

div.sticky li:hover{
    background-color: rgba(30,30,30);
}

div.sticky a{
    color: white;
}

div.sticky h1{
    font-family: 'Staatliches', cursive;
}

.autor-kutija:hover{
    background-color: #c605a9;
    transform: scale(1.00);
}

.autor-kutija{
    height: 50px;
    position: relative;
    margin-top: 10px;
    background-color: #95067f;
    top: 10px;
    padding: 20px;
    padding-bottom: 38px;
    font-weight: bold;
    font-family: 'Josefin Sans', sans-serif ;
    
}

.autor-kutija img{
    width: 50px;
    float: left;
    margin-top: -17px;
    border-radius: 50%;
    margin-left: -10px;
}

.autor-kutija li{
    float: left;
    list-style: none;
    pointer-events: none;
}

.ime{
    margin-top: -40px;
    margin-left: 50px;
    width: 100%;
}

.titula{
    margin-top: -25px;
    margin-left: 50px;
    width: 100%;
    opacity: 0.7;
    font-size: 13px;
}

.datum{
    top: 60px;
    margin-bottom: 10px;  
    font-size: 30px;
    text-align: right;
    position: absolute;
    margin-right: 30%;
    right: 0;
    background-color: white;
    color: black;
    font-family: 'Staatliches', cursive;
    padding-left: 10px;
    padding-right: 8px;
}

iframe{
    width: 100%;
    height: 500px;
}

#more {display: none;}


#dots{
    padding-left: 3%;
    font-size: 40px;
    height: 60px;
    margin-top: -60px;
    position: absolute;
    color: deeppink;
    margin-left: -10px;
}


#myBtn{
    padding: 8px;
    background-color: white;;
    color: black;
    font-weight: bold;
    z-index: 1;
    position: relative;
    border: none;
    margin: 0 auto;
    margin-left: 1%;
}

#btn-kont{
    background-color: black;
    padding: 20px;
    margin-top: 10px;
    padding-bottom: 30px;
}

#breaker-top{
    width: 100%;
    height: 70px;
    background-color: black;
    margin-top: -1px;
    background-repeat: repeat;
}


#breaker{
    width: 100%;
    height: 150px;
    background-image: url(img/dot2.png), url(img/slikaEDM.jpg);
  background-position: right bottom, left top;
  background-repeat: repeat, no-repeat, ;
    background-size: 0.23%, 100%;
    margin-top: 1px;
}

#home{
    background-color: #161616;
}

#home:hover{
     background-color:  black;
}

.autori{
   width: 99.9%;
    margin: 0 auto;
    margin-bottom: 1px;
    background-color: black;
    color: white;
    background-size: cover;
    transition: 0.3s all;
    background-position: top;
    margin-top: -1px;
}

.autori h2{
   width: 99.9%;
    margin: 0 auto;
    margin-bottom: 1px;
    border: 10px solid black;
    background-color: black;
    color: white;
    font-family: 'Staatliches', cursive;
    font-size: 50px;
}

.autori .display-4{
    color: white;
    font-variant-caps: all-petite-caps;
    font-size: 94px;
    text-shadow: 2px 2px 1px black;
    z-index: 11;
    position: relative;
    margin-top: -20px;
    line-height: 0.6;
}

.autori .display-4-h4{
    color: white;
    font-variant-caps: all-petite-caps;
    margin-top: -5px;
    font-size: 30px;
    margin-left: 3px;
    text-shadow: 1px 1px 1px black;
    z-index: 11;
    position: absolute;
    color: #b9079e;
    font-family: 'Josefin Sans', sans-serif;
}

.autori .display-4::before {
    position: absolute;
    top: -15px;
    content: " ";
    width: 398px;
    height: 50px;
    margin: 0;
    opacity: 0.7;  
    font-size: 15px; 
    font-weight: normal; 
    font-style: italic;
    letter-spacing: 11px;
    color: #b0b0b0;
    font-size: 20px;
}

div.sticky2 {
    position: -webkit-sticky;
    position: sticky;
    margin-top: -20px;
    top: 90px;
    padding: 20px;
    font-size: 20px;
    width: 240px;
    margin-left: 200px;
    z-index: 5;
    font-family: 'Josefin Sans', sans-serif;
    border-top: 1px solid gray;
    transition: 0.1s all;
    background-image: url(img/prasina.png)
}

div.sticky2:hover{
    background-color: black;
}

div.sticky2 li{
    font-size: 18px;
    line-height: 1.3;
    text-align: left;
    transition: 0.1s all;
    font-family: 'Staatliches', cursive;
}

div.sticky2 li:hover{
    background-color: rgba(30,30,30);
}

div.sticky2 a{
    color: white;
}

div.sticky2 h1{
    font-family: 'Staatliches', cursive;
}

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 330px;

  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.5s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #bbb;
  color: black;
}

/* Style the back side */
.flip-card-back {
  background-color: dodgerblue;
  color: white;
  transform: rotateY(180deg);
}

.grid-bg{
    background-color: black;
}

.grid-container-umjetnici {
  display: grid;
  grid-template-columns: auto auto auto;
  padding: 10px;
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 1400px;
}
.grid-item-umjetnici {
  font-size: 30px;
  text-align: center;
    border: 1px solid white;
   /* margin: 3px;    */
}

nav, .navbar, .navbar-expand-lg, .navbar-dark, .navbar-custom, .fixed-top{
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    background-color: #065395;
    margin-bottom: -90px;
    box-shadow: 1px 2px 23px black;
}

.logo{
    width: 200px;
    background-color: black;
    margin-top: -30px;
    margin-left: 10px;
    margin-bottom: 5px;
}

#drop-btn:hover .logo{
    background-color: #b9079e;
}

#top-prije-nav{
    height: 50px;
    background-color: black;
    width: 100%;
}

#top-prije-nav li{
    display: inline-block;
    font-family: 'Staatliches', cursive;
    margin-left: 20px;
    font-size: 28px;
    line-height: 38px;
    top: -5px;
    position: relative;
    
}

#top-prije-nav li a:hover{
    color: #065395;
    text-decoration: none;
}

#top-prije-nav li a{
    color: #212529;
    
}

#top-prije-nav li:last-of-type{

}
.desni2 p{
    background-color: black;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: -10px;
    margin-top: -10px;
    line-height: 1.4;
    font-size: 16px;
    opacity: 0.9;
    font-family: 'Josefin Sans', sans-serif;
    width: 50%;
    margin-left: 5%;
}

.desni2 {
    width: 97%;

}

.desni2 h3{
    padding-left: 10px;
    margin-top: -20px;
    /*background-color: #027fed;*/
    /*background-color: #004da0;*/
    /*font-family: 'Staatliches', cursive;*/
    /*color: black;*/
    display: inline-block;
    font-size: 20px;
    z-index: 2;
    position: relative;
    font-variant-caps: all-petite-caps;
     font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    padding-right: 10px;
    margin-left: 5%;
}

.desni2 h3:before {
    position: absolute;
    left: -55px;
    content: " ";
    background-image: url(img/crta.png);
    width: 50px;
    height:  30px;
    margin: 0;
    z-index: 1;
    margin-top: -3px;
    opacity: 0.9;
}

.btn{
    top: -40px;
}

.dokumentacija{
    margin: 0 auto;
    width: 100%;
    padding: 5%;
    background-color: white;
    border: none;
    color: black;
    box-shadow: 1px 10px 30px #a9a9a9;
    min-height: 1400px;
    max-width: 1000px;
}

.stranice-linkovi a{
    font-size: 24px;
}