footer{
    display: grid;
    grid-template-columns: 33% 34% 33%;
    grid-template-rows: auto;
    text-align: center;
    background-image: linear-gradient(to left, #BDBBBE 0%, #9D9EA3 100%), radial-gradient(88% 271%, rgba(255, 255, 255, 0.25) 0%, rgba(254, 254, 254, 0.25) 1%, rgba(0, 0, 0, 0.25) 100%), radial-gradient(50% 100%, rgba(255, 255, 255, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
    background-blend-mode: normal, lighten, soft-light;
}

footer * {
    list-style-type: none;
    list-style-position: outside;
    font-family: var(--font-family);
    color: var(--palette-color-4);
    padding: 0;
}

footer > section#social ul *{
    display: inline-flex;
    padding: 0.2rem;
}

footer > section {
    padding: 10px 0;
}

footer > section > h4 {
    margin:0;
}

footer2 > section#sitemap {
    color: black;
    font-size: 1rem;
    padding-left: 20%;
    padding-top: 20px;
}

footer2 > section#sitemap > div {
    color: var(--palette-color-2);
}



/* Nesting test - https://drafts.csswg.org/css-nesting-1/
footer > section#contacts {
    & > address {
        color: red !important;

    }
}
*/

.logosocial{
    width:40px;
}

a:hover {
    color: black
}
