footer {
    height: auto;
    background-color: rgb(135, 206, 250);



    padding: 30px 30px;

    padding-bottom: 10px;

    text-align: left;
}

#logo-wrapper-footer {

    position: relative;
    left: -10px;
    padding: 0px;
}

#ftr-wrapper {
    display: flex;


    flex-wrap: wrap;

    flex-direction: row;

    gap: 50px;

    justify-content: space-between;
}

.ftr-s {
    flex: 1;
    gap: 20px;
}

.section-first {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ftr-s {
    display: flex;
    flex-direction: column;
    height: auto;
}

#logo-wrapper-footer {
    width: 130px;
    /* Ukupna širina elementa */
}

#quote {

    color: rgba(17, 45, 78, 1);

    font-family: 'Abel', serif;

    font-style: italic;

    margin-top: 20px;
}

#below-footer {
    margin-top: 20px;
}

.copyright {

    width: 100%;
    text-align: center;
    /* Centriranje teksta */
    font-size: 14px;
    /* Prilagođena veličina fonta */

    /* Tanka gornja linija za odvajanje */
    font-family: Arial, sans-serif;

    padding-bottom: 60px;
    /* Profesionalan font */
}


/* mobitel */
@media screen and (max-width: 767px) {
    .ftr-s {

        flex: 1 1 300px;

    }

}