*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%}body{font-family:Outfit,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}a{color:inherit;text-decoration:none}ul,ol{list-style:none}:root{--color-primary: black;--color-muted: #747272;--color-bg: white;--font-primary: "Outfit", sans-serif;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-bold: 700;--text-sm: .875rem;--text-base: .9375rem;--text-md: 1.0625rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5625rem;--space-xs: .3125rem;--space-sm: .5rem;--space-md: .625rem;--space-lg: .9375rem;--space-xl: 1.25rem;--space-2xl: 1.875rem;--space-3xl: 2.5rem;--space-4xl: 3.125rem;--space-5xl: 5rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.mainContainer{max-width:700px;width:90%;margin:0 auto;padding:0 1rem;min-height:100vh}.headShotImage{animation:fadeInUp .6s ease forwards;margin-top:var(--space-3xl);margin-bottom:var(--space-xl);width:100px;aspect-ratio:1 / 1;object-fit:cover;object-position:top;border-radius:20px;border:2px solid white;box-shadow:0 3px 12px #000}.introHeader{width:75%;animation:fadeInUp .6s ease .1s forwards;opacity:0}.socialsContainer{display:flex;margin-top:var(--space-2xl);animation:fadeInUp .6s ease .3s forwards;opacity:0}.externalSourceImage{width:20px;height:20px;margin-right:var(--space-lg);transition:transform .3s ease}.externalSourceImage:hover{transform:translateY(-5px)}.subNav{display:flex;margin-top:var(--space-5xl);animation:fadeInUp .6s ease .4s forwards;opacity:0}.subNavTitles{font-family:var(--font-primary);font-weight:var(--font-weight-bold);font-size:var(--text-sm);cursor:pointer;width:80px;height:30px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.subNavTitles:hover{transform:translateY(-5px)}.subTabContainer{margin-top:var(--space-4xl);animation:fadeInUp .6s ease .5s forwards;opacity:0}.activePill{background-color:var(--color-primary);color:var(--color-bg);border-radius:15px}h1{font-family:var(--font-primary);font-weight:var(--font-weight-bold)}.introDescription p{width:75%;font-family:var(--font-primary);color:var(--color-muted);animation:fadeInUp .6s ease .2s forwards;opacity:0}.projectContainer{animation:fadeInUp ease .3s forwards}.projectSectionTab{width:100%;margin-bottom:var(--space-2xl);border-radius:10px;box-shadow:0 2px 10px #000}.projectContentContainer{padding:var(--space-2xl);width:100%;box-sizing:border-box}.projectName{margin-top:var(--space-2xl);font-family:var(--font-primary);font-weight:var(--font-weight-bold);font-size:var(--text-xl)}.projectMeta{margin-top:var(--space-sm);display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:var(--space-sm);font-family:var(--font-primary);font-size:var(--text-sm);color:var(--color-muted)}.projectRole{font-weight:var(--font-weight-regular)}.projectDates{font-weight:var(--font-weight-regular);white-space:nowrap}.projectDesc{margin-top:var(--space-2xl);font-family:var(--font-primary);font-weight:var(--font-weight-regular);font-size:var(--text-base);color:var(--color-muted)}.horizontalIcon{width:5rem}.projectImage{width:3rem;height:3rem;object-fit:contain}.amazonIcon{width:4rem;height:4rem}.skillsContainer{animation:fadeInUp ease .3s forwards}.skillCategory{font-family:var(--font-primary);font-weight:var(--font-weight-bold);font-size:var(--text-md);margin-bottom:var(--space-sm)}.skillTag{font-family:var(--font-primary);font-weight:var(--font-weight-regular);font-size:var(--text-base);display:inline-flex;align-items:center;gap:4px}.skillItems{padding-left:var(--space-xs)}.skillItems span{padding-right:var(--space-lg)}.skillRow{margin-bottom:var(--space-2xl)}.educationContainer{margin-top:var(--space-3xl);animation:fadeInUp ease .3s forwards}.educationSection{margin-top:var(--space-3xl);height:fit-content;border-bottom:1px solid var(--color-primary)}.educationSection div{margin-bottom:var(--space-2xl)}.sectionTitle{font-family:var(--font-primary);font-size:var(--text-2xl);font-weight:var(--font-weight-medium)}.universityDegree{font-family:var(--font-primary);font-size:var(--text-lg)}.universityDetails{font-family:var(--font-primary);font-size:var(--text-base);font-weight:var(--font-weight-regular);margin-top:var(--space-sm);display:flex;gap:var(--space-xl)}.courseworkItems{margin-top:var(--space-md);display:flex;flex-wrap:wrap;gap:var(--space-sm)}.courseworkTag{font-family:var(--font-primary);font-size:var(--text-base);font-weight:var(--font-weight-regular)}.activityRow{font-family:var(--font-primary);margin-top:var(--space-md)}.activityName{font-size:var(--text-md);font-weight:var(--font-weight-medium)}.activityDescription{font-size:var(--text-base);font-weight:var(--font-weight-regular);margin-left:var(--space-md)}.connectOuterContainer{display:flex;flex-direction:column;gap:var(--space-lg);margin-top:var(--space-3xl);animation:fadeInUp ease .3s forwards}.connectContainer{display:flex;align-items:center;text-decoration:none}.connectContainer img{width:20px;padding-right:var(--space-sm)}.connectName{font-family:var(--font-primary);font-size:var(--text-md);font-weight:var(--font-weight-medium);color:var(--color-primary)}.connectIcon{width:90px}@media(max-width:768px){.mainContainer{width:95%;padding:0 .75rem}.introHeader,.introDescription p{width:100%}.subNav{flex-wrap:wrap;gap:var(--space-sm);margin-top:var(--space-3xl)}.universityDetails{flex-direction:column;gap:var(--space-sm)}}@media(max-width:480px){.headShotImage{width:80px;margin-top:var(--space-2xl)}.subNav{margin-top:var(--space-2xl)}.subNavTitles{width:70px;font-size:.75rem}.subTabContainer{margin-top:var(--space-2xl)}.projectContentContainer{padding:var(--space-xl)}.projectName{margin-top:var(--space-xl);font-size:var(--text-lg)}.projectDesc{margin-top:var(--space-xl)}.sectionTitle{font-size:var(--text-xl)}.educationSection,.educationContainer,.connectOuterContainer{margin-top:var(--space-2xl)}}
