*{box-sizing:border-box;margin:0;padding:0;font-family:Arial,Helvetica,sans-serif}.App{background-color:var(--darkBackground);height:100%;width:100%}.imageCarousel{width:100vw;margin:0;padding:0}.col{height:100%;display:flex;flex-direction:column;align-items:flex-start}.about-container{padding:2rem;color:#fff;max-width:900px;margin:0 auto}.about-content{display:flex;flex-direction:row;gap:2rem;align-items:flex-start;background:#ffffff0d;padding:2rem;border-radius:1rem;box-shadow:0 0 20px #ffffff1a}.about-avatar{width:150px;height:150px;border-radius:50%;object-fit:cover;border:2px solid white}.about-text{white-space:pre-line;font-size:1.1rem;line-height:1.6}@media (max-width: 600px){.about-content{flex-direction:column;align-items:center;text-align:center}.about-avatar{width:120px;height:120px;margin-bottom:1rem}.about-text{font-size:1rem}}.card-container{height:10rem;width:15rem;border-radius:1rem;box-shadow:0 10px 8px #999;display:flex;flex-direction:column;margin:1.5rem;background-color:#fff;height:22rem;justify-content:center}.card-container:hover{transform:scale(1.2)}.card-img{width:100%;border-radius:1rem 1rem 0 0}.card-title{margin:.5rem 5%;font-size:1.2rem;font-weight:700;margin:12px 0 8px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.3;max-height:2.6em}.card-description{margin:.5rem 5%;flex:1;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;line-height:1.4;max-height:7em}.card-btn{text-align:center;width:90%;border-radius:5px;padding:.5rem 1rem;background-color:#2563eb;color:#fff;text-decoration:none;margin:.5rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:999}.modal-content{background:#fff;padding:20px;width:90%;max-width:600px;border-radius:8px;max-height:80vh;overflow-y:auto}.modal-close{margin-top:20px;padding:10px 20px;background:#222;color:#fff;border:none;border-radius:4px;cursor:pointer}.modal-description{white-space:pre-wrap}.section{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;align-content:space-between;align-items:center;justify-content:center}.most-recent-section{padding:2rem;background-color:var(--darkBackground)}.section-title{font-size:2rem;margin-bottom:1rem;color:var(--hoverOrange)}.cards-container{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:space-around}.active{background-color:var(--orange)}nav{background-color:var(--violet);display:flex;justify-content:space-between;align-items:center;position:sticky;top:0}nav .title{font-size:1.5rem;margin:1rem;font-weight:700;text-decoration:none;color:#fff}nav ul{display:flex}nav ul li{list-style:none}nav ul li a{display:block;text-decoration:none;color:#fff;padding:.5rem;margin:0 .5rem;border-radius:.5rem}nav ul li a:not(.active):hover{background-color:var(--hoverOrange)}nav .menu{display:none;position:absolute;top:.75rem;right:.5rem;flex-direction:column;justify-content:space-between;width:2.25rem;height:2rem}nav .menu span{height:.4rem;width:100%;background-color:var(--white);border-radius:.2rem}@media (max-width: 480px){nav .menu{display:flex}nav{flex-direction:column;align-items:start}nav ul{display:none;flex-direction:column;width:100%;margin-bottom:.25rem}nav ul li{width:100%;text-align:center}nav ul.open{display:flex}nav ul li a{margin:.2rem .5rem}}.app-footer{background-color:#111;color:#fff;padding:1.5rem;text-align:center;font-size:.95rem;border-top:1px solid rgba(255,255,255,.1);margin-top:2rem;flex-shrink:0}.app-footer a{color:#4db8ff;text-decoration:none}.app-footer a:hover{text-decoration:underline}.footer-content{overflow-x:auto;display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;flex-wrap:nowrap}.app-footer a svg{font-size:2.5rem}
