.event{display:flex;flex-direction:column;border:5px solid #ffffff;border-radius:6px;padding:1.25rem;margin-left:1.75rem;margin-bottom:3.75rem;font-size:1.3rem;max-width:1350px;box-shadow:0 4px 12px #3b82f6;position:relative;background-color:#0d1b2a}.event h1{font-size:2.25rem;font-weight:700;margin-bottom:.75rem}.event i{white-space:nowrap}.event h3{font-style:italic;margin-bottom:1.25rem;font-size:1.25rem;color:#c8d3e7}.event section{display:flex;flex-direction:column;margin-bottom:.75rem;gap:.5rem}.event section h2{font-weight:700;text-transform:capitalize}.event section p{text-transform:capitalize;color:#c8d3e7;line-height:1.4}.event:before{top:2.2rem;left:-2.85rem;height:20px;width:20px;background-color:#ffffff;border-radius:100%}.event:after,.event:before{content:"";position:absolute}.event:after{top:2.65rem;left:-2.25rem;width:2.25rem;height:5px;background:#fff}@media (min-width:640px){.event{font-size:1.75rem}.event h3{font-size:2rem}.event section{margin-bottom:1.25rem}}@media (min-width:1024px){.event{margin-left:3.5rem}.event section{flex-direction:row;align-items:baseline;gap:.75rem}.event:before{left:-4.55rem}.event:after{left:-3.8rem;width:3.8rem}}@media (min-width:2048px){.event{max-width:52vw}}#honors>div{text-align:left;display:flex;flex-direction:column;justify-content:center;align-items:start;gap:10vw}#honors ul{border:5px solid white;border-radius:15px;box-shadow:-1px 4px 12px #3b82f6;padding:1rem;background-color:#0d1b2a}#honors h1{text-align:center;font-size:2.5rem;margin-bottom:2rem;text-shadow:0 0 16px #3b82f6}#honors li{font-size:1.5em;min-height:125px;width:100%;list-style-type:disc;margin-left:20px;padding-right:20px}@media (min-width:1024px){#honors>div{flex-direction:row}#honors li{font-size:1.75rem}}.projectPopup{position:fixed;top:0;left:0;width:100vw;height:100vh;padding-right:1em;background-color:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;z-index:1000}@media (min-width:640px){.projectPopup{padding-right:0}}.projectBox{background-color:#0d1b2a;border-radius:1rem;border-width:5px;border-color:#000000;padding:2rem;max-width:1200px;width:90%;max-height:800px;height:80%;color:white;box-shadow:0 0 12px #3b82f6;text-align:center;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.projectBox h1{margin-left:1rem;margin-top:1rem;font-size:2.25rem;font-weight:700;white-space:nowrap;text-shadow:0 0 16px #3b82f6}.projectBox p{font-size:1.15rem;text-align:left;text-indent:2rem;margin:2rem 0}@media (min-width:1024px){.projectBox h1{font-size:3rem}.projectBox p{font-size:1.3rem}}.projectBox button{align-self:center;color:rgb(243,244,246);text-transform:capitalize;text-shadow:0 0 16px #2b82f6;font-size:1.5rem;line-height:2rem;padding:0 1.25rem;backdrop-filter:blur(12px);background-color:rgba(255,255,255,.15);box-shadow:0 10px 15px -3px rgba(0,0,0,.2),0 4px 6px -4px rgba(0,0,0,.2);border:1px solid rgba(255,255,255,.2);border-radius:.5rem;transition:transform .2s,box-shadow .2s,background-color .2s;overflow:hidden;max-height:33px;cursor:pointer}.projectBox button:hover{transform:scale(1.05) translateY(-.1rem);background-color:#3b82f6;box-shadow:0 0 8px 1px #3b82f6}.derivative-output{max-height:8rem;overflow-y:auto;width:100%;margin-bottom:1rem;word-break:break-word;background:rgba(255,255,255,.05);border-radius:.5rem;padding:.5rem 1rem;box-sizing:border-box}Link{font-weight:700;cursor:pointer}Link:hover{text-shadow:0 0 16px #3b82f6}.projectCard{display:flex;flex-direction:column;background-color:#0d1b2a;border:5px solid #ffffff;border-radius:1rem;box-shadow:-2px 6px 12px #3b82f6;padding:1.5rem;max-width:450px;height:500px;transition:transform .3s ease-out,box-shadow .3s ease-out;row-gap:10px;cursor:pointer}.projectCard:hover{transform:scale(1.05);box-shadow:0 0 25px #3b82f6}.projectCard h1{font-size:2rem;font-weight:700;margin-bottom:.5rem;white-space:nowrap;display:flex;justify-content:space-between}.projectCard p{color:#d1d5db;font-size:1.25rem;line-height:1.5;margin-bottom:1rem;min-height:75px}.projectImgWrapper{width:100%;height:180px;display:flex;align-items:center;justify-content:center}.projectCard img{max-height:100%;max-width:100%;object-fit:contain}.projectIcon{transition:transform .2s,box-shadow .2s;border-radius:.3rem}.projectIcon:hover{transform:scale(1.2);box-shadow:0 0 16px 4px #3b82f6;background:#3b82f6;color:#fff}