*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;line-height:1.6;color:#333}header{background-color:#2c3e50;color:#fff;text-align:center;padding:60px 20px;height:300px}header h1{font-size:48px;margin-bottom:10px}section{max-width:1000px;margin:40px auto;padding:20px}h2{color:#2c3e50;margin-bottom:20px;font-size:32px}#project-container{display:flex;justify-content:space-between;flex-direction:column}.project-card{background-color:#f4f4f4;padding:20px;margin-bottom:20px;border-radius:8px}.project-card h3{color:#2c3e50;margin-bottom:10px}.header-button{background-color:#f5fffa;padding:10px;transition:width .4s ease,gap .4s ease,height .4s ease;width:50px;height:50px;overflow:hidden;display:inline-flex;align-items:center}.header-button .button-text{display:inline-flex;opacity:0;margin-left:5px;white-space:nowrap;transition:opacity .3s ease;justify-content:center;align-items:center;text-align:center}.header-button:hover{width:250px;height:55px}.header-button:hover .button-text{opacity:1}button:hover{opacity:.8}nav{background-color:#34495e;padding:15px 20px;position:sticky;top:0;z-index:100}.hamburger{width:30px;cursor:pointer}.hamburger span{display:block;width:100%;height:3px;background-color:#fff;margin:6px 0;transition:.3s}.nav-menu{list-style:none;background-color:#34495e;padding:20px;margin-top:0;border-radius:5px;display:none;position:absolute;top:50px;left:20px;min-width:200px;box-shadow:0 4px 6px #0000004d}nav:hover .nav-menu{display:block}.nav-menu li{margin:10px 0}.nav-menu li a{color:#fff;text-decoration:none;font-size:18px;padding:10px;display:block;border-radius:5px;transition:background-color .3s}.nav-menu li a:hover{background-color:#2c3e50}#headshot-container{height:250px;width:250px;display:flex;margin:0 auto}#headshot-container img{width:200px;height:200px;object-fit:cover;border-radius:50%}.body-section:hover{opacity:.8;transition:background-color .5s ease,color .5s ease,opacity .5s ease,border-radius 1s ease;background-color:#2c3e50;color:#fff;border-radius:10px}.body-section:hover h2{color:#fff;transition:color .5s ease}.project-card-text{color:#000}.thesis-expansions{padding:20px;border:3px solid black;border-radius:5px}.body-section:hover .thesis-expansions{background-color:#fff;border-radius:5px}.body-section:hover .thesis-expansions{color:#2c3e50}details summary{transition:margin .5s ease-out}details[open] summary~*{animation:sweep .5s ease-in-out;margin-bottom:10px}@keyframes sweep{0%{opacity:0;margin-left:-10px}to{opacity:1;margin-left:0}}.back-button{background-color:#00f;margin:20px}#AI-admin-prompt{color:#fff}
