.footer-content{background-color:black;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:1rem 2rem}.footer-content p{text-align:left;margin:0}.footer-content img{margin-left:auto}@media (max-width:768px){.footer-content{flex-direction:column;gap:1rem;text-align:center}.footer-content p{text-align:center;width:100%}.footer-content img{margin:0 auto}}.header{background-color:transparent}.header-content{text-align:center;padding:0;display:none}.header-title{color:white;font-size:2.5rem;margin:0;padding:0}.header-subtitle{color:white;font-size:1.25rem;margin:.5rem 0 0;padding:0}body:has(.home-page-wrapper) .header-content{display:block}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:transparent}.nav-links{display:flex;gap:1rem;text-decoration:none}.nav-links a{color:white;text-decoration:none;padding:.5rem 1rem;border-radius:4px;transition:background-color .2s}