﻿*{box-sizing:border-box}:root{--grey: #505050;--black: black;--white: white;--off-white: #e2e2e2;--base-color: #000;--border: 1px solid #e2e2e2;--selection-background: rgba(0, 0, 0, 0.9);--selection-text: #FFF;--background-color: #FFF;--text-color: #111;--placeholder-color: var(--base-color);--link-color: var(--base-color);--code-background: white;--code-default: black;--code-color-1: #aaaaaa;--code-color-2: #ffffcc;--code-color-3: #F00000;--code-color-4: #F0A0A0;--code-color-5: #0000aa;--code-color-6: #4c8317;--code-color-7: #aa0000;--code-color-8: #000080;--code-color-9: #00aa00;--code-color-10: #888888;--code-color-11: #555555;--code-color-12: #800080;--code-color-13: #00aaaa;--code-color-14: #009999;--code-color-15: #aa5500;--code-color-16: #1e90ff;--code-color-17: #800000;--code-color-18: #bbbbbb}a{text-decoration:underline;display:inline-block;color:var(--link-color)}a:hover{scale:1.01;translate:0 -1px;transition:scale 100ms ease-in-out;transition:translate 80ms ease-in-out}img{user-select:none}header{z-index:9999;margin:0;position:fixed;width:100%;top:0;background-color:var(--background-color);display:flex;justify-content:center;border-block-end:1px solid var(--off-white)}header img{height:1.5rem;margin-block:5px;margin-block:.3rem;text-align:center}header a:hover{background-color:unset}footer{font-family:georgia,"times new roman",times,serif;margin-block-start:3rem;padding-inline:5%;padding-block-start:1rem;border-block-start:3px solid var(--grey)}footer a{display:inline-block}footer h2{margin:0}footer .logo{display:inline;width:min-content}footer .logo a{text-decoration:none}footer .logo a>h3{margin:0;font-style:italic;font-weight:100;color:var(--grey);font-size:.8rem;text-align:center}footer a>h2>img{height:2.5rem}footer .about{display:grid;grid-auto-flow:column;justify-content:space-between;grid-template-columns:repeat(auto-fit, minmax(clamp(0rem, 23rem, 100%), 1fr));grid-auto-flow:dense;gap:1rem;padding-block:1rem}footer .about p{font-family:Arial,Helvetica,sans-serif;margin:0}footer .about a:hover{translate:2px 0;scale:unset}footer .footer-link-arrow{display:inline-block;padding-inline-start:.2rem;transition:translate 300ms ease-in-out}footer .about>div:has(a:hover) .footer-link-arrow{translate:10px 0}footer .about>div:has(a:active) .footer-link-arrow{translate:30px 0;transition:translate 100ms ease-in-out}footer .nav-links{padding-block:1rem;border-block:2px solid var(--off-white)}footer nav ul{display:flex;flex-direction:row;flex-wrap:wrap;padding:0}footer nav li{list-style:none;display:block}footer nav li:not(:first-of-type)::before{content:"·";color:var(--grey);padding-inline:.3rem}.copyright-notice{padding-block:1rem;font-family:Arial,Helvetica,sans-serif;font-size:.8em;line-height:1.2;display:grid;justify-content:space-between;justify-items:start;gap:1rem}.copyright-notice-imgs{display:flex;flex-direction:row;gap:.1rem}.copyright-notice-imgs img{width:2rem}@media screen and (min-width: 505px){.copyright-notice{grid-auto-flow:column}}/*# sourceMappingURL=global.css.map */