.post-card{width:100%;color:var(--primary);cursor:pointer;flex-direction:column;gap:.5rem;text-decoration:none;transition:opacity .1s ease-in-out,transform .1s ease-in-out;display:flex}.post-card-image{aspect-ratio:16/9;border-radius:var(--radius-medium);width:100%;height:auto}.post-card-title{letter-spacing:-1px;color:var(--primary);margin:1rem 0 .25rem 1rem;font-size:1.25rem;font-weight:500;text-decoration:none}.post-card-description{color:var(--secondary);margin:.25rem 0 .5rem 1rem;font-size:1rem;text-decoration:none}.post-card-date{color:var(--tertiary);margin-left:1rem;font-size:.8rem;text-decoration:none}@media (hover:hover){.post-card:hover{opacity:.75;transform:scale(.99)}}.post-card:active{opacity:.5;transition:all ease-in-out}
.gallery{grid-template-columns:repeat(4,1fr);gap:2rem;width:calc(100% - 4rem);padding:2rem;display:grid}@media screen and (max-width:1280px){.gallery{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:840px){.gallery{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:600px){.gallery{grid-template-columns:repeat(1,1fr)}}
.home-header{text-align:center;background-color:var(--background);border-bottom:1px solid var(--quaternary);flex-direction:column;justify-content:center;align-items:center;gap:3rem;height:calc(100vh - 4rem);padding:4rem 1rem 1rem;display:flex}.home-header-title{color:var(--primary);margin:.5rem 0 .25rem;font-size:5rem;font-weight:700;text-decoration:none}.home-header-subtitle{font-family:var(--body);color:var(--secondary);word-spacing:.75rem;margin:.25rem 0 .5rem;font-size:1.5rem;font-weight:400}.home-header-arrow{color:var(--secondary);animation:4s infinite bounce;position:absolute;bottom:2rem}.home-header-icon{color:var(--primary);padding:2rem;text-decoration:none}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}@media screen and (max-width:600px){.home-header{gap:3rem;height:fit-content;padding:6rem 1rem 3rem}.home-header-title{font-size:2.5rem}.home-header-subtitle{word-spacing:.25rem;font-size:1rem}.home-header-arrow{display:none}}
