.contact-section{background-color:#d4e7f8;padding:4rem 1.5rem;text-align:center}.contact-title{font-size:2rem;font-weight:700;color:#1c1c1c;margin-bottom:1rem}.contact-text{font-size:1.1rem;color:#4b5563;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.contact-links{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.contact-links a{background-color:#397bb8;color:white;padding:.6rem 1.2rem;border-radius:9999px;text-decoration:none;font-weight:500;transition:background-color .2s ease}.contact-links a:hover{background-color:#2c5d90}.education-section,.experience-section{padding:4rem 1.5rem;background-color:#f0f4f8;text-align:center}.education-section h2,.experience-section h2{font-size:2rem;font-weight:700;margin-bottom:2rem;color:#1c1c1c}.experience-grid{max-width:800px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:1.5rem}.experience-card{background-color:white;border-radius:12px;padding:1.5rem;box-shadow:0 6px 12px rgba(0,0,0,.08);text-align:left}.experience-card h3{font-size:1.25rem;color:#397bb8;margin-bottom:.5rem}.experience-card .time{font-size:.9rem;color:#666;margin-bottom:.75rem}.timeline-section{background-color:#a4c8e4;color:#1c1c1c;padding:4rem 1.5rem}.timeline-title{font-size:2rem;font-weight:700;margin-bottom:3rem;text-align:center;letter-spacing:1px;color:#1c1c1c}.timeline-container{margin:0 auto;max-width:900px;border-left:3px solid #94a3b8}.timeline-container,.timeline-item{position:relative;padding-left:2rem}.timeline-item{margin-bottom:2.5rem}.timeline-icon{position:absolute;left:-38px;top:0;width:48px;height:48px;background-color:white;border-radius:50%;padding:5px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px rgba(0,0,0,.1)}.timeline-icon img{width:100%;height:auto;object-fit:contain;border-radius:50%}.timeline-content h3{font-size:1.25rem;font-weight:700;margin-bottom:.25rem;color:#1c1c1c}.timeline-content .company{font-weight:500;color:#397bb8;margin-bottom:.25rem}.timeline-content .time{font-size:.9rem;color:#4b5563;margin-bottom:1rem}.timeline-content ul{padding-left:1rem;list-style:disc;font-size:.95rem;line-height:1.6}.timeline-content li{margin-bottom:.5rem;color:#333}.divider{border-top:3px solid white;width:300px}.title{font-size:2.25rem;font-weight:700;margin-bottom:.5rem}@media screen and (max-width:500px){.title{font-size:18px;margin-top:.5rem;margin-bottom:.2rem}}.name{color:#397bb8}.typed-cursor{color:#397bb8;font-weight:700}.hero-section{min-height:100vh;background-color:#b2d5f0;color:#1c1c1c;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;text-align:center}.hero-avatar{width:160px;height:160px;border-radius:50%;background-image:url(/images/eric_uwizeye.JPG);background-size:cover;background-position:50%}.hero-divider{border-top:3px solid white;width:300px;margin:.5rem auto}.hero-subtitle{font-size:1.125rem;margin-bottom:1.5rem;max-width:500px}.tech-tags{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-bottom:1.5rem}.tech-tags span{background:white;color:#397bb8;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500}.hero-buttons a{margin:0 .5rem;padding:.5rem 1.25rem;border-radius:9999px;font-weight:600;text-decoration:none;transition:all .2s ease}.hero-buttons a:first-child{background-color:#397bb8;color:white}.hero-buttons a:last-child{border:1px solid #397bb8;color:#397bb8}.hero-buttons a:last-child:hover{background-color:#397bb8;color:white}.portfolio-section{padding:4rem 1.5rem;background-color:#e0effa;text-align:center}.portfolio-section h2{font-size:2rem;font-weight:700;margin-bottom:2rem;color:#1c1c1c}.portfolio-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:960px;margin:0 auto}.project-card{background-color:white;border-radius:12px;overflow:hidden;box-shadow:0 6px 12px rgba(0,0,0,.08);display:flex;flex-direction:column}.project-card img{width:100%;height:180px;object-fit:cover}.project-card .content{padding:1rem;flex:1;display:flex;flex-direction:column;align-items:center}.project-card h3{font-size:1.25rem;margin-bottom:.5rem;color:#397bb8}.project-card p{font-size:.95rem;margin-bottom:1rem;color:#333}.project-card a{display:inline-block;padding:.5rem 1rem;background-color:#397bb8;color:white;border-radius:9999px;text-decoration:none;font-weight:500;transition:background-color .2s ease;margin-top:auto}.project-card a:hover{background-color:#2c5d90}