
footer {
    background-color: var(--page-color);
    margin: auto;
    width: 100%;
}

.footer-first-section {
    display: flex;
    padding: 20px 8px 8px 8px !important;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}

.footer-material {
    display: inline-block;
    margin-bottom: 12px;
}

.footer-first-section .footer-material a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--silver);
    transition: .3s linear;
}

.footer-first-section .footer-material a:hover {
    color: var(--default-bg-color);
}

.pipe {
    font-size: 1.4rem;
    color: var(--silver);
    margin: 0 8px;
    font-weight: 700;
}
