.nav-container{position:sticky;top:0;padding:1em 2em 2em;display:inline-flex;width:100%;background-image:linear-gradient(to top,rgba(30,0,62,.75),rgba(15,108,158,.75));z-index:1}.site-title{top:0;height:2em;min-height:2em;width:20em;color:wheat}.nav-links-container{margin-right:0;margin-left:auto}.nav-links{color:wheat;list-style-type:none}.nav-links li{float:right;text-underline-offset:0em;text-decoration:underline rgba(245,222,179,0);transition-property:text-underline-offset,text-decoration;transition-duration:.5s}.nav-links li a{padding:1em;height:100%}.nav-links .active{text-decoration:underline wheat;text-decoration-thickness:.2em;text-underline-offset:.5em}.nav-links li:not(.active):hover{text-decoration:underline wheat;text-decoration-thickness:.2em;text-underline-offset:.5em}body{height:100vh;margin:0;background-image:linear-gradient(315deg,rgb(30,0,62),rgb(23,0,53))}body.body-v2{background-image:url(/assets/windowsxpbackground-86316098.jpg);background-size:cover;background-position-y:0;background-position-x:0;background-repeat:repeat;overflow:hidden}.featured-project-container{background-color:#44000040;width:90%;height:50vh;border-radius:32px;border-width:10px;border-style:solid;border-color:#406;filter:drop-shadow(10px 20px 4px #00000080)}.featured-project-container iframe{position:absolute;right:0;top:0;height:100%;min-width:50%;border-top-right-radius:23px;border-bottom-right-radius:23px}.featured-project-container h2{width:50%;padding-left:.5em;padding-right:.5em;padding-top:.25em}.featured-project-container p{width:50%;padding-top:1em;padding-left:1em;padding-right:1em}.featured-project-container .technologies{position:absolute;height:4em;bottom:1em;left:1em}.featured-project-container .technologies img{margin-right:1em;width:4em;height:4em}h1{padding-bottom:.25em}p{line-height:1em}.main-container{color:#f5f5f5;margin:1em 0 10% 10%}.socials{width:3em;height:3em;margin-right:1em;margin-top:.5em;filter:invert(100)}.main-container h1{margin-top:1em}.default-link{color:#00f!important;text-decoration:underline!important}:root{--opacity-high: .6;--opacity-low: .3}.panel-container{width:max(27em,30%);margin:.5em 1em;position:relative;overflow:hidden;display:inline-block;aspect-ratio:16 / 9;border-radius:2em;transition-duration:.5s}.panel-container .title{color:#fff;position:absolute;top:.5em;left:1em;font-size:1.7em;font-weight:700;text-align:left;max-width:80%}.panel-container .github{position:absolute;width:2em;top:1em;right:1em;filter:invert(100);transition:width .25s}.panel-container .github:hover{width:2.5em}.panel-container .technologies{position:absolute;height:2em;bottom:1em;left:1em}.technologies img{margin-right:.5em;width:2em;height:2em}.panel-container .description{color:#fff;position:absolute;bottom:4em;opacity:0;text-align:left;font-size:1em;margin-left:1em;margin-right:1em;transition:opacity .5s}.panel-container:hover .description{opacity:1}.panel-container .bg-img{height:100%;left:0;opacity:var(--opacity-high);position:absolute;transition:opacity .5s,filter .5s}.panel-container:hover .bg-img{opacity:var(--opacity-low);filter:blur(4px)}.panel-container:hover{width:calc(max(27em,30%) + 2em);margin:0}.layout-container{width:min(115em,100%);margin:1em auto auto;column-gap:1em;text-align:center}.expanding-console-text a,a:link,a:visited,a:active{text-decoration:none;color:#fff}.expanding-console-text a:hover{text-decoration:underline white;color:#fff!important;cursor:pointer}.expanding-console-text .directory.unlocked:hover{cursor:zoom-in}.expanding-console-text .directory.locked:hover{cursor:zoom-out}.pop-up-link:hover{text-decoration:underline;cursor:pointer}:root{--window-light: rgb(255, 255, 255);--window-normal: rgb(233, 234, 214);--window-dark: rgb(116, 117, 107)}@font-face{font-family:WindowsCommandPrompt;src:url(/assets/Windows-Command-Prompt-54096e83.woff)}.intro-text{color:#fff;font-family:Poppins;background-color:#00000080;width:fit-content;margin-top:0}.window{position:absolute;margin-left:var(--xpos);margin-top:var(--ypos);padding:0;width:fit-content;min-width:max-content;font-size:2em;color:#fff;outline-style:solid;outline-width:4px;outline-offset:-6px;outline-color:var(--window-normal);border-style:solid;border-width:6px;border-color:var(--window-light) var(--window-dark) var(--window-dark) var(--window-light);display:flex;flex-direction:column}.window .header{min-width:max-content;padding-left:4px;padding-bottom:0;font-family:WindowsCommandPrompt,monospace;background-image:linear-gradient(90deg,darkblue,lightblue);border-bottom:2px solid var(--window-normal);-webkit-user-select:none;user-select:none}.window .header p{margin:1px}.window .header button{float:right;padding:0;margin:1px 0;background-color:var(--window-normal);border-color:var(--window-light) var(--window-dark) var(--window-dark) var(--window-light);line-height:calc(1.43em - 5px);font-size:.7em}.window .header .close{margin:1px 2px 1px 3px}.window .content{width:var(--width);height:var(--height);min-width:100%;min-height:max-content;font-family:WindowsCommandPrompt,monospace;background-color:#000;border-style:inset;border-width:2px;border-color:var(--window-normal);display:flex;flex-direction:column;overflow:auto;resize:both}.window.maximized .content{resize:none;min-width:var(--width);min-height:var(--height)}.window .content p{margin:0 4px}.window .content h1{margin:1em 4px 0;align-self:center}.window .content h3{margin:1em 4px 0}.window .content .tutorial{color:transparent;text-decoration:underline yellow;background:linear-gradient(90deg,rgb(127,255,127),yellow,rgb(127,255,127));background-size:200% auto;background-clip:text;-webkit-background-clip:text;animation:gradientanimation 2s linear infinite}.window .content .output{white-space:pre-line;height:100%}.window .content .output .expanding-console-text{line-height:1em;text-wrap-mode:nowrap}.window .popup-content{font-size:.8em;min-height:0}.window .popup-content p{margin:1em 4px 0}.window .popup-content .header-link{display:flex;font-size:1.25em;text-align:center;margin:.5em 0 0;justify-content:space-evenly}.window .popup-content a{color:#7fffd4}.window .popup-content a:hover{color:transparent;text-decoration:underline blue;background:linear-gradient(90deg,aquamarine,blue,aquamarine);background-size:200% auto;background-clip:text;-webkit-background-clip:text;animation:gradientanimation 2s linear infinite}.window .popup-content img{width:50%}.window .popup-content img.tall{max-width:40vh}.window .popup-content img.bordered{width:calc(50% - 8px);border-style:ridge;border-color:var(--window-normal)}.window .popup-content iframe{width:50%;aspect-ratio:16/9}.window .popup-content .left{float:left;text-align:left}.window .popup-content .left img,.window .popup-content .left iframe{margin-left:.25em;float:right}.window .popup-content .right{float:right;text-align:left}.window .popup-content .right img,.window .popup-content .right iframe{margin-right:.25em;float:left}.blink{animation-name:blink;animation-duration:1.05s;animation-iteration-count:infinite;opacity:1}.grabbed{cursor:grabbing}.ungrabbed{cursor:grab}@keyframes gradientanimation{0%{background-position:200% 50%}to{background-position:0% 50%}}@keyframes blink{49%{opacity:1}50%{opacity:0}99%{opacity:0}to{opacity:1}}
