body {
    background-color: black;
	font-size: 1.07em
}

#wrapper {
    width: 90%;
    float: left;
    /*background-color: wheat;*/
}

header {
    position: relative;
}

header::after {
    content: "";
    display: table;
    clear: both;
}

.logo2{
    /*float: left;*/
    width: 20%;
}

p{
    color: #f0ca2b; 
    margin:0px;
}

.naslovna{
	font-size: 1.2em;
}

h1{
    color: #f0ca2b; 
    text-align: center;
}

h3{
    color: #f0ca2b; 
    margin:0px;
}

.obicanTekst{
    clear: both;
    ackground-color: salmon;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    width: 80%;

}

.cc_streaminfo{
	width: 220px;
}/* Veličina slike albuma */

/*------------------------------------ Navigacija ------------------------------------*/

nav{
    /*background-color: blueviolet;*/
    width: 100%;
    height: 70px;
}

nav ul{
    list-style: none;
}

nav ul li{
    
    padding-top: 20px;
    padding-bottom: 20px;
    float: left;
    background-color: rgb(47, 66, 66);
    
}

nav::after {
    content: "";
    display: table;
    clear: both;
}

nav ul a{
    text-decoration: none;
    color:#f0ca2b;    
}

nav ul a:hover{
    font-size: 1.2em;
}

nav ul a li{
    width: 32%;
    border: 1px solid silver;
    text-align: center;
}


/*------------------------------------ Ljubičasta slova ------------------------------------*/

.ljubicasto {
    color: #cc8be8;
}

.ljubicasto2{
    color: #BD5FFF;
}

/*------------------------------------ Logo ------------------------------------*/

.logo {
    width: 33.12%; 			/* 400px */
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*------------------------------------ Animacija ------------------------------------*/

#animacija{
    animation: promjena 18s infinite;
    animation-direction: alternate-reverse;; 
    animation-timing-function: ease;
    width: 400px;
    height: 400px;
}

@keyframes promjena{
    0%{
        /*background-image: url("img/BHHR-logo-latinica.png");*/
		background-image: url("img/ljubicasti-BHHR-logo-latinica.png");
        background-size: 100% 100%;
        
    }
    
    50%{
        /*background-image: url("img/ljubicasti-BHHR-logo-cirilica.png");*/
		background-image: url("img/ljubicasti-BHHR-logo-cilirica.png");
        background-size: 100% 100%;
        
    }
    
    100%{
        /*background-image: url("img/BHHR-logo-latinica.png");*/
		background-image: url("img/ljubicasti-BHHR-logo-latinica.png");
        background-size: 100% 100%;
        
    }
}


/*------------------------------------ ikonice za društvene mreže ------------------------------------*/

.ikonice {
    width: 10px;
    float: right;
    position: sticky;
    top: 40px; 
    /*left: 100%;*/
    margin-right: 20px;
    padding-right: 20px;
}

.ikonice img {
    width: 30px;
    height: 30px;
}


/*------------------------------------ detaljanInfo ispod logoa ------------------------------------*/

.detaljanInfo::after {
    content: "";
    display: table;
    clear: both;
}

.detaljanInfo{
    margin: 40px;
    padding: 20px;
    /*background-color: lightblue;*/
}

.listaPjesama {
    float: left;
    width: 31%; /*300px;*/
    /*background-color: yellowgreen;*/
    text-align: center;
}

.kafa{
    width: 33%; /*300px;*/
    margin-left: 1%;
    padding: 10px;
    float: left;
    text-align: center;
    background-color:#211f1d;
}

.razmak{
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.razmak2{
    text-align: center;
}

.desniInfo{
    float: right;
    width: 31%; /*300px;*/
    text-align: center;
    /*background-color: darkgoldenrod;*/
    
}


/*------------------------------------ Prikaz za mobilni, sakriven ------------------------------------*/

.detaljanInfoM{
    display: none;
}


/*------------------------------------ Footer ------------------------------------*/

footer {
    clear: both;
    text-align: center;
    
}

footer p{
    color: #797a7c
}


/*------------------------------------ Meida Upiti ------------------------------------*/

@media screen and (max-width:882px){
    
    .detaljanInfo {
        display: none;
    }
    
    .desni {
        display: none;
    }
    
    .listaPjesama {
        display: none;
    }
    
    p.naziv{
        margin-top: 5px;
        margin-bottom: 10px;
    }
    
    .detaljanInfoM {
        width: 220px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
    }
    .desniM {
        text-align: center;
        border-top: 1px solid #797a7c;
        border-bottom: 1px solid #797a7c;
        padding-top: 5px;
    }

    .kafa{
        display: none;
    }

    .kafaM{
        width: 85%; /*300px;*/
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        padding: 10px;
        float: none;
        text-align: center;
        background-color:#211f1d;

    }
    
    .razmak{
        margin-left: 1%;
        margin-right: 1%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .lijeviM {
        text-align: center;
        border-top: 1px solid #797a7c;
    }
    
    #animacija{
    width: 300px;
    height: 300px;
    }

}

@media screen and (min-width:420px) and (max-width:640px){
    #animacija{
    width: 200px;
    height: 200px;
    }
    
    .ikonice {
    margin-right: 2px;
    }
}

@media screen and (max-width:419px){
    #animacija{
    width: 150px;
    height: 150px;
    }
    
    .ikonice {
    margin-right: 2px;
    }
}