html,body,#root{margin:0;padding:0;height:100%;background-color:#fffaf0;color:#5f6368;overflow-x:auto}html{scroll-behavior:smooth}h1,h2{font-family:Poppins,sans-serif}.App{font-family:Arial,sans-serif}*{scroll-behavior:smooth;scroll-margin-top:30px}#root{min-width:275px}.main-content{margin-left:35%;padding:20px;background-color:#fffaf0;color:#000;scroll-behavior:smooth;scroll-margin-top:200px}@media (max-height: 550px){.main-content{margin-left:0%;margin-top:100px}*{scroll-margin-top:150px}}@media (max-width: 850px){.main-content{margin-left:0%;margin-top:100px}*{scroll-margin-top:150px}}@media (max-width: 850px) and (max-height: 550px){.main-content{margin-left:0%;margin-top:100px}*{scroll-margin-top:150px}}@media (max-width: 650px){.main-content{margin-top:100px}}@media (max-width: 420px){.main-content{margin-top:100px}}.navbar{position:fixed;top:0;left:0;width:30%;height:100%;background-color:#7cb192;display:flex;flex-direction:column;align-items:left;padding-top:20px;z-index:100}.navbar-left{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0 20px}.navbar-title{color:#fffaf0;font-size:80px;margin-bottom:20px;text-align:left;overflow:hidden;margin-left:5%}.hamburger{display:none;flex-direction:column;justify-content:space-between;width:30px;height:22px;background:none;border:none;cursor:pointer;z-index:101;margin-right:20px}.hamburger span{height:3px;width:100%;background-color:#fff;border-radius:2px;transition:.3s ease}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.nav-links{display:flex;flex-direction:column;width:100%;transition:max-height .3s ease}.navbar ul{list-style:none;padding:0;width:100%}.navbar ul li{text-align:left;margin-left:10%;padding:10px}.navbar ul li a{text-decoration:none;font-size:25px;color:#fff}.navbar ul li a:hover{background-color:#575757}.thin-line{border:none;border-top:1px solid #A8D5BA;margin:15px 30px}.profile{display:flex}@media (max-width: 850px),(max-height: 550px){.navbar{position:fixed;top:0;left:0;width:100vw;box-sizing:border-box;overflow-x:hidden;height:auto;padding:10px 20px;flex-direction:column;align-items:flex-start;z-index:100}.navbar-title{font-size:40px;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:70%}.hamburger{display:flex}.nav-links{display:none;flex-direction:column;align-items:flex-start;width:100%;margin-top:10px}.nav-links.active{display:flex}.navbar ul li{margin-left:20px;padding:10px 0}.navbar ul li a{font-size:18px}.thin-line{display:none}html{scroll-behavior:smooth;scroll-padding-top:30%}}@media (max-width: 650px){.navbar-title{font-size:30px}}@media (min-width: 1800px){.navbar-title{font-size:80px}.navbar ul li a{font-size:30px}}#about{padding:10px 0}h2{margin-bottom:0}.content{display:flex;gap:50px;white-space:pre-line}.headshot{padding-right:5%}.styled-image{width:250px;height:250px;object-fit:cover;border-radius:10px;box-shadow:0 4px 10px #7cb192;transition:transform .3s ease,box-shadow .3s ease}@media (max-width: 1100px){.content{flex-direction:column;gap:25px;align-items:center}}#resume{margin-top:50px}.experience{background-color:#fffaf0;width:25%;min-width:200px;border-radius:12px;box-shadow:4px 6px 8px #7cb192;cursor:pointer;padding:20px;margin-bottom:20px;height:100%;transition:all .4s ease;display:flex;flex-direction:column;justify-content:center;overflow:hidden;position:relative}.resume-section{display:flex;flex-wrap:wrap;gap:24px;justify-content:flex-start}.experience:hover{transform:translateY(-3px);box-shadow:0 12px 24px #7cb192;transition:transform .3s ease,box-shadow .3s ease}.experience-header{text-align:center;color:#000}.experience-header h3{font-size:20px;margin:0}.experience-header p{font-size:14px;margin:5px 0 0}#languages{color:#7cb192;font-weight:700}.company-logo{width:100%;max-height:100px;object-fit:contain;margin:10px auto 0;display:block;transition:transform .3s ease}.experience:hover .company-logo{transform:scale(1.03)}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1000;display:flex;justify-content:center;align-items:center;animation:fadeIn .3s ease}.modal-content{background:#fff;border-radius:12px;padding:25px;width:90%;max-width:550px;position:relative;box-shadow:0 8px 24px #0003;animation:popUp .3s ease;white-space:pre-line;text-align:center}.modal-logo{width:80px;height:auto;object-fit:contain;margin-bottom:15px}.close-button{position:absolute;top:10px;right:15px;font-size:24px;background:transparent;border:none;cursor:pointer;color:#666}.modal-resp{font-size:14px;color:#444;margin-top:10px;white-space:pre-line}@keyframes popUp{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 550px){.experience{background-color:#fffaf0;width:25%;min-width:150px}}@media (max-width: 480px){.experience{width:20%;min-width:120px}.experience-header h3{font-size:16px;margin:0}.experience-header p{font-size:14px;margin:5px 0 0}}@media (max-width: 390px){.experience{width:20%;min-width:100px}.experience-header h3{font-size:14px;margin:0}.experience-header p{font-size:12px;margin:5px 0 0}}.project-row{display:flex;flex-direction:row;align-items:center;gap:20px;padding:20px 20px 20px 0;background-color:#fffaf0;border-radius:10px;transition:background-color .3s ease;cursor:pointer;overflow:hidden;position:relative}.project-row.reverse{flex-direction:row-reverse}.project-image{width:100px;height:auto;object-fit:contain;border-radius:10px;flex-shrink:0;transition:transform .3s ease}.project-text{flex:1;text-align:left;white-space:pre-line;display:flex;flex-direction:column;justify-content:center;transition:all .4s ease}.project-title h3{margin:0;font-size:20px;color:#000}.project-date p{margin:4px 0 0;color:#666;font-size:14px}.project-brief-description p{margin:0;color:#444;font-size:15px;transition:opacity .3s ease}.project-brief-description{max-height:0;opacity:0;overflow:hidden;margin-top:0;transition:all .3s ease}.projects-list{display:flex;flex-direction:column;gap:20px;padding-top:20px}#company-link{color:inherit}@media (min-width: 701px){.project-row:hover .project-text{align-items:flex-start;text-align:left}.project-row:hover .project-brief-description{max-height:500px;opacity:1;margin-top:10px;transition:all .4s ease}.project-row:hover .project-image{transform:scale(1.05)}}@media (max-width: 700px){.project-row{cursor:pointer}.project-brief-description.hide{max-height:0;opacity:0;margin-top:0}.project-brief-description.show{max-height:500px;opacity:1;margin-top:10px}}#contact{padding:10px 0}h4{color:#7cb192}.contact-form{display:flex;flex-direction:column;margin-top:20px;gap:10px;max-width:400px}.contact-form input,.contact-form textarea{padding:10px;font-size:1rem;border-radius:5px;border:1px solid #ccc}.contact-form button{background:#7cb192;color:#fff;border:none;padding:10px;font-size:1rem;cursor:pointer}.social-links{margin-top:20px;display:flex;flex-wrap:wrap;gap:20px}.tooltip{position:relative;display:inline-block;cursor:pointer;color:#7cb192}.tooltip .tooltiptext{visibility:hidden;width:max-content;max-width:250px;background-color:#333;color:#fff;text-align:center;border-radius:6px;padding:6px 10px;position:absolute;z-index:1;bottom:125%;left:50%;transform:translate(-50%);opacity:0;transition:opacity .3s;font-size:.8rem;white-space:nowrap}.tooltip:hover .tooltiptext{visibility:visible;opacity:1}.social-links a:hover{color:#7cb192}textarea{font-family:inherit}
