:root{--max-width:120ch;--color-shadow:#dabfbf}main{background:var(--color-bg)}section:not(first-of-type){margin-top:3rem}#header-container{align-items:center;display:flex;gap:2rem;justify-content:space-evenly;margin:0 auto;max-width:120ch;max-width:var(--max-width);padding:1rem}.divider{margin:0}.posts{display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:2rem;margin-top:2rem}.posts>*{flex-basis:18rem;flex-grow:1}.post{padding-left:0;padding-right:0}.post h3,.post p{padding-left:1rem;padding-right:1rem}.posts .card img{height:12rem;-o-object-fit:cover;object-fit:cover;width:100%}.posts .card h3,.posts .card p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;line-height:1.5em;max-height:4.5em;overflow:hidden;text-overflow:ellipsis;white-space:normal}.posts .card h3{max-height:3em}#show-more-button{width:100%}#latest-posts-container{background-color:#fff;padding:1rem}#latest-posts-container h2{margin-bottom:1.5rem;margin-left:1rem;text-transform:uppercase}#latest-posts{display:flex;flex-direction:column;gap:2rem}@media screen and (min-width:55rem){main{background:none}#latest-posts{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));grid-gap:2rem;grid-auto-flow:dense}#latest-posts .post{padding-left:0;padding-right:0}#latest-posts .post h3,#latest-posts .post p{font-size:.9em;margin-bottom:0;margin-top:0;padding-left:0;padding-right:0}#latest-posts .post h3{margin-bottom:.5rem;margin-top:.5rem}#latest-posts .post:first-of-type h3,#latest-posts .post:first-of-type p{margin-bottom:1rem;margin-top:1rem;padding-left:1rem;padding-right:1rem}#latest-posts .post:first-of-type h3{font-size:3.5rem}#latest-posts .post:first-of-type h3>a{color:#f1efef}#latest-posts .post:first-of-type>p{color:#f0ebeb}#latest-posts .post:nth-child(31n+1){background-color:var(--color-primary);grid-column:1/-1}#latest-posts .post:nth-child(16n+10),#latest-posts .post:nth-child(16n+2){background-color:var(--color-secondary);grid-column:-3/-1}#latest-posts .post:nth-child(16n+10) h3,#latest-posts .post:nth-child(16n+10) p,#latest-posts .post:nth-child(16n+2) h3,#latest-posts .post:nth-child(16n+2) p{margin-bottom:1rem;margin-top:1rem;padding-left:1rem;padding-right:1rem}#latest-posts .post:nth-child(16n+10) h3,#latest-posts .post:nth-child(16n+2) h3{font-size:2.5rem}#latest-posts .post:nth-child(16n+10) h3>a,#latest-posts .post:nth-child(16n+2) h3>a{color:#ece7e7}#latest-posts .post:nth-child(16n+10)>p,#latest-posts .post:nth-child(16n+2)>p{color:#f0ebeb}#latest-posts .post:nth-child(16n+10){grid-column:1/-2;padding:1rem}}@media screen and (max-width:55rem){#header-container{align-items:stretch;flex-direction:column;justify-content:flex-start}}