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}@keyframes ripple{0%{box-shadow:0 0 0 0 #0000004d}to{box-shadow:0 0 0 10px #0000}}*{box-sizing:border-box}.App{background:linear-gradient(#f0f5fa,#1e8c1c 90%,#0a4500);min-height:100vh;overflow-x:hidden}.App,.bottom-language-button-component{align-items:center;display:flex;flex-direction:column}.bottom-language-button-component{height:fit-content;justify-content:center}.bottom-language-button-component .bottom-language-button-container{margin:2rem;width:fit-content}.bottom-language-button-component .bottom-language-button-container button{display:none}@media(max-width:1100px){.bottom-language-button-component .bottom-language-button-container button{background-color:#000;border:none;border-radius:5px;color:#fff;cursor:pointer;display:inline;display:initial;font-family:Gill Sans,serif;font-size:1rem;min-width:120px;padding:.5rem 1rem;white-space:nowrap}.bottom-language-button-component button.open{border-bottom-left-radius:0;border-bottom-right-radius:0}.bottom-language-button-component .language-dropdown{background-color:#1b1b1b;border-radius:0 0 5px 5px;display:flex;flex-direction:column;gap:0;margin:0;min-width:120px;padding:0;position:relative}.bottom-language-button-component .language-dropdown li.dropdown-li{color:#fff;cursor:pointer;list-style:none;padding:.5rem 1rem;text-align:center}.bottom-language-button-component .language-dropdown li.dropdown-li:hover{background-color:#555}}.nav-component{align-items:center;display:flex;flex-direction:column}.nav-component .navbar{align-items:stretch;background-color:#000;border-radius:16px;box-shadow:.1px .1px 4px #000;color:#f0efef;display:flex;font-family:Gill Sans,serif;justify-content:space-between;margin:1rem 2rem;max-width:1300px;min-width:45%;padding:.2rem 2rem;position:fixed;width:70vw;z-index:1000}.nav-component .navbar .site-title{font-size:1.6rem}.nav-component .navbar button.hamburger-button{display:none}.nav-component .navbar ul{display:flex;gap:1rem;list-style:none;margin:0;padding:0}.nav-component .navbar ul li.nav-li{font-weight:300}.nav-component .navbar ul li.nav-li:hover{background-color:#282828;border-radius:10px;color:#fff}.nav-component .navbar .nav-buttons{align-items:center;background-color:#0000;border:none;color:inherit;cursor:pointer;display:flex;font-size:1.2rem;height:100%;padding:.25rem;text-decoration:none}.nav-component .navbar ul.language-dropdown{background-color:#282828;border-radius:5px;display:flex;flex-direction:column;gap:0;position:absolute}.nav-component .navbar ul.language-dropdown li.dropdown-li{cursor:pointer;padding:.5rem 1rem;white-space:nowrap}.nav-component .navbar ul.language-dropdown li.dropdown-li:hover{background-color:#555}.nav-component div.background-overlay{background-color:#000000b3;display:none;height:100vh;position:fixed;top:0;width:100vw;z-index:1001}.nav-component div.nav-overlay{background-color:#000;display:none;height:100vh;position:fixed;right:0;top:0;width:300px;z-index:1002}@media(max-width:900px){.nav-component .navbar button.hamburger-button{background-color:#0000;border:none;cursor:pointer;display:block}.nav-component .navbar button.hamburger-button .hamburger-icon{color:#fff;font-size:1.2rem}.nav-component .navbar ul{display:none}.nav-component div.background-overlay.active,.nav-component div.nav-overlay.active{display:block}}.navoverlay-component{color:#fff;padding:1.5rem}.navoverlay-component .close-button{background-color:#0000;border:none;color:#fff;cursor:pointer;font-size:1.1rem;padding:1rem 1.2rem;position:fixed;right:0;top:0}.navoverlay-component .close-button:hover{color:gray}.navoverlay-component .myname{font-size:1.3rem;padding-bottom:1rem;text-align:center;width:100%}.navoverlay-component ul li{list-style:none;padding:.5rem;width:fit-content}.navoverlay-component ul li a{color:inherit;font-size:1.1rem;text-decoration:none}.navoverlay-component ul li:hover{background-color:#282828;border-radius:10px;color:#fff}.home-component .home-top{align-items:center;display:flex;gap:100px;justify-content:space-evenly;margin:10% auto 5%}.home-component .home-top .home-top-texts .name-kanji{display:flex;font-size:3.5rem;font-weight:700;padding-bottom:1rem}.home-component .home-top .home-top-texts .name-kanji .home-icons{color:#000;font-size:3rem;padding-left:1.5rem}.home-component .home-top .home-top-texts .name-kanji .home-icons:hover{color:#1e8c1c}.home-component .home-top .home-top-texts .tech-list div{padding:.2rem 0}.home-component .home-top .headshot{border:3px solid #000;border-radius:100px}@media(max-width:1100px){.home-component .home-top{flex-direction:column-reverse;gap:20px;margin:20% auto 5%}.home-component .home-top .home-top-texts{align-items:center;display:flex;flex-direction:column}}@media(max-width:627px){.home-component .home-top .home-top-texts{width:80%}.home-component .home-top .home-top-texts .name-kanji{flex-direction:column;font-size:2.5rem}.home-component .home-top .home-top-texts .name-kanji .home-icons-container{display:flex;gap:2rem;justify-content:center;margin-top:1rem}.home-component .home-top .home-top-texts .name-kanji .home-icons-container .home-icons{padding-left:0}.home-component .home-top .headshot{width:50%}.home-component .home-top .tech-list div{align-items:center;display:flex;flex-direction:column;gap:.5rem;text-align:center}}.home-component .projects-container{align-items:flex-start;background-color:#f0f5fa;border-radius:8px;display:flex;flex-direction:column;gap:2rem;margin:0 auto 100px;padding:2rem;width:min(100%,1100px)}@media(max-width:1100px){.home-component .projects-container{align-items:center;margin:0 auto}}.projects-component{align-items:center;display:flex;height:100%}.projects-component .projects-sub-component-1{height:100%;padding:2rem 0}.projects-component .projects-sub-component-1 .voting-container{align-items:center;display:flex;flex-direction:column;height:320px;justify-content:center;padding:0 2rem}.projects-component .projects-sub-component-1 .voting-container button.vote-button{all:unset;color:#888;cursor:pointer;font-size:1.6rem}.projects-component .projects-sub-component-1 .voting-container button.vote-button.voted{color:#1e8c1c}.projects-component .projects-sub-component-1 .voting-container button.vote-button:hover{color:#0d430c}.projects-component .projects-sub-component-1 .voting-container .vote-count{color:#888;font-size:1.3rem;font-weight:700}.projects-component .projects-sub-component-1 .voting-container .vote-count.voted{color:#1e8c1c}.projects-component .projects-sub-component-2{display:flex;padding:2rem 0}.projects-component .projects-sub-component-2 .project-thumbnail-container{display:flex}.projects-component .projects-sub-component-2 .project-thumbnail-container img{border-radius:10px;height:320px;transition:opacity .3s;width:320px}.projects-component .projects-sub-component-2 .project-thumbnail-container img:hover{opacity:.6}.projects-component .projects-sub-component-2 .project-content{padding:.5rem 2rem}.projects-component .projects-sub-component-2 .project-content .project-title h2{margin:0 0 .5rem;padding:0}.projects-component .projects-sub-component-2 .project-content .project-title .voting-container-mobile{display:none}.projects-component .projects-sub-component-2 .project-content .project-technologies-github-container{display:flex;flex-direction:column;font-family:monospace,sans-serif;font-size:.9rem;font-weight:700;gap:.5rem;justify-content:space-between;padding:.5rem 0;text-decoration:none}.projects-component .projects-sub-component-2 .project-content .project-technologies-github-container .github-div{display:flex;gap:.3rem;margin-top:.3rem}.projects-component .projects-sub-component-2 .project-content .project-technologies-github-container .github-div .github-icon-projects{font-size:1rem}.projects-component .projects-sub-component-2 .project-content .project-technologies-github-container .github-div a{color:inherit;font-size:1rem;text-decoration:none}.projects-component .projects-sub-component-2 .project-content .project-technologies-github-container .github-div a:hover{text-decoration:underline}.projects-component .projects-sub-component-2 .project-content .project-description p{width:320px}.projects-component .projects-sub-component-2 .project-content .project-details-button button{background-color:#0000;border:2px solid #1e8c1c;border-radius:8px;color:#1e8c1c;cursor:pointer;font-size:1rem;padding:17px 42px;transition:color .3s,background-color .4s}.projects-component .projects-sub-component-2 .project-content .project-details-button button:hover{background-color:#1e8c1c;color:#f0f5fa}@media(max-width:1100px){.projects-component{align-items:stretch}.projects-component .projects-sub-component-2{align-items:center;flex-direction:column}.projects-component .projects-sub-component-2 .project-content{align-items:center;display:flex;flex-direction:column}.projects-component .projects-sub-component-2 .project-content .project-title h2{font-size:1.2rem}.projects-component .projects-sub-component-2 .project-content .project-technologies-github-container{align-items:center;flex-direction:column;gap:1rem}.projects-component .projects-sub-component-2 .project-content .project-description p{text-align:center}}@media(max-width:627px){.projects-component .projects-sub-component-1{display:none}.projects-component .projects-sub-component-2 .project-content .project-title{align-items:center;display:flex;flex-direction:row-reverse;padding:1rem 0}.projects-component .projects-sub-component-2 .project-content .project-title .voting-container-mobile{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:-1rem;padding-right:2rem}.projects-component .projects-sub-component-2 .project-content .project-title .voting-container-mobile button.vote-button{all:unset;color:#888;cursor:pointer;font-size:1.4rem}.projects-component .projects-sub-component-2 .project-content .project-title .voting-container-mobile button.vote-button.voted{color:#1e8c1c}.projects-component .projects-sub-component-2 .project-content .project-title .voting-container-mobile button.vote-button:hover{color:#0d430c}.projects-component .projects-sub-component-2 .project-content .project-title .voting-container-mobile .vote-count{color:#1e8c1c;color:#888;font-size:1.2rem;font-weight:700}.projects-component .projects-sub-component-2 .project-content .project-title .voting-container-mobile .vote-count.voted{color:#1e8c1c}.projects-component .projects-sub-component-2 .project-content .project-technologies-github-container .project-technologies-div{text-align:center}}.about-component .about-container{background-color:#f0f5fa;border-radius:8px;margin:100px auto 0;max-width:1000px;padding:2rem;width:80%;width:min(100%,1100px)}.experience-component{display:flex;padding:1rem 0}.experience-component .timeline-marker{padding:.2rem 0 1rem}.experience-component .timeline-marker .timeline-circle{background-color:#000;border:2px solid #000;border-radius:50%;height:24px;margin:.5rem;width:24px}.experience-component .timeline-marker .timeline-circle.is-animated{animation:ripple 1s infinite}.experience-component .timeline-marker .timeline-line{background-color:#000;height:100%;margin:.5rem auto;width:2px}.experience-component .experience-div{margin:0 1rem}.experience-component .experience-div .experience-title-div{align-items:flex-end;display:flex}.experience-component .experience-div .experience-title-div .experience-title{font-size:2rem;font-weight:700}.experience-component .experience-div .experience-title-div .experience-date{font-size:1.2rem;padding:0 1rem .4rem}.experience-component .experience-div .main-description{font-weight:700;padding:.5rem 0}.experience-component .experience-div .sub-section-title{font-size:1.2rem;font-weight:700;margin-top:1rem}.experience-component .experience-div .key-list-ul li{display:flex;flex-direction:column;justify-content:space-between;padding:0 0 .5rem}.experience-component .experience-div .key-list-ul li .key-list-line{display:list-item}@media(max-width:1100px){.experience-component .experience-div .experience-title-div{align-items:normal;flex-direction:column}.experience-component .experience-div .key-list-ul li{flex-direction:column;justify-content:normal;padding:0 0 .5rem}}@media(max-width:627px){.experience-component .experience-div .experience-title-div .experience-title{font-size:1.8rem;padding-bottom:.5rem}}.more-component{height:100vh;width:100vw}.more-component .more-container{background-color:#f0f5fa;border-radius:8px;margin:100px auto 0;max-width:1000px;min-height:80%;padding:2rem;width:80%;width:min(100%,1100px)}
/*# sourceMappingURL=main.d6d08e27.css.map*/