body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root,body,html{height:100%;margin:0;padding:0}.App{display:flex;flex-direction:column;min-height:100%;text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#fff;color:#000;display:flex;flex:1 1;flex-direction:column;height:max-content;justify-content:center}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.navbar{align-items:flex-end;background-color:#fff;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:flex-end;padding:1rem 1rem .5rem}.nav-links{display:flex;gap:2rem;position:relative}.nav-link{color:#374151;font-weight:500;padding:.5rem 1rem;position:relative;text-decoration:none;transition:color .3s ease}.nav-link:after{background-color:#fb6d0b;bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link:hover{color:#fb6d0b;text-decoration:none}.nav-link.active:after,.nav-link:hover:after{width:100%}.nav-link.active{color:#fb6d0b}.nav-content{align-items:center;display:flex;justify-content:center}@media (max-width:768px){.navbar{padding:.75rem .5rem .25rem}.nav-links{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;gap:1rem;overflow-x:auto;scrollbar-width:none}.nav-links::-webkit-scrollbar{display:none}.nav-link{padding:.5rem .75rem;white-space:nowrap}}@media (max-width:480px){.navbar{padding:.5rem .25rem .25rem}.nav-links{gap:.5rem}.nav-link{font-size:.9rem;padding:.5rem}}.about-page{display:flex;justify-content:center;max-width:1200px;padding:2rem;width:100%}.about-image{margin:2rem auto;max-width:fit-content;padding:0 1rem;width:100%}.about-image img{border-radius:8px;box-shadow:0 2px 4px #0000001a;height:auto;object-fit:cover;width:100%}.about-content{display:flex;flex-direction:column;gap:2rem;text-align:left;width:100%}.about-header{margin-bottom:2rem;text-align:center}.about-header h1{align-items:center;display:flex;font-size:2rem;justify-content:center;margin-bottom:.5rem}.about-header h1 img{height:1em;vertical-align:initial;width:auto}.about-subtitle{color:#6b7280;font-size:1.2rem}.about-main,.about-sections{display:flex;flex-direction:column;gap:2rem}.about-description p{color:#374151;font-size:1.3rem;line-height:1.6;padding-left:2rem;padding-right:2rem;text-align:center}.about-sections h2{color:#111827;font-size:1.5rem;margin-bottom:1rem}.about-sections p{color:#374151;font-size:1rem;line-height:1.6}.about-body{text-align:left}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}.app-img{border-radius:8px;box-shadow:0 2px 4px #0000001a;height:314px;margin-bottom:1rem;object-fit:cover;width:600px}.app-img:hover{box-shadow:0 4px 8px #0003;cursor:pointer}@media (max-width:768px){.about-page{margin:0 auto;padding:1rem}.about-image{margin:1rem auto;max-width:100%}.about-content{gap:1rem}.about-header h1{font-size:1.5rem}.about-sections{gap:1.5rem}.about-description p{font-size:1rem;padding:1rem}.about-body{padding:1rem}.app-img{height:314px;width:600px}}@media (max-width:480px){.about-header h1{font-size:1.25rem}.app-img{height:157px;width:300px}}.body-class{color:#333;font-family:Arial,sans-serif;line-height:1.6;margin:20px;padding:0}.heading-primary,.heading-secondary{color:#444}.heading-primary{text-align:center}.text-left{text-align:left}.link-class{color:#06c;text-decoration:none}.link-hover-class:hover{text-decoration:underline}.container-class{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin:auto;max-width:800px;padding:20px}.footer-class{color:#777;font-size:.9em;margin-top:20px;text-align:left}.user-info-box{align-items:flex-start;border-radius:8px;display:flex;justify-content:space-between;margin:1rem;max-width:1200px;padding:2rem;width:100%}.user-info{display:flex;flex:1 1;gap:2rem}.user-info-header{align-items:center;display:flex;flex-direction:column;min-width:200px}.user-info-headshot{border:3px solid #f3f4f6;border-radius:50%;height:150px;margin-bottom:1rem;object-fit:cover;width:150px}.user-info-header h1{color:#111827;font-size:1.5rem;margin:.5rem 0}.user-info-header h2{color:#6b7280;font-size:1rem;margin:0}.user-info-bio{flex:1 1;padding-right:2rem;text-align:right}.user-info-bio p{color:#374151;font-size:1rem;line-height:1.6;margin:0}.user-info-contact{min-width:200px;text-align:right}.user-info-contact h3{color:#111827;font-size:1.2rem;margin-bottom:1rem}.user-info-contact-links{color:#6b7280;display:flex;flex-direction:column;font-size:1rem;gap:.5rem}.user-info-contact-links a{color:#000;text-decoration:none}.user-info-contact-links a:hover{color:#6b7280;text-decoration:underline}@media (max-width:768px){.user-info-box{flex-direction:column;gap:1.5rem;margin:.5rem;padding:1rem}.user-info{flex-direction:column;gap:1rem}.user-info-header{min-width:0;min-width:auto;width:100%}.user-info-headshot{height:120px;width:120px}.user-info-header h1{font-size:1.25rem}.user-info-bio{padding-right:0;text-align:center}.user-info-contact{min-width:0;min-width:auto;text-align:center;width:100%}.user-info-contact h3{font-size:1.1rem}}@media (max-width:480px){.user-info-box{margin:.25rem;padding:.75rem}.user-info-headshot{height:100px;width:100px}.user-info-header h1{font-size:1.1rem}.user-info-bio p,.user-info-contact-links,.user-info-header h2{font-size:.9rem}}.users-container{align-items:center;display:flex;flex-direction:column;padding:2rem}.team-page{margin:0 auto;max-width:1200px;padding:2rem}.team-content{display:flex;flex-direction:column;gap:2rem;width:100%}.team-header{margin-bottom:2rem;text-align:center}.team-header h1{align-items:center;display:flex;font-size:2rem;justify-content:center;margin-bottom:.5rem}.team-header h1 img{height:1em;vertical-align:initial;width:auto}.team-subtitle{color:#6b7280;font-size:1.2rem}.tutorial-page{margin:0 auto;max-width:800px;padding:2rem}.tutorial-header{text-align:center}.tutorial-header h1{align-items:center;display:flex;font-size:2rem;justify-content:center;margin-bottom:.5rem}.tutorial-header h1 img{height:1em;width:auto}.tutorial-subtitle{color:#6b7280;font-size:1.2rem}.tutorial-sections{display:flex;flex-direction:column;gap:3rem;margin-top:3rem}.tutorial-section{align-items:flex-start;display:flex;gap:2rem;padding:1rem}.tutorial-section.left-image .section-content{text-align:right}.tutorial-section.right-image .section-content{text-align:left}.section-image{width:150px}.section-image img{border-radius:8px;box-shadow:0 2px 4px #0000001a;height:auto;width:100%}.section-content{flex:1 1;max-width:500px}.section-content h2{color:#111827;margin-bottom:1rem;text-align:inherit}
/*# sourceMappingURL=main.ece94f14.css.map*/