@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&family=Sedgwick+Ave&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@500&family=Roboto:wght@300;400&display=swap');
*
{
    margin: 0;
    font-family: 'Roboto', sans-serif;
font-family: 'Sedgwick Ave', cursive;
}
body
{
    background-image: url('images/Pozadina2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
footer
{
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0, 0, 0.8);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 100%;
    font-size: large;
}

.div-naslov
{
    justify-content: center;
    display: flex;
    text-align: center;
}
.naslov
{
    margin-top: 40px;
    padding: 20px;
    width: 500px;
    color: white;
    background-color: rgba(0,0, 0, 0.8);
    margin-bottom: 40px;
}
.div-linkovi
{
    justify-content: center;
    display: flex;
    text-align: center;
    margin-right: 100px;
}
a
{
    text-decoration: none;
    background-color: rgba(0,0, 0, 0.8);
    padding: 20px;
    width: 100px;
    color: white;
    font-size: large;
    margin-left: 100px;
}
a:hover
{
    background-color: white;
    color: black;
}
.div-albumi
{
    margin-top: 25px;
    width: 1050px;
    height: 610px;
    background-image: url('images/Albumi.jpg');
    background-size: cover;
    border: rgba(0,0, 0, 0.8) solid 10px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.z
{
    width: 30px;
    height: 30px;
    position: absolute;
    display: flex;
    border: rgba(0,0, 0, 0.8) solid 2px;
}
.z1
{
    left: 20%;
    top: 20%;
}
.z2
{
    left: 55%;
    top: 20%;
}
.z3
{
    left: 80%;
    top: 20%;
}
.z7
{
    left: 80%;
    bottom: 20%;
}
.z6
{
    left: 55%;
    bottom: 20%;
}
.z4
{
    left: 20%;
    bottom: 20%;
}
.z5
{
    left: 31%;
    bottom: 20%;
}

.div-dj_premier
{
    width: 75%;
    height: 300px;
    background-color: rgba(0,0, 0, 0.8);
    display: flex;
    flex-direction: row;
    left: 12.5%;
    margin-top: 30px;
    position: relative;
}
.div-dj_premier img
{
    width: 22%;
    height: 250px;
    padding: 20px;
    margin-top: 5px;
}
.div-dj_premier p
{
    color: white;
    font-size: 21px;
    padding: 20px;
    font-family: 'Open Sans', sans-serif;
}
.div-guru
{
    width: 75%;
    height: 300px;
    margin-top: 20px;
    background-color: rgba(0,0, 0, 0.8);
    display: flex;
    flex-direction: row;
    left: 12.5%;
    position: relative;
}
.div-guru img
{
    width: 30%;
    height: 250px;
    padding: 20px;
    margin-top: 5px;
}
.div-guru p
{
    color: white;
    font-size: 21px;
    padding: 20px;
    font-family: 'Open Sans', sans-serif;
}

.div-istorijat
{
    width: 90%;
    height: 600px;
    background-color: rgba(0,0, 0, 0.8);
    position: absolute;
    bottom: 11%;
    left: 5%;
}
.div-istorijat p
{
    color: white;
    font-size: 21px;
    padding: 40px;
    font-family: 'Open Sans', sans-serif;
}
.div-istorijat-slike
{
    width: 75%;
    margin-left: 18%;
}
.logo
{
    width: 200px;
    height: 200px;
}
.logo-dugački
{
    height: 200px;
    width: 600px;
    margin-left: 5%;
    margin-right: 5%;
}

.div-cela_galerija
{
    width: 100%;
    height: 630px;
    margin-top: 37px;
}
.div-galerija-slike
{
    height: 85%;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}
.div-galerija-tačke
{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 0.7%;
    
}
.slika-galerija
{
    height: 90%;
    border: 15px solid rgba(0,0, 0, 0.8);
}
.div-tačke
{
    height: 15px;
    width: 15px;
    margin-left: 15px;
    border: 3px solid rgba(0,0, 0, 0.8);
    border-radius: 50%;
    background-color: white;
}

@media screen and (min-width: 2560px)
{
    footer
    {
        font-size: 30px;
        height: 90px;
    }

    .naslov
    {
        margin-top: 30px;
        padding: 20px;
        width: 800px;
        color: white;
        background-color: rgba(0,0, 0, 0.8);
        margin-bottom: 30px;
        font-size: 60px;
    }
    .div-linkovi
    {
        justify-content: center;
        display: flex;
        align-items: center;
        margin-right: 100px;
        flex-direction: row;
    }
    a
    {
        text-decoration: none;
        background-color: rgba(0,0, 0, 0.8);
        padding: 20px;
        width: 200px;
        color: white;
        font-size: 30px;
        margin-left: 100px;
    }
    a:hover
    {
        background-color: white;
        color: black;
    }
    .div-albumi
    {
        margin-top: 50px;
        width: 1080px;
        height: 630px;
        background-image: url('images/Albumi.jpg');
        background-size: cover;
        border: rgba(0,0, 0, 0.8) solid 10px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .z
    {
        width: 45px;
        height: 45px;
        position: absolute;
        display: flex;
        border: rgba(0,0, 0, 0.8) solid 2px;
    }
    
    .div-dj_premier
    {
        width: 75%;
        height: 300px;
        background-color: rgba(0,0, 0, 0.8);
        display: flex;
        flex-direction: row;
        left: 12.5%;
        margin-top: 55px;
        position: relative;
    }
    .div-dj_premier p
    {
        color: white;
        font-size: 25.5px;
        padding: 20px;
    }
    .div-guru p
    {
        color: white;
        font-size: 25.5px;
        padding: 20px;
    }

    .div-istorijat
    {
        width: 90%;
        height: 650px;
        background-color: rgba(0,0, 0, 0.8);
        position: absolute;
        bottom: 12%;
        left: 5%;
    }
    .div-istorijat p
    {
        color: white;
        font-size: 25.5px;
        padding: 40px;
    }
    .div-istorijat-slike
    {
        margin-top: 0.5%;
        width: 75%;
        margin-left: 24.5%;
    }
    .logo
    {
        width: 200px;
        height: 200px;
    }
    .logo-dugački
    {
        height: 200px;
        width: 600px;
        margin-left: 5%;
        margin-right: 5%;
    }

    .div-cela_galerija
    {
        width: 100%;
        height: 730px;
        margin-top: 37px;
    }
    .slika-galerija
    {
        height: 90%;
        border: 15px solid rgba(0,0, 0, 0.8);
    }
    .div-tačke
    {
        height: 20px;
        width: 20px;
        margin-left: 15px;
        border: 3px solid rgba(0,0, 0, 0.8);
        border-radius: 50%;
        background-color: white;
    }
}
@media screen and (max-width: 992px)
{
    .index-footer
    {
        position: absolute;
        bottom: -8%;
        background-color: rgba(0,0, 0, 0.8);
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 70px;
        width: 100%;
    }
    .clanovi-footer
    {
        position: absolute;
        bottom: -20%;
        background-color: rgba(0,0, 0, 0.8);
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 70px;
        width: 100%;
    }
    .istorijat-footer
    {
        position: absolute;
        bottom: -26%;
        background-color: rgba(0,0, 0, 0.8);
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 70px;
        width: 100%;
    }
    .galerija-footer
    {
        position: absolute;
        bottom: -17%;
        background-color: rgba(0,0, 0, 0.8);
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 70px;
        width: 100%;
    }

    .naslov
    {
        margin-top: 30px;
        padding: 20px;
        width: 400px;
        color: white;
        background-color: rgba(0,0, 0, 0.8);
        margin-bottom: 30px;
        font-size: 25px;
    }
    .div-linkovi
    {
        justify-content: center;
        display: flex;
        align-items: center;
        margin-right: 100px;
        flex-direction: row;
    }
    a:hover
    {
        background-color: white;
        color: black;
    }
    .div-albumi
    {
        margin-top: 50px;
        width: 600px;
        height: 350px;
        background-image: url('images/Albumi.jpg');
        background-size: cover;
        border: rgba(0,0, 0, 0.8) solid 10px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .div-dj_premier
    {
        width: 85%;
        height: 200px;
        background-color: rgba(0,0, 0, 0.8);
        display: flex;
        flex-direction: row;
        left: 8%;
        margin-top: 50px;
        position: relative;
    }
    .div-dj_premier img
    {
        width: 35%;
        height: 150px;
        padding: 20px;
        margin-top: 0px;
    }
    .div-dj_premier p
    {
        color: white;
        font-size: 15.4px;
        padding: 20px;
    }
    .div-guru
    {
        width: 85%;
        height: 200px;
        margin-top: 30px;
        background-color: rgba(0,0, 0, 0.8);
        display: flex;
        flex-direction: row;
        left: 8%;
        position: relative;
    }
    .div-guru img
    {
        width: 45%;
        height: 150px;
        padding: 15px;
        margin-left: 5px;
        margin-top: 5px;
    }
    .div-guru p
    {
        color: white;
        font-size: 15.4px;
        padding: 15px;
    }
    .div-istorijat
    {
        width: 90%;
        height: 470px;
        background-color: rgba(0,0, 0, 0.8);
        position: relative;
        left: 5%;
        margin-top: 50px;
    }
    .div-istorijat-slike
    {
        margin-top: 1.5%;
        width: 85%;
        margin-left: 8.8%;
    }
    .div-istorijat p
    {
        color: white;
        font-size: 15.4px;
        padding: 20px;
    }
    .logo
    {
        width: 130px;
        height: 130px;
    }
    .logo-dugački
    {
        height: 130px;
        width: 390px;
        margin-left: 5%;
        margin-right: 5%;
    }
    .div-cela_galerija
    {
        width: 100%;
        height: 500px;
        margin-top: 40px;
    }
    .div-galerija-slike
    {
        height: 400px;
        width: 100%;
        align-items: center;
        display: flex;
        justify-content: center;
    }
    .div-tačke
    {
        height: 12px;
        width: 12px;
        margin-left: 15px;
        border: 3px solid rgba(0,0, 0, 0.8);
        border-radius: 50%;
        background-color: white;
    }
}

@media screen and (max-width: 600px)
{
    footer
    {
        font-size: 16px;
    }
    .index-footer
    {
        position: absolute;
        bottom: -20%;
        background-color: rgba(0,0, 0, 0.8);
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 70px;
        width: 100%;
    }
    .clanovi-footer
    {
        position: absolute;
        bottom: -48%;
        background-color: rgba(0,0, 0, 0.8);
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 70px;
        width: 100%;
    }
    .istorijat-footer
    {
        position: absolute;
        bottom: -44%;
        background-color: rgba(0,0, 0, 0.8);
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 70px;
        width: 100%;
    }
    .galerija-footer
    {
        position: absolute;
        bottom: -25%;
        background-color: rgba(0,0, 0, 0.8);
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 70px;
        width: 100%;
    }

    .naslov
    {
        margin-top: 20px;
        padding: 20px;
        width: 400px;
        color: white;
        background-color: rgba(0,0, 0, 0.8);
        margin-bottom: 20px;
        font-size: 25px;
    }
    .div-linkovi
    {
        justify-content: center;
        display: flex;
        align-items: center;
        margin-right: 100px;
        flex-direction: column;
    }
    a
    {
        text-decoration: none;
        background-color: rgba(0,0, 0, 0.8);
        padding: 15px;
        width: 100px;
        color: white;
        font-size: large;
        margin-left: 100px;
    }
    a:hover
    {
        background-color: white;
        color: black;
    }
    .div-albumi
    {
        margin-top: 50px;
        width: 500px;
        height: 290px;
        background-image: url('images/Albumi.jpg');
        background-size: cover;
        border: rgba(0,0, 0, 0.8) solid 10px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .z
    {
        width: 25px;
        height: 25px;
        position: absolute;
        display: flex;
        border: rgba(0,0, 0, 0.8) solid 2px;
    }

    .div-dj_premier
    {
        width: 85%;
        height: 175px;
        background-color: rgba(0,0, 0, 0.8);
        display: flex;
        flex-direction: row;
        left: 8%;
        margin-top: 50px;
        position: relative;
    }
    .div-dj_premier img
    {
        width: 35%;
        height: 135px;
        padding: 20px;
        margin-top: 0px;
    }
    .div-dj_premier p
    {
        color: white;
        font-size: 13px;
        padding: 15px;
    }
    .div-guru
    {
        width: 85%;
        height: 300px;
        margin-top: 25px;
        background-color: rgba(0,0, 0, 0.8);
        display: flex;
        flex-direction: row;
        left: 8%;
        position: relative;
    }
    .div-guru img
    {
        width: 45%;
        height: 140px;
        padding: 15px;
        margin-left: 5px;
        margin-top: 65px;
    }
    .div-guru p
    {
        color: white;
        font-size: 13px;
        padding: 15px;
    }

    .div-istorijat
    {
        width: 90%;
        height: 470px;
        background-color: rgba(0,0, 0, 0.8);
        position: relative;
        left: 5%;
        margin-top: 50px;
    }
    .div-istorijat-slike
    {
        margin-top: 1%;
        width: 85%;
        margin-left: 10%;
    }
    .div-istorijat p
    {
        color: white;
        font-size: 13.5px;
        padding: 20px;
    }
    .logo
    {
        width: 75px;
        height: 75px;
    }
    .logo-dugački
    {
        height: 75px;
        width: 225px;
        margin-left: 5%;
        margin-right: 5%;
    }

    .div-cela_galerija
    {
        width: 100%;
        height: 300px;
        margin-top: 40px;
    }
    .div-galerija-slike
    {
        height: 330px;
        width: 100%;
        align-items: center;
        display: flex;
        justify-content: center;
    }
    .div-galerija-tačke
    {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-top: 0.7%;
    }
    .slika-galerija
    {
        height: 90%;
        border: 10px solid rgba(0,0, 0, 0.8);
    }
    .div-tačke
    {
        height: 11px;
        width: 11px;
        margin-left: 15px;
        border: 3px solid rgba(0,0, 0, 0.8);
        border-radius: 50%;
        background-color: white;
    }
}
