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

.contact-info {
    margin-top: 10%;
}

.contact-info p {
    font-size: 18px;
}

.contact-info .contact-col {
    display: flex;
    align-items: center;
    justify-content: center ;
}

.contact-col2 {
    padding-left: 8% !important;
}

.contact-info-mobile {
    display: none;
}

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 .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 button {
    margin-top: 3%;
}

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

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 */
    }

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

    .contact-info-mobile {
        display: block;
    }

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

    .contact-info-mobile {
        text-align: center !important;
        margin-top: 80px; 
    }

    .contact-info-mobile h1 {
        margin-bottom: 5%;
        font-size: 28px;
    }

    .contact-info-mobile p {
        font-size: 16px;
    }

    .contact-info {
        display: none;
    }
    
    footer {
        padding: 10%;
    }

    footer h2 {
        margin-top: 10%
    }

    footer form {
        display: none;
    }

    footer {
        margin-top: 20%;
    }
}

