/* ==========================================================
   THE SALTY FLY
   COMPONENTS
   Version 1.0
   ========================================================== */


/* ==========================================================
   FOOTER
   ========================================================== */

.footer {
    text-align: center;
}


.footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.footer-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    margin-bottom: 20px;
}


.footer-nav a {
    text-decoration: none;
}


.footer-nav span {
    display: inline-block;
}


.footer-copy,
.footer-note {
    text-align: center;
}