html {
    scroll-behavior:smooth
}
body {
    background-color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
h1 {
    font-size: 3rem;
    font-weight: 900;
}

/* NAVIGATION */
header .brandLogo {
    width: 200px;
}
header .container {
    padding: 1rem 3rem;
}
header .nav-link {
    color: black;
}
header .nav-link:hover {
    color: #a4052a;
}

/* SECTIONS */
.pageSection .container {
    padding: 3rem 3rem;
}
#materiali a {
    color: #a4052a;
    text-decoration: none;
    font-size: 2rem;
    font-weight: 700;
}
#materiali a img {
    width: 30px;
}
#materiali a span {
    border-top: 4px solid white;
    border-bottom: 4px solid white;
}
#materiali a:hover span {
    border-bottom: 4px solid #a4052a;
}

/* FOOTER */
footer {
    color: #a4052a;
    padding: 2rem 0 1rem;
}
footer .logoZS {
    width: 100px;
}
footer ul {
    list-style: none;
    padding-left: 1rem;
}
footer a {
    text-decoration: none;
}
footer a.social img {
    width: 34px;
}
footer a:not(.social) {
    color: #a4052a;
}
footer a:not(.social) span {
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}
footer a:not(.social):hover span {
    border-bottom: 2px solid #a4052a;
}
footer a:not(.social) img {
    width: 12px;
}
footer ul li {
    padding-bottom: 0.2rem;
}