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

body {

    font-family: 'Anton', sans-serif !important;
}

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

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

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

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

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

.banner-text {
    color: #ffffffe6;
    text-align: center;
    margin-top: 8%;
}

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

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

.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;
}

.discography .card {
    border: black;
}

.discography .row2  {
    margin-top: 50px;
}

.discography .row3  {
    margin-top: 50px;
}

.videos {
    background-color: #f5f5f5;
}

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

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

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

footer .contactus {
    text-align: center;
}

footer button {
    margin-top: 3%;
}

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

footer .social {
    text-align: center;
}

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: 250px !important; /* Smanji visinu bannera za mobilne uređaje */
        background-size: cover;
        background-position: center; /* Centriraj fokus na sredini slike */
    }

    .col-remove {
        display: none;
    }

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

    .banner h1 {
        margin-top: 50px;
        font-size: 50px;
    }

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

    audio {
        margin-bottom: 40px;
    }

    .row2 {
        margin-top: 0 !important;
    }

    .row3 {
        margin-top: 0 !important;
    }

    .videos {
        margin-top: -100px;
    }

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

    footer h2 {
        margin-top: 10%
    }

    footer form {
        display: none;
    }
}