/*************
Footer
 */

#footer {
    width: 100%;
    padding-top: 60px;
}

#footerLink {
    display: block;
    margin: 0 auto 30px;
}

#footerLinkLogo {
    max-width: 135px;
    margin: auto;
}

#footerTitle {
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}

#footerNav {
    display: flex;
    justify-content: center;
    gap: 5px;
    font-size: 14px;
    color: var(--primary);
    margin-bottom: 30px;
}

#footerHero {

}

@media (max-width: 800px) {
}

