@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap);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}body{font-family:Avenir Next,Montserrat,sans-serif;height:100%;max-width:1400px}:root{--color-main-blue:#415a77;--color-hover-blue:#778da9;--color-main-green:#606c38;--color-hover-green:#283618;--color-main-brown:#582f0e;--color-hover-brown:#6e4730;--color-main-orange:#b3845f;--color-hover-orange:#bc6c25}.back-button-container{text-align:left;width:100%}.back-button{background-color:#fff;border:none;border-radius:5px;color:gray;cursor:pointer;font-size:1.5rem;margin-bottom:20px;outline:none;padding:10px 15px}.back-button:focus{outline:none}html{height:100%;margin:0;padding:0}.App{display:flex;flex-direction:column;justify-content:space-between;margin:0 auto;max-width:1200px;min-height:90vh;padding:0 20px;text-align:center}h2,h3,p{text-align:left}main{flex:1 1}.about-logos{height:auto!important;margin:0 3px;width:4rem!important}.footer{align-items:center;background-color:#fff;color:#333;margin-top:auto;padding:1rem 0;text-align:center;width:100%}.footer,.social-icons{justify-content:center}.social-icons{display:flex;gap:1rem}.social-icons a{color:#000;font-size:3rem;text-decoration:none;transition:.2s}.social-icons a:hover{color:#aaa}.brand{font-size:2rem;position:relative;z-index:1100}.brand,.nav-links a{color:#000;text-decoration:none}.nav-links a{font-size:1.5rem}.nav-links{align-items:center;display:flex;gap:1.5rem}.nav-links a:hover{opacity:.6}.desktop-nav{display:flex}.menu,.mobile-nav{display:none}.menu.visible{align-items:center;display:flex;flex-direction:column;gap:1.5rem}.resume-btn{background:#eee;border-radius:6px;color:#000;padding:.4rem .8rem;text-decoration:none}.nav-socials{align-items:center;display:flex;gap:1rem;margin-left:auto}.nav-socials a{color:#000;font-size:2rem;transition:.2s ease}.nav-socials a:hover{opacity:.6}.burger-menu{cursor:pointer;display:none;flex-direction:column;gap:5px;position:relative;z-index:1100}.burger-bar{background:#000;height:2px;transition:.3s ease;width:25px}@media (max-width:768px){.burger-menu{cursor:pointer;display:flex;gap:5px}.burger-menu.open .burger-bar:first-child{transform:rotate(45deg) translate(5px,5px)}.burger-menu.open .burger-bar:nth-child(2){opacity:0}.burger-menu.open .burger-bar:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.desktop-nav{display:none}.nav-socials{gap:1.5rem;justify-content:center;margin-left:0}.mobile-nav.visible,.nav-socials{align-items:center;display:flex;width:100%}.mobile-nav.visible{background:#fffffff2;flex-direction:column;gap:2rem;height:100vh;justify-content:flex-start;left:0;padding-top:4rem;position:fixed;z-index:999}.mobile-nav a,.mobile-nav.visible{color:#000;font-size:1.5rem;text-decoration:none}.mobile-nav a{animation:fadeInItem .4s ease forwards;opacity:0;transform:translateY(-10px)}.mobile-nav a:first-child{animation-delay:.05s}.mobile-nav a:nth-child(2){animation-delay:.1s}.mobile-nav a:nth-child(3){animation-delay:.15s}}@keyframes fadeDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInItem{to{opacity:1;transform:translateY(0)}}.home-link{font-size:1rem;margin-top:auto}.home-container{align-items:center;animation:fadeIn .8s ease-in-out;display:flex;gap:1rem;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.home-text{flex:2 1;text-align:left}.portrait-photo{border-radius:50%;display:flex;flex:1 1;justify-content:flex-end;max-width:350px}.selected{font-size:3.5rem}.developer a{color:var(--color-main-blue);text-decoration:none}.developer a:hover{color:var(--color-hover-blue)}.designer a{color:var(--color-main-green);text-decoration:none}.designer a:hover{color:var(--color-hover-green)}.home-header{margin-top:5rem}.home-header,.home-header2{font-size:3rem;font-weight:bolder;text-align:left}.home-header2{margin-bottom:2rem}.home-content{font-size:1.5rem;text-align:left}@media (max-width:768px){.home-container{flex-direction:column;text-align:center}.home-image{justify-content:center;margin-top:1.5rem;width:100%}.portrait-photo{display:block;margin:0 auto}}.work-page{margin:0 auto;max-width:1100px;padding:3rem 2rem}.work-page h1{color:#1a1a1a;font-size:2rem;font-weight:600;margin-bottom:3rem;text-align:left}.work-section{margin-bottom:4rem}.work-section h2{border-bottom:.5px solid #e5e5e5;color:#999;font-size:.75rem;font-weight:500;letter-spacing:.1em;margin-bottom:1.5rem;padding-bottom:.5rem;text-transform:uppercase}.project-grid{grid-gap:12px;align-items:stretch;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.project-card{background:#fff;border:.5px solid #e8e8e8;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;gap:8px;height:100%;padding:14px 16px;transition:transform .15s ease,box-shadow .15s ease}.project-card:hover{box-shadow:0 6px 20px #00000012;transform:translateY(-2px)}.project-header{align-items:center;display:flex;gap:8px}.project-favicon{border-radius:4px;flex-shrink:0;height:16px;object-fit:contain;width:16px}.project-header h3{color:#1a1a1a;font-size:13px;font-weight:600;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-desc{color:#666;font-size:12px;line-height:1.5;margin:0}.project-tags{display:flex;flex-wrap:wrap;gap:4px}.tag{background:#f0f0f0;border-radius:20px;color:#666;font-size:10px;font-weight:500;letter-spacing:.04em;padding:2px 7px;text-transform:uppercase}.view-link{color:#aaa;font-size:11px;margin-top:auto;padding-top:4px;transition:color .15s ease}.project-card:hover .view-link{color:#1a1a1a}@media (max-width:768px){.project-grid{grid-template-columns:1fr 1fr}.work-page{padding:2rem 1.25rem}}@media (max-width:480px){.project-grid{grid-template-columns:1fr}}.design-page{animation:fadeInUp .8s ease-in-out;margin:0 auto;max-width:1400px;padding:2rem}.design-header{font-size:2rem;margin-bottom:2rem;text-align:left}.design-section{margin-bottom:3rem}.project-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:flex-start}.project-card{background:#f8f8f8;border-radius:10px;color:inherit;flex:1 1 260px;max-width:320px;padding:1rem;text-decoration:none;transition:.2s ease}.project-card:hover{transform:translateY(-4px)}.project-img{border-radius:10px;height:160px;margin-bottom:.75rem;object-fit:cover;width:100%}.about-container{align-items:flex-start;display:flex;gap:3rem;justify-content:space-between;margin:0 auto;max-width:1100px;padding:3rem 1.5rem}.about-page{animation:fadeInUp .8s ease-in-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.about-text{flex:2 1}.about-text h1{font-size:2.5rem;margin-bottom:1.5rem}.about-text p{color:#333;font-size:1.1rem;line-height:1.7;margin-bottom:1rem}.about-images{display:flex;flex:1 1;flex-direction:column;gap:1.5rem}.about-img{border-radius:16px;box-shadow:0 8px 20px #00000014;height:260px;max-width:260px;object-fit:cover;transition:transform .3s ease;width:100%}.about-img:hover{transform:translateY(-5px)}.home-link{margin-top:3rem;text-align:center}.home-link a{color:#5e503f;font-size:1rem;text-decoration:none}.home-link a:hover{text-decoration:underline}@media (max-width:768px){.about-container{align-items:center;flex-direction:column;text-align:left}.about-images{flex-direction:row;justify-content:center;width:100%}.about-img{height:140px;width:140px}}
/*# sourceMappingURL=main.e628f3aa.css.map*/