:root {
    --site_color: #F2B285;
    --darker-text-color: #555659;
    --light-text-color: white;
    --footer_background: #3e4243;
    --site-font-family: 'Merriweather', serif;
    --normal-text-weight: 300;
    --link-hover-text-weight: 900;
    --underline-style: underline 2px solid #55555c;
}

.container-footer {
    padding: 20px;
    padding-top: 100px;
    max-width: 100%;
}

footer {
    background-color: black;
    color: var(--light-text-color);
}

.img-footer {
    filter: invert(1);
}


@media screen and (max-width: 575px) {
    footer {
        background-color: black;
        color: var(--light-text-color);
    }


    .footer-content {
        font-size: 15px !important;
        flex-direction: column;
        align-items: center;
        padding: 0 !important;
        flex: 1;
    }

    .nav-part {
        width: 100% !important;
        order: 2 !important;
        justify-content: center;
        padding-bottom: 50px;
    }

    .project-part {
        width: 100% !important;
        order: 1 !important;
        text-align: center;
        padding-bottom: 0 !important;
        padding-top: -20px !important;
    }

    .address-part {
        width: 100% !important;
        order: 3 !important;
        justify-content: center;
    }

    .address-part h4 {
        text-align: center;
    }

    .address-part p {
        text-align: left;
    }

    .footer-bottom {
        display: flex;
        justify-content: center;
        text-align: center;
        padding-bottom: 20px;
    }


}


footer ul {
    padding: 0 !important;
}

footer ul li {
    margin-bottom: 5px;
}

.hidden-ul {
    margin-bottom: 0;
}

.hidden-ul li {
    margin: 0;
}

.footer-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 35px 0;
    font-size: 17px;
    line-height: 20px;
}

.nav-part {
    display: flex;
    width: 20%;
    order: 1;
    justify-content: center;
    align-items: flex-start;
}

.project-part {
    width: 60%;
    order: 2;
    padding: 50px 10px;
    padding-bottom: 100px;
    text-align: center;
    margin-top: 20px;
}

.address-part {
    display: flex;
    width: 20%;
    order: 3;
    justify-content: center;
    align-items: flex-start;
}

.project-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 35px 10px 50px 10px;
}


.navbar-footer .nav-menu-footer a {
    font-size: 20px;
    font-family: 'PPHatton' !important;
    line-height: 30px;
}

/* .project-part {
    width: 60%;
    order: 2;
    padding: 35px 10px;
    text-align: center;
}

.address-part {
    display: flex;
    width: 20%;
    order: 3;
    justify-content: center;
    align-self: flex-start;
}

.project-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 35px 10px 50px 10px;
} */

/* --- first part od footer --- */

.footer-text {
    font-size: 15px;
    text-align: center;
}

.project-content .footer-naslov {
    font-size: 32px;
    line-height: 50px;
    font-weight: bold;
    letter-spacing: 3px;
    font-family: 'PPHatton';
}

/*  ---- email --- */
/* .address-part {
    flex: 1;
    order: 3;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 10px;
} */

.email-content {
    display: flex;
    flex-direction: column;
}

.email-content span {
    font: 12px;
}

.location-hidden {
    display: none;
}

.email-content a {
    font-size: 14px;
    padding-bottom: 2px;
    border-bottom: 1px solid white;
}

/* --- address and social media--- */

.location-part {
    display: flex;
}

.social-media-list {
    text-align: end;
    text-decoration: underline;
}

.footer-logo {
    width: 30%;
}

.mini-flex {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding: 0;
}

.mini-flex li {
    margin: 10px 0;
}

.mini-flex-image {
    display: flex;
    align-items: center;
}

.mini-flex-image img {
    margin-right: 10px;
    margin-top: 5px;
}

.mini-flex-text p {
    margin: 0;
}



/* ---- respsonvie --- */

@media(min-width:535px) {
    .footer-logo {
        width: 140px;
        float: center;
    }
}

@media(min-width:675px) {
    .project-content {
        gap: 30px;
    }

    .footer-text {
        font-size: 22px;
    }

    .address-part {
        font: 16px;
    }

    .email-content a {
        font-size: 18px;
    }
}

@media(min-width:1024px) {
    .location-hidden {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-content .cursor {
        position: absolute;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 2px solid #eee;
        left: 0;
        transform: translate(-50%, -50%);
        pointer-events: none;
        transition: width 1000ms, height 1000ms;
        z-index: 999999;
    }

    .project-part {
        margin-top: 50px !important;
    }

    .project-content {
        padding: 0;
    }

    .footer-naslov {
        font-size: 50px !important;
    }

    .address-part {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .footer-bottom {
        display: flex;
        justify-content: center;
        padding-bottom: 20px;
    }

    .hidden-ul {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
}

@media(min-width:1515px) {
    .footer-naslov {
        font-size: 56px !important;
    }
}