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

body {

    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: #ffffffe6;
    text-align: center;
    margin-top: 8%;
}

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

.about {
    margin-top: 50px;
    padding: 100px;
    background-color: white;
    color: black;
}

.about h6 {
    font-family: sans-serif;
}

.about img {
    width: 80%;
    height: 90%;
}

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

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

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

.about p {
    font-family: sans-serif;
    text-align: justify;
    margin-top: 5%;
}

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

.quote {
    width: 100%;
}

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

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

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

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

.discography .card-body p {
    font-family: sans-serif;
    text-align: justify;
    margin-top: 5%;
}

.card-img-top {
    height: 70% !important;
}

footer {
    margin-top: 150px;
    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 */
    }

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

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

    .about h1 {
        margin-top: 20% !important;
        margin-bottom: 20% !important;
        font-size: 40px !important;
    }

    .about img {
        display: none;
    }

    .about {
        padding: 30px !important;
        color: #f5f5f5;
        background-color: black;
        margin-top: 0;
        padding-bottom: 30% !important;
    }

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

    .about .p2 {
        margin-bottom: 30%;
    }
    
    .quote {
        display: none;
    }

    .discography {
        margin-top: 80px;
    }

    .discography h2 {
        font-size: 40px !important;
    }

    .discography .card {
        margin-bottom: 20%;
    }

    .discography .pavel {
        margin-bottom: -15%;
    }

    footer {
        padding: 10%;
    }

    footer h2 {
        margin-top: 10%
    }

    footer form {
        display: none;
    }
}