@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}a{text-decoration:none}.App{width:100%;height:auto;display:flex;flex-direction:column;text-align:center}.main-content{padding-top:120px}.header{position:fixed;top:0;left:0;width:100%;padding:20px 5%;background:#24103c;display:flex;justify-content:space-between;align-items:center;z-index:100}.leftside{display:flex;align-items:center}.leftside img{width:70px;height:auto;margin-right:0;border-radius:25%;vertical-align:middle}.logo{font-size:32px;color:#fff;font-weight:700;vertical-align:middle;margin-left:20px}#closed .logo{display:inherit}#show .logo{display:none}.bar{font-size:16px;color:#fff;font-weight:300;margin-left:30px;vertical-align:middle}.main{align-content:flex-end}#closed .hiddenLinks{display:none}#show .hiddenLinks{display:flex;flex-direction:row;align-items:center}#closed .bar{display:none}#show .bar{font-size:16px;color:#fff;font-weight:300;margin-left:15px;vertical-align:middle;display:flex}.navbar button{background-color:transparent;border:none;color:#fff;cursor:pointer;vertical-align:middle;padding-left:30px}@media only screen and (max-width: 900px){.hiddenLinks{display:inherit}.bar{display:none}.navbar button{justify-content:flex-end}}@media only screen and (min-width: 900px){.navbar button,#closed .hiddenLinks,#show .hiddenLinks{display:none}#close .logo,#show .logo{display:inherit}}.Footer{width:100%;height:125px;background-color:#24103c;display:flex;justify-content:center;align-items:center;flex-direction:column;padding-top:10px}.socialMedia svg{color:#fff;margin:10px;font-size:40px;cursor:pointer}.Footer p{color:#fff}.homePage{width:100%;height:auto;display:flex;flex-direction:column}.headerHome{height:auto;width:auto;margin-top:15px}.homeContent{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:50px;margin:20px;flex-wrap:wrap}.headerHome h1{margin:10px;font-size:3em}.headerHome p{margin:10px}.headerHome .scalingP{font-size:1.4em;margin:10px}.homeContent .pfpHome{height:150px;width:150px;border-radius:50%}.buttonHome{display:flex;justify-content:center;align-items:center}.buttonHome button{margin:20px;padding:10px;font-size:1.2em;border-radius:10px;background-color:#24103c;color:#fff;border:none;transition:transform .3s ease}.buttonHome button:hover{transition:transform .3s ease;transform:scale(1.1);cursor:pointer}.maxwellPfp{height:auto;width:150px}.maxwellHome{height:auto;width:200px;margin:20px}@media only screen and (max-width: 600px){.homeContent .maxwellPfp{width:auto;height:50px;object-fit:cover;margin:0}.maxwellHome{width:auto;height:100px;margin:0}.headerHome h1{font-size:2em}.headerHome p{font-size:1em}.headerHome .scalingP{font-size:1.5em}}@media only screen and (max-width: 500px){.homeContent .maxwellPfp{width:auto;height:50px;object-fit:cover;margin:0}.homeContent .pfpHome{width:100px;height:100px;object-fit:cover;margin:0}.maxwellHome{width:auto;height:100px;margin:0}.headerHome h1{font-size:2em}.headerHome p{font-size:1em}.headerHome .scalingP{font-size:1.5em}}.aboutPage{width:100%;padding:20px;display:flex;flex-direction:column;align-items:center;background-color:#fefbfe}.aboutContent{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:50px;margin:20px;flex-wrap:wrap;max-width:1500px}.aboutContent img{width:auto;height:200px;object-fit:cover}.aboutHeader{font-size:30px;font-weight:700;color:#333}.langHeader{margin-top:10px}.aboutText{max-width:800px;text-align:justify;font-size:18px;line-height:1.6;color:#333}.expText{max-width:1200px;text-align:justify;font-size:18px;margin-bottom:20px;line-height:1.6;color:#333}.aboutSocials{display:flex;flex-direction:column;margin:10px}@media (max-width: 768px){.aboutContent{flex-direction:column}.aboutContent img{height:auto;width:80%}}.langContent{display:flex;flex-direction:column;margin:20px}.langItems{display:flex;flex-direction:row;justify-content:center;align-items:center}.socialItem{width:50px;height:50px;margin:10px;color:#333}.socialItem img{width:50px;height:50px;margin:10px;color:#333;transition:transform .3s ease}.socialItem img:hover{transform:scale(1.1)}.langItem{width:100px;height:auto;margin:10px;color:#333}.langItem img{width:100px;height:auto;margin:10px;color:#333;transition:transform .3s ease}.langItem img:hover{transform:scale(1.1)}@media only screen and (max-width: 600px){.aboutSocials{display:flex;flex-direction:row;margin:0}.langItem{width:75px;height:auto;margin:5px}.langItem img{width:75px;height:auto;margin:5px;transition:transform .3s ease}.langItem img:hover{transform:scale(1.1)}.aboutContent .maxwellAbout{width:auto;height:100px;object-fit:cover;margin:0}.maxwellAbout2{display:none}}.projectsPage{width:100%;height:auto;display:flex;justify-content:center;align-items:center;flex-direction:column}.projectsPage .projectsTitle{margin-top:15px;margin-bottom:15px}.projectsList{width:70vw;height:auto;display:grid;grid-template-columns:1fr 1fr 1fr;place-items:center}.projectsPage img{height:auto;width:200px;margin:20px}.projectItem{border-radius:15px;width:300px;height:400px;margin:20px;box-shadow:0 3px 15px #0003;display:flex;flex-direction:column;justify-content:space-between}.projectItem:hover{box-shadow:0 3px 15px #00000080;transition:.3s ease-in;cursor:pointer}.projectItem div{border-top-left-radius:15px;border-top-right-radius:15px;width:100%;height:200px;background-position:center;background-repeat:no-repeat;background-size:cover}.projectItem h2{margin-top:10px;font-size:25px}.projectItem a{margin-top:25px;margin-bottom:10px}@media only screen and (max-width: 1300px){.projectsList{grid-template-columns:1fr 1fr}}@media only screen and (max-width: 800px){.projectsList{grid-template-columns:1fr}}.donatePage{width:100%;height:auto;display:flex;flex-direction:column;background-color:#fefbfe}.headerDonate{height:auto;width:auto;margin-top:20px;display:flex;flex-direction:column;justify-content:center;align-items:center}.donateText{max-width:1000px;margin:10px;text-align:justify;font-size:18px;line-height:1.6;color:#333}.donateLinks{display:grid;grid-template-columns:1fr 1fr 1fr;place-items:center}@media only screen and (max-width: 600px){.donateLinks{grid-template-columns:1fr}}.donateCategory{margin:10px}.donatePage img{height:auto;width:200px;margin-bottom:20px}.donateImg{width:200px;height:150px;margin-left:20px;margin-right:20px;margin-top:20px;color:#333;box-shadow:0 3px 15px #0003;border-radius:10px;transition:transform .3s ease;display:flex;flex-direction:column;justify-content:space-between}.donateImg:hover{box-shadow:0 3px 15px #00000080;transition:transform .3s ease;transform:scale(1.1);cursor:pointer}.donateImg p{margin:10px}.donateImg a{width:200px;height:100px;margin-bottom:10px}.donateBg div{width:100%;height:100%;max-width:200px;max-height:100px;transition:transform .3s ease;background-position:center;background-size:contain;background-repeat:no-repeat}.errorPage{width:100%;height:auto;display:flex;flex-direction:column}.headerError{height:700px;width:auto}.headerError h2{font-size:50px}.headerError p{font-size:20px}.headerError img{margin:40px;width:700px;height:auto}
