html {
    scroll-padding: smooth;
}
body {
    color: white;
}

.carousel-item {
    min-height:550px;
}

.carousel-image-1 {
    background: url(../img/slika.jpg);
    background-size: cover;
}

.carousel-image-2 {
    background: url(../img/sewing-661992_1920.jpg);
    background-size: cover;
}

.carousel-image-3 {
    background: url(../img/sewing-955333_1920.jpg);
    background-size: cover;
}

.test {
    padding: 8%;
}

.tekst-zadnji {
    padding: 8%;
}

.navbar {
    border-bottom: 1px solid #000;
    margin-bottom: 50px !important;
}

.text {
    font-size: 1rem;
    text-align: justify;
}

.cookie-title {
    font-weight: bold;
    text-align: justify;
}

#showcase {
    position: relative;
    margin-top: 85px;
}

#showcase .dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 550px;
    background: rgba(0,0,0,0.6);
}

footer .fab {
    color: #333;
}

.footer-copyright {
    font-size: 15px;
}

@media(max-width: 680px) {
    .display-4 {
        font-size: 2em;
    }
}