#siteLinks{flex-direction:column;display:flex}#siteLinks .siteLinks-heading{color:var(--color-footer-heading);letter-spacing:1px;padding-bottom:.5rem;font-size:1.2rem}#siteLinks #links{flex-direction:column;display:flex}#siteLinks #links a{font-weight:600;line-height:30px}#siteLinks #links a:hover{color:var(--color-link-active)}@media (max-width:900px){#siteLinks{padding-top:2rem}}
#newsletter{flex-direction:column;align-items:flex-end;display:flex;position:relative}#newsletter .subscription-text{color:var(--color-nintendo-gray);padding-bottom:.2rem;font-family:iceland,sans-serif;font-size:1.15rem;font-weight:500}#newsletter #newsletterSignup{flex-direction:column;gap:1rem;width:16rem;display:flex;position:relative}#newsletter #newsletterSignup #subscribeButton{background-color:var(--color-white);align-self:center;width:fit-content;height:84%;padding:.2rem .5rem;position:absolute;top:0;bottom:0;right:3px}#newsletter #newsletterSignup #subscribeButton:hover{background-color:var(--color-white);filter:brightness(.8)}#newsletter #newsletterSignup #subscribeEmail{border-radius:9px;outline:none;padding-right:4rem;font-family:arima,serif;font-size:1rem}#newsletter .message-success,#newsletter .message-failure{white-space:nowrap;max-width:80vw;margin:.4rem;position:absolute;bottom:-25px}@media (max-width:600px){#newsletter{align-items:center;width:100%;padding-top:1rem}#newsletter #newsletterSignup{max-width:400px}#newsletter #newsletterSignup #subscribeButton{align-self:center}}
#text{flex-direction:column;display:flex}#text .text__title{text-align:left;color:var(--color-footer-heading);font-weight:500}#text>p{color:var(--color-nintendo-gray)}@media (max-width:600px){#text .text__title{text-align:center}}
footer{background-color:var(--color-black);z-index:1;flex-direction:column;justify-content:space-between;display:flex}footer #footerComponents{border-top:1px solid #f0cca430;justify-content:space-between;height:100%;margin-left:5rem;margin-right:5rem;padding-top:1rem;display:flex}footer #copyright{align-self:center;align-items:center;margin-bottom:1rem;padding-top:2rem;display:flex}footer #copyright .material-symbols-outlined{padding-left:.2rem;padding-right:.2rem;font-size:.7rem}footer #copyright .material-symbols-outlined,footer #copyright .copyright__text{text-align:left;color:var(--color-nintendo-gray);align-self:baseline;font-weight:400}@media (max-width:900px){footer #footerComponents{margin-left:2rem;margin-right:2rem;display:grid}footer #footerComponents #siteLinks{grid-column:1}footer #footerComponents #newsletter{grid-area:1/2}}@media (max-width:600px){footer #footerComponents{flex-direction:column;align-items:center;margin-left:.5rem;margin-right:.5rem;display:flex}footer #footerComponents #siteLinks{text-align:center}}
