footer {
    margin-top: 4rem;
}

footer h6, footer h3, footer p, footer a{
    font-size: 14px;
    line-height: 1;
}

footer nav {
    width: 100%;
    border-top: var(--borderFormat);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2vw 0;
}

footer nav section {
   flex-basis: 100%;
   margin-bottom: 2vh;
}

footer nav section p {
    margin-block-start: 0;
    text-align: left;
}

@media only screen and (min-width: 1000px) {
    footer {
        margin-top: 20vh;
    }

    #leftFooterSection {
        flex-basis: calc(60% - 4vw);
    }
    
    #rightFooterSection {
        flex-basis: 40%;
    }
} 
