html, body {
    overflow-x: hidden; 
}

@font-face {
    font-family: 'Brother Signature';
    src: url('/fontovi/Brother\ Signature\ Font/') format('truetype');
    font-weight: normal;
    font-style: normal;
  }

.banner {
    background-image: url("/img/slike_novo/banner3.webp");
    background-size: cover;
    height: 700px !important;
}

body {

    /* font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif !important; */
    font-family: 'Anton', sans-serif !important;

}

nav a {
    color: #ffffffe6 !important;
    font-size: 17px;
}

nav .active {
    color: #b91010 !important;
}

nav a:hover {
    color: #b91010 !important;
}

.banner-text {
    color: #b91010;
    text-align: center;
    margin-top: 10%;
}

.banner-text h1 {
    font-size: 120px;
    
}

.discography-row1 {
    margin-bottom: 5%;
}

.discography {
    margin-top: 70px;
    text-align: center !important;
    margin-bottom: 70px;
}

img.shadow-img {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.50); /* Dodaje sjenčanje */
  }

iframe {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.50); /* Dodaje sjenčanje */
}

.discography .col-md-6 {
    display: flex;
    justify-content: center;
}

.discography h3 {
    color: grey;
    font-size: 16px;
    font-family: sans-serif;
}

.discography h2 {
    margin-top: 1%;
    font-size: 50px !important;
    margin-bottom: 60px;
}

.discography .card-img-top {
    height: 80% !important;
    width: 70% !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.discography .card {
    border: black;
}

.discography button {
    width: 25%;
    background-color: white;
    color: black;
}

.discography button:hover {
    background-color: #752317;
    color: white;
}

.row3 {
    margin-top: -40px !important;
}

.video-row button {
    width: 25%;
}

.video-row:hover {
    background-color: white;
    color: black;
}

.video-row {
    text-align: center;
    margin-top: -40px !important;
}

.video-row:hover {
    background-color: transparent !important; /* Uklanja promjenu pozadine */
    border: none !important; /* Uklanja promjenu okvira */
    box-shadow: none !important; /* Uklanja sjenu na hover */
}

.video-row a:hover {
    background-color: white;
    color: black;
}

.video-row a {
    width: 25%;
}
 
.about {
    padding: 100px;
    background-color: #752317;
    color: #ffffffe6;
}

.about img {
    width: 100%;
    height: 100%;
}

.about .col-md-6 {
    margin-top: 0px;
}

.about .col-img {
    display: flex;
    justify-content: center;
}

.about .about-text {
    padding-left: 5%;
}

.about h1 {
    font-size: 60px;
    margin-bottom: 20px;
}

.about p {
    font-family: sans-serif;
    margin-bottom: 45px;
    text-align: justify;
}

.about button {
    font-family: sans-serif;
    width: 30%;
    height: 11%;
}

.about button:hover {
    background-color: #752317 !important;
    color: white !important;
}

.video-thumbnail img {
    width: 100%;
    height: 90%;
}

.videos {
    background-color: #f5f5f5;
    padding-bottom: 7%;
}

.videos h1 {
    margin-top: 100px;
    text-align: center;
    margin-bottom: 50px;
}

.videos .col-md-6 {
    display: flex;
    justify-content: center;
    margin-bottom: 120px;
}

footer {
    font-family: sans-serif;
    background-color: #212529;
    padding: 100px 150px 20px 150px;
    text-align: justify;
    color: #f5f5f5;
}

footer .contactus {
    text-align: center;
}

footer .social {
    text-align: center;
}

footer button {
    margin-top: 3%; 
}

footer button:hover {
    color: white !important;
    background-color: #333946 !important;
}

footer h2 {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-align: center;
    margin-bottom: 7%;
}

footer hr {
    margin-top: 50px;
}

footer .copyright {
    text-align: center;
    margin-top: 30px
}

footer a {
    text-decoration: none;
    color: white;
}


@media only screen and (max-width: 768px) {

    .banner {
        height: 700px !important; /* Smanji visinu bannera za mobilne uređaje */
        background-size: cover;
        background-position: 38%; /* Centriraj fokus na sredini slike */
        background-image: url("/img/slike_novo/mobbaner.webp");

    }

    .navbar-toggler-icon {
       background-image: url("/img/toggler-white.webp") !important;
    }

    .banner h1 {
        margin-top: 40%;
        font-size: 60px;
        margin-bottom: 5%;
    }

    .banner h2 {
        font-size: 20px;
    }

    .discography {
        margin-top: 70px;
    }

    .discography h2 {
        margin-top: 3%;
        font-size: 40px !important;
    }

    .row3 {
        margin-top: -15px !important;
    }

    .row3 button {
        width: 60%;
        margin-bottom: 10%;
    }

    audio {
        margin-bottom: 10%;
    }

    .about {
        padding: 20px !important;
        margin-top: -40px;
    }

    .about img {
        display: none;
    }

    .about .col-md-6 {
        margin-top: 5%;
    }

    .about h1 {
        font-size: 40px;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .about br {
        display: none;
    }

    .about button {
        width: 50%;
        margin-bottom: 10%;
    }

    .about form {
        text-align: center;
        margin-bottom: 50px;
    }

    .videos h1 {
        font-size: 40px;
        margin-top: 20%;
        margin-bottom: 30%;
    }

    .videos .col-md-6 {
        margin-top: -20%;
    }

    .video-row button {
        width: 25%;
    }
    
    .video-row:hover {
        background-color: white;
        color: black;
    }
    
    .video-row {
        text-align: center;
        margin-top: -40px !important;
        margin-bottom: 25%;
    }
    
    
    .video-row a {
        width: 50%;
    }

    footer {
        padding: 10%;
        margin-top: -10%;
    }

    footer h2 {
        margin-top: 10%
    }

    footer form {
        display: none;
    }

}

