body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:url(/static/media/grass.bc6928d6e99b301db410.png);background-repeat:repeat;background-size:1024px 1024px;color:#2f3105;font-family:"Averia Serif Libre",serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{align-items:center;min-height:100vh;padding:2rem}.App,.container{display:flex;flex-direction:column}.container{max-width:1000px;padding-bottom:80px;width:100%}@media (max-width:600px){.App{padding:.75rem}.container{gap:.75rem;padding-bottom:110px}}.Header{background-color:#a5cc83;border-radius:25px;box-sizing:border-box;padding:2rem;text-align:center;width:100%}.Header h1{color:#2f3105;font-size:4rem}.Header h1,nav ul{margin:0;padding:0}nav ul{display:flex;gap:2rem;justify-content:center;list-style-type:none}nav li{background-color:#e9ed9c;border:3px dashed #2c2e35;border-radius:25px;color:#2f3105;cursor:pointer;font-size:2rem;font-weight:700;padding:.5rem 1rem}nav li:hover{background-color:#fdffe8}.title-section{align-items:center;display:flex;flex-direction:row;gap:1rem;justify-content:center}.title-subsection{align-items:center;display:flex;flex-direction:column}.Header h3{color:#2f3105;font-size:2rem;margin:.2rem 0 0;padding:0}@media (max-width:600px){.Header{border-radius:16px;padding:1rem .75rem}.Header h1{font-size:2.2rem}.Header h3{font-size:1.1rem}.title-section{flex-direction:column;gap:.25rem}.daisy{height:100px!important;width:100px!important}nav ul{gap:.5rem}nav li{border-radius:14px;font-size:.9rem;padding:.3rem .7rem}}.Main{margin-top:4rem}.Main,.Main section{box-sizing:border-box;width:100%}.Main section{align-items:center;background-color:#a5cc83;border-radius:25px;display:flex;flex-direction:column;padding:2rem}.Main section.About,.Main section.Contact{align-items:stretch;gap:0;padding:0}@keyframes slideOutLeft{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-100%)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes slideOutRight{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(100%)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}.slide-out-left{animation:slideOutLeft .3s ease forwards}.slide-in-left{animation:slideInLeft .3s ease forwards}.slide-out-right{animation:slideOutRight .3s ease forwards}.slide-in-right{animation:slideInRight .3s ease forwards}@media (max-width:600px){.Main{margin-top:1.5rem}.Main section{border-radius:16px;padding:1rem}.Main section.About,.Main section.Contact{padding:0}}.Demo{align-items:center;background-color:#fff;box-sizing:border-box;display:flex;flex-direction:column;padding:2rem;text-align:center;width:100%}.Demo h2{font-size:2rem;margin-bottom:1rem;margin-top:0}.Demo iframe{aspect-ratio:16/9;border:10px dashed #e9ed9c;height:auto;max-width:90%;padding:10px;width:90%}@media (max-width:600px){.Demo{border-radius:16px;padding:1rem}.Demo h2{font-size:1.4rem}.Demo iframe{border-width:6px;padding:6px;width:100%}}.Work{border-radius:25px;outline:10px dashed #e9ed9c;outline-offset:-35px}.gallery h2{border-bottom:2px solid #000;display:inline-block;font-size:2rem;letter-spacing:.1em;text-align:center;width:100%}.gallery-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr)}.gallery-image{aspect-ratio:1/1;cursor:pointer;object-fit:cover;transition:opacity .2s;width:100%}.gallery-image:hover{opacity:.8}.lightbox{align-items:center;background-color:#ffffff42;cursor:pointer;display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}.lightbox img{cursor:default;max-height:90vh;max-width:90vw;object-fit:contain}.lightbox-close{align-items:center;background:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;font-size:1.5rem;height:2.5rem;justify-content:center;position:absolute;right:1.5rem;top:1.5rem;width:2.5rem}.lightbox-close:hover{background:#eee}.lightbox-arrow{align-items:center;background:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;font-size:3rem;height:3rem;justify-content:center;line-height:1;width:3rem}.lightbox-arrow:hover{background:#eee}.collab-pane{display:flex;flex:1 1;flex-direction:column;gap:1rem;max-width:800px;min-width:300px}.collab-header{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem}.collab-header h3{font-size:1.75rem;margin:0}.collab-header p{color:#555;font-size:.9rem;margin:0}.play-button{background-color:#e9ed9c;border:3px dashed #2c2e35;border-radius:25px;color:#2f3105;display:inline-block;font-family:"Averia Serif Libre",serif;font-size:1rem;font-weight:700;margin-left:auto;padding:.5rem 1.2rem;text-decoration:none;transition:background-color .2s}.play-button:hover{background-color:#fdffe8}.collab-main-image{border-radius:15px;overflow:hidden;width:100%}.collab-main-image img{aspect-ratio:16/9;display:block;object-fit:cover;width:100%}.collab-thumbnail-strip{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.5rem;scrollbar-color:#aaa #0000;scrollbar-width:thin}.collab-thumb{aspect-ratio:16/9;border:3px solid #0000;border-radius:8px;cursor:pointer;flex-shrink:0;object-fit:cover;opacity:.7;transition:border-color .2s,opacity .2s;width:120px}.collab-thumb:hover{opacity:1}.collab-thumb.active{border-color:#2c2e35;opacity:1}@media (max-width:600px){.gallery-grid{gap:.5rem;grid-template-columns:repeat(2,1fr)}.gallery h2{font-size:1.4rem}.lightbox-arrow{font-size:2rem;height:2.2rem;width:2.2rem}.lightbox-close{font-size:1.2rem;height:2rem;right:.75rem;top:.75rem;width:2rem}.collab-header{gap:.75rem}.collab-header h3{font-size:1.3rem}.play-button{font-size:.9rem;margin-left:0}.collab-thumb{width:80px}.collab-panes{max-width:95%;padding:5px}}.About{background-color:#fff;border-radius:25px;box-sizing:border-box;min-height:400px;overflow:hidden;padding:0}.About,.about-content{align-items:stretch;gap:0;width:100%}.about-content{display:flex;flex-direction:row}.about-img-container{align-self:stretch;display:flex;flex:1 1;flex-direction:column;gap:1.5rem;padding:2rem}.about-img-container img{height:auto;object-fit:cover}.about-img-container img,.resume-content iframe{border:10px dashed #e9ed9c;border-radius:25px;width:100%}.resume-content iframe{height:100%;margin:0 auto;max-width:800px;min-height:1000px;overflow:hidden}.resume-buttons{display:flex;flex-direction:row;gap:1rem;justify-content:center;margin-top:1rem}button{background-color:#e9ed9c;border:3px dashed #2c2e35;border-radius:25px;color:#2f3105;cursor:pointer;font-family:"Averia Serif Libre",serif;font-size:2rem;font-weight:700;padding:.5rem 1rem}button:hover{background-color:#fdffe8}.about-text-container{background-color:#cbdf8e;flex:2 1;padding:2rem;text-align:left}.about-text-container p{font-size:1.2rem;margin:0;width:90%}.about-text-container img{align-items:left;height:256px;object-fit:contain;width:256px}.about-text-container-main{align-items:left;display:flex;flex-direction:column;gap:1.5rem}.about-text-container-footer{display:flex;flex-direction:row;gap:1rem;justify-content:right}.resume-content{align-items:center;display:flex;flex-direction:column;gap:1.5rem;padding:2rem}@media (max-width:600px){.About{border-radius:16px;min-height:0;min-height:auto}.about-content{flex-direction:column}.about-img-container{gap:.75rem;padding:1rem}.about-img-container img{align-self:center;border-width:6px;max-width:180px}.about-text-container{padding:1rem}.about-text-container p{font-size:1rem;width:100%}.about-text-container img{height:100px;width:100px}button{border-radius:16px;font-size:1.2rem;padding:.4rem .8rem}.resume-content{gap:.75rem;padding:.75rem}.resume-content iframe{border-width:6px;min-height:480px}.resume-buttons{align-items:center;flex-direction:column}}.Contact{align-items:stretch;background-color:#fff;border-radius:25px;box-sizing:border-box;display:flex!important;flex-direction:row!important;gap:0;min-height:400px;overflow:hidden;padding:0;width:100%}.socials{align-self:stretch;display:flex;flex:1 1;flex-direction:column;gap:1.5rem;padding:2rem;text-align:center}.socials h2{margin:0}.social-media{display:flex;flex-direction:column;gap:.75rem}.email-access a,.social-media a{align-items:center;color:#000;display:flex;font-size:1rem;font-weight:700;gap:.5rem;text-decoration:none}.email-access a:hover,.social-media a:hover{opacity:.7}.socials img{height:28px;width:28px}.email-access{align-items:center;border-top:1px solid #eee;display:flex;flex-direction:column;gap:.5rem;padding-top:1rem}.email-access p{color:#555;font-size:.9rem;margin:0}.email-access a{align-items:center;display:flex;gap:.5rem}.email-form{background-color:#cbdf8e;flex:2 1;padding:2rem;text-align:left;text-align:center}.email-form h3{margin-top:0}.form{flex-direction:column}.form,.name-data{display:flex;gap:1rem}.name-data input{flex:1 1}.form input,.form textarea{border:1px solid #ccc;box-sizing:border-box;font-family:inherit;font-size:1rem;padding:.75rem;width:100%}.form button{background-color:#4a8cb4;border:none;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:.75rem}.form button:hover{background-color:#3a7ca0}.sent-msg{color:#fdffe8;font-size:2rem;font-weight:700}button,input,textarea{border-radius:25px}#form-button{background-color:#e9ed9c;border:3px dashed #2c2e35;border-radius:25px;color:#2f3105;cursor:pointer;font-family:"Averia Serif Libre",serif;font-size:2rem;font-weight:700;padding:.5rem 1rem}#form-button:hover{background-color:#fdffe8}.daisy{height:256px;object-fit:contain;width:256px}@media (max-width:600px){.Contact{border-radius:16px;flex-direction:column!important;min-height:0;min-height:auto}.socials{gap:.75rem}.email-form,.socials{padding:1rem}.name-data{flex-direction:column}#form-button{font-size:1.2rem}}.Footer{background-color:#2c2e35;border-top-left-radius:25px;border-top-right-radius:25px;bottom:0;color:#e9ed9c;left:0;margin-top:2rem;position:fixed;text-align:center;width:100%}.Footer p{margin:0;padding:1rem}#footer-social-links{bottom:0;color:#e9ed9c;display:flex;gap:1rem;margin-bottom:0;margin-right:100px;padding:.5rem;position:absolute;right:0}#footer-social-links img{height:32px;margin-bottom:0;width:32px}@media (max-width:600px){.Footer{align-items:center;border-top-left-radius:16px;border-top-right-radius:16px;display:flex;flex-direction:column;padding:.5rem 1rem .75rem}.Footer p{font-size:.75rem;padding:.3rem 0}#footer-social-links{gap:.75rem;margin-right:0;padding:.2rem 0;position:static}#footer-social-links img{height:24px;width:24px}}.LoadingScreen{align-items:center;background-image:url(/static/media/grass.bc6928d6e99b301db410.png);background-repeat:repeat;background-size:1024px 1024px;display:flex;flex-direction:column;gap:1rem;inset:0;justify-content:center;position:fixed;z-index:9999}.LoadingScreen p{color:#2f3105;font-family:"Averia Serif Libre",serif;font-size:2rem;font-weight:700;margin:0}.loading-dog{animation:bounce .7s ease-in-out infinite alternate;height:180px;object-fit:contain;width:180px}@keyframes bounce{0%{transform:translateY(0)}to{transform:translateY(-20px)}}
/*# sourceMappingURL=main.037ae037.css.map*/