.cardscontainer{display:flex;gap:1rem;margin-bottom:1.5rem}.card{background-color:#1a2141;box-shadow:0 5px 12px rgba(0,0,0,.3);border-radius:1.2rem;flex:.25;width:10rem;height:30rem;overflow:hidden;transition:.4s ease-in-out;display:grid;grid-template-columns:repeat(5, 1fr);grid-template-rows:repeat(6, 1fr);grid-column-gap:0px;grid-row-gap:0px;text-decoration:none}.card .tag{grid-area:2/2/4/3;display:flex;flex-direction:column;gap:.5rem}.card .tag p{border:solid 2px;font-weight:bold;border-radius:1rem;padding:.5rem 1rem}.card .tag .welpen{color:#a7ff71}.card .tag .scouts{color:#cd8df2}.card .tag .explorers{color:#ff963c}.card .tag .rovers{color:#8feff3}.card .tag .stam{color:#ff5151}.card .arrow{grid-area:2/4/3/5;fill:#fff;z-index:1;width:2rem;justify-self:end}.card .info{grid-area:5/2/6/5;z-index:-1}.card .info .title{font-size:24pt;margin-bottom:1.5rem;color:#fff}.card .tag,.card .info{font-family:cabin}.card figure{grid-area:1/1/7/6;position:relative}.card .button{background-color:#fff;padding:.5rem 1rem;color:#1a2141;border-radius:1rem;text-decoration:none;font-family:boldervan;width:fit-content}.card:hover,.active{flex:.5;cursor:pointer;border-radius:1rem}.card:hover figure,.active figure{opacity:.3}.card:hover .tag,.card:hover .info,.active .tag,.active .info{z-index:1}.card:hover .arrow,.active .arrow{fill:#a7ff71}.card img{height:30rem;object-fit:contain;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.morenews{display:flex;justify-content:flex-end}@media screen and (max-width: 768px){.cardscontainer{flex-wrap:wrap}.cardscontainer a:nth-last-child(1){display:none}.cardscontainer a{flex:35%;cursor:pointer;border-radius:1rem}.cardscontainer a figure{opacity:.3}.cardscontainer a .tag,.cardscontainer a .info{z-index:1}.cardscontainer a .arrow{fill:#a7ff71}.cardscontainer .card .info .title{font-size:20pt}}/*# sourceMappingURL=fiveposts.css.map */
