.App{width:100%;height:auto;display:flex;flex-direction:column;font-family:Arial,Helvetica,sans-serif;background-color:#f0f0f0}body{padding:0;margin:0}.home{font-family:Arial,sans-serif}.about,.home{width:100%;align-items:center;color:#3e497a}.about{height:55%;display:flex;flex-direction:column;justify-content:center;text-align:center;background-color:#f5f5f5;margin-bottom:3%}.about h2{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:80px;color:#e9d35b;height:50px}.about .prompt{width:40%;font-size:30px}.prompt svg{font-size:60px;margin:5px;color:#2c3457}.skills{font-size:35px;width:100%;display:flex;justify-content:center;flex-direction:column;align-items:center;background-color:#fff;border-top:1px solid #d3d3d3}.skills h1{color:#3e497a}.skills .list{list-style:none;width:60%}.list span{font-size:20px}.skill-categories{display:flex;flex-wrap:wrap;justify-content:center;grid-gap:20px;gap:20px;margin-bottom:5%}.skill-category{width:calc(85% - 10px);padding:20px;border:1px solid #ddd;border-radius:8px;box-shadow:0 5px 15px #d3d3d3}.skill-category h3{font-size:1.6rem;margin-bottom:10px;color:#3e497a}.skill-category p{font-size:1rem;color:#555;line-height:1.5}@media only screen and (max-width:600px){.about h2{font-size:40px}.about{height:80%}.about .prompt{margin-top:10px;font-size:20px;width:80%}.skills{text-align:center}.list{padding:0}.skills h2{font-size:30px}.skill-icons svg{font-size:20px;margin:5px;color:#3e497a}}.projects{width:100%;height:auto;display:flex;justify-content:center;align-items:center;flex-direction:column}.projects .projectTitle{text-align:center;color:#3e497a;font-size:3.5rem;font-weight:700;margin-top:5%;margin-bottom:5%}.projectList{width:90%;max-width:1200px;display:grid;grid-template-columns:repeat(auto-fit,minmax(35%,1fr));grid-gap:20px;gap:20px}.projectItem{border-radius:15px;background-color:#fff;box-shadow:0 3px 15px rgba(0,0,0,.2);padding:20px;text-align:center;display:flex;flex-direction:column;height:400px}.projectItem:hover{box-shadow:0 3px 15px rgba(0,0,0,.5);transition:.3s ease-in;cursor:pointer}.bgImage{border-top-left-radius:15px;border-top-right-radius:15px;width:100%;height:200px;background-position:50%;background-repeat:no-repeat;background-size:cover;margin-bottom:15px;flex-shrink:0}.projectItem h1{font-size:1.5rem;margin-bottom:10px}.project-description{font-size:.9rem;color:#555;line-height:1.5;flex-grow:1}@media only screen and (max-width:800px){.projectList{grid-template-columns:1fr}.projectItem{width:90%}.projectTitle{font-size:1.8rem}}.navbar{width:100%;height:100px;background:#21325e}.links{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff}.navbar a{color:#fff;text-decoration:none;margin:20px;font-size:25px}.toggleButton{width:100%;height:100px;display:flex;align-items:center;justify-content:flex-end}.toggleButton svg{font-size:50px}.toggleButton button{margin-right:20px;background-color:initial;border:none;color:#fff;cursor:pointer}#open{height:100vh}#open .links{flex-direction:column;justify-content:flex-start;margin-top:100px}#open a{width:100%;text-align:center}@media only screen and (max-width:900px){.navbar a{width:70px}}@media only screen and (max-width:600px){.toggleButton{display:flex}#close a{display:none}}@media only screen and (min-width:600px){.hiddenLinks,.toggleButton{display:none}#open{height:100px}#open .links{flex-direction:row}}.footer{width:100%;height:200px;background:#21325e;display:flex;justify-content:center;align-items:center;flex-direction:column;padding-top:10px;margin-top:5%}.socialMedia svg{color:#fff;margin:20px;font-size:70px;cursor:pointer}.footer p{color:#fff}@media only screen and (max-width:600px){.footer svg{font-size:50px}}
/*# sourceMappingURL=main.5bf13d4b.chunk.css.map */