@font-face {
    font-family: 'WF Visual Sans';
    src: url('https://dhygzobemt712.cloudfront.net/Fonts/VF/WFVisualSansVF.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --viewport-height: 100svh;
    --navbar-height: 62px;
    --gap: 40px;
    --spark-size: 20px;
    --ff-sans: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
    --ff-serif: Georgia, Cambria, "Times New Roman", Times, serif;
    --ff-mono: ui-monospace, "Cascadia Mono", "Segoe UI Mono", "Liberation Mono", Menlo, Monaco, Consolas, monospace;
    --fontStack-sansSerif: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    --black-200: #424548;
    --green-400: #6ecf9c;
    --borderColor-default: #3d444d;
    --fgColor-muted: #9198a1;
    --borderWidth-thin: .0625rem;
    --borderRadius-full: 624.9375rem;
    --text-body-size-small: 0.75rem;
    --base-size-6: 0.375rem;
    --fgColor-accent: #4493f8;
    --bgColor-accent-muted: #388bfd1a;
    --topicTag-borderColor: #00000000;
    --fgColor-done: #ab7df8;
    --fgColor-danger: #f85149;
    --fgColor-closed: var(--fgColor-danger);
    --fgColor-success: #3fb950;
    --fgColor-open: var(--fgColor-success);
}

img.prefix__square-svg {
    display: block;
    position: absolute;
}
img.prefix__circle-svg {
    display: block;
    position: absolute;
}

img.aboutme-bg-1 {
    width: 50px;
    height: 50px;
    left: -8%;
    bottom: 20%;
}
img.aboutme-bg-2 {
    left: -15%;
    bottom: 70%;
}
img.aboutme-bg-3 {
    width: 100px;
    height: 100px;
    left: -38%;
    bottom: 30%;
}

.html {
    background-color: #000;
}

html, body {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: white;
    width: 100%;
    height: 100vh;
    height: 100svh;
    margin: 0;
    padding: 0;
    position: relative;
}

.two-col > div > h2 {
    margin-top: 0;
}

h2.has-subheadings {
    margin-bottom: 35px;
}

figure {
    margin: 0;
}
figcaption {
    font-size: 14px;
    text-align: center;
    margin-top: 4px;
}

#viewport-container {
    display: flex;
    flex-direction: column;
    height: 100vh;
    height: 100svh;
}

#image-atomizer {
    position: relative;
    width: 100%;
    height: calc(var(--viewport-height, 100vh) - var(--navbar-height));
    perspective: 1000px;
}

#nebula-element {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
canvas.atomizer {
    position: absolute;
    left: 0;
    top: 0;
}

.pin-spacer {
    
}

.atomizer-container {
    height: 100%;
}

header {
    background: #15171b;
    border-bottom: 1px solid #0348fa99;
}

nav.top-nav {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: visible;
}
.top-nav .nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 25px 10px;
}
.top-nav .nav a.nav-menu-link span {
    display: none;
}
.top-nav .nav a.nav-menu-link {
    display: flex;
}
.top-nav .nav a {
    color: #f0f6fc;
    font-family: var(--ff-sans);
}
.top-nav .nav a:hover {
    color: white;
    text-decoration: none;
}

.nav-menu-button {
    display: none;
    position: relative;
    width: 30px;
    height: 25px;
}
.nav-menu-button span {
    width: 100%;
    height: 5px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    left: 0;
    transition: .25s ease-in-out;
}
.nav-menu-button span:nth-child(1) {
   top: 0px; 
}
.nav-menu-button span:nth-child(2),
.nav-menu-button span:nth-child(3) {
    top: 10px;
}
.nav-menu-button span:nth-child(4) {
    top: 20px;
}

.nav-menu-button.open span:nth-child(1),
.nav-menu-button.open span:nth-child(4) {
    top: 10px;
    width: 0%;
    left: 50%;
}
.nav-menu-button.open span:nth-child(2) {
    transform: rotate(45deg);
}
.nav-menu-button.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.logo {
    font-size: 22px;
}

.page-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

#intro {
    color: white;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 20px;
    z-index: 1;
    pointer-events: none;
}

#intro * {
    text-shadow: 1px 1px 2px black;
}

.name {
    font-size: 98px;
    text-transform: uppercase;
    opacity: 1;
    visibility: hidden;
}

.title {
    font-size: 36px;
    opacity: 1;
    visibility: hidden;
}

.description {
    margin-top:40px;
    font-family: sans-serif;
    font-size: 22px;
    font-weight: 400;
    opacity: 1;
    visibility: hidden;
}

.typewriter-text {
    position: absolute;
    top: 200px;
    left: calc((100% - 731px) / 2);
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 28px;
}

section:not(#image-atomizer,#intro) {
    position: relative;
    font-family: 'WF Visual Sans', sans-serif;
    line-height: 1.5;
    font-weight: 300;
    font-size: 18px;
    color: #ececec;
    padding: 50px 0 60px;
    background: #000000;
    background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(21, 23, 27, 1) 100%);
}

section#about-me {
    box-shadow: 0px -1px 5px 0px #000000;
}

#nebula-element canvas:last-child {
    box-shadow: inset 0px 5px 7px 1px #000000;
}

.two-col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: var(--gap);
}

.two-col.left-text > div:first-child, .two-col.right-text > div:last-child {
    flex: 0 0 calc(60% - (var(--gap) / 2));
}

.two-col.left-text > div:last-child, .two-col.right-text > div:first-child  {
    flex: 0 0 calc(40% - (var(--gap) / 2));
    overflow: visible;
}
.grid-row-span-2 {
    grid-row: span 2;
}
.grid-two-col {
    display: grid;
    grid-template-columns: calc(60% - (var(--gap) / 2)) calc(40% - (var(--gap) / 2));
    grid-gap: var(--gap);

}

.interactive-image {
    position: relative;
}

.interactive-image .main-image {
    position: relative;
}

.interactive-image .frames-container, .interactive-image .frames-container img {
    position: absolute;
    width: 100%;
    Left: 0;
    top: 0;
}

.interactive-image .frames-container.searching-eyes-frames {
    top: 39.3%;
}
.interactive-image .frames-container.typing-hands {
    top: 53.3%;
}

.click-sound-elem {
    position: absolute;
    visibility: hidden;
}

.light-switch-container, .light-switch-container img {
    position: absolute;
    width: 100%;
    Left: 0;
    top: 0%;
}

.light-switch-container {
    top: 30%;
}

.interactive-image .frames-container img {
    visibility: hidden;
}

.interactive-image .frames-container img:last-child {
    visibility: visible;
}

.challenge-complete-text {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: 500;
    line-height: 1;
    color: #00c903;
    position: absolute;
    top: 1%;
    left: 0.8%;
    z-index: 1;
    text-shadow: 1px 1px 2px #000;
}

#searching-bugs .challenge-complete-text {
    top: 18.5%;
}

.challenge-complete-text span {
    display: inline-block;
    font-size: 22px;
    transform-origin: left center;
}
.challenge-complete-text span.check {
    font-size: 28px;
}

.glow-light {
    display: block;
    position: absolute;
    width: 550px;
    height: 550px;
    top: 50%;
    left: 50%;
    transform: translate( -15%, -60%);
    background-image: radial-gradient(circle at center, rgba(228, 206, 168, 0.8) 0%, rgba(255, 254, 253, 0) 85%);
    filter: blur(90px);
    z-index: -1;
    transition: opacity 0.3s ease;
    opacity: 0;
}

#about-me-image.interactive-image {
    max-width: 600px;
}

.light-on-container, .coffee-cup-container, img.click-me-img {
    position: absolute;
    pointer-events: none;
}

#about-me-image img.click-me-img {
    display:block;
    top: 20%;
    left: 86%;
}

.light-on-container {
    top: 36.6%;
}

.light-on-container > img {
    visibility: hidden;
}

.coffee-cup-container {
    width: 100%;
    aspect-ratio: 46000 / 4983;
    top: 53%;
}

.coffee-cup-container img {
    position: absolute;
    width: 100%;
}
.coffee-cup-container img[data-id="2"],
.coffee-cup-container img[data-id="1"] {
    visibility: hidden;
}
.coffee-cup-container img[data-id="1"] {
    transition: filter 0.2s ease-in-out;
}

.coffee-cup-container img[data-id="1"].hover {
    filter: drop-shadow(0 0 7px rgba(255, 255, 255, .9));
}

#searching-bugs.interactive-image {
    max-width: 605px;
}

#searching-bugs img.click-me-img {
    top: 23%;
    left: 86%;
}

#searching-bugs .cone-light-container {
    position: absolute;
    left: 0;
    top: 0;
    overflow: visible
}

#searching-bugs .cone-light-container img {
    width: 100%;
    height: auto;
    visibility: hidden;
}

button.light-switch,
button.fan-switch,
button.coffee-cup-btn {
    display: block;
    position: absolute;
    cursor: pointer;
    z-index: 10;
    background: none;
    border: none;
    padding: 0;
}

#about-me-image button.light-switch {
    width: 5%;
    height: 5%;
    top: 26.5%;
    left: 84.5%;
    transform: rotateZ(-65deg);  
}

#about-me-image button.coffee-cup-btn {
    width: 8%;
    height: 7.5%;
    top: 54%;
    left: 13%;
}

.interactive-image-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.interactive-image-text {
    transform: scaleX(0);
    transform-origin: bottom left;
    overflow: hidden;
    background: #FFBB00;
    background: linear-gradient(90deg,rgba(255, 187, 0, 1) 0%, rgba(255, 187, 0, 0.62) 66%, rgba(255, 187, 0, 0) 100%);
}

.interactive-image-text .text {
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    opacity: 0;
    padding: 3px 5px;
    transform: translate(-200px, 0);
}

.interactive-image-text.white-bg {
    /* color: #000; */
    background: #474747;
    background: linear-gradient(90deg,rgba(71, 71, 71, 1) 0%, rgba(71, 71, 71, 0.62) 66%, rgba(71, 71, 71, 0) 100%);
}

#about-me-image .coffee-found-dialog,
#searching-bugs .searching-bugs-found-dialog {
    box-sizing: border-box;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 7px;
    font-size: 15px;
    -webkit-text-size-adjust: none;
    text-align: center;
    bottom: 0;
    left: 0;
    width: 42%;
    min-height: 22%;
    background: #1a1f23;
    border: 5px solid #a36533;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.7);
    border-radius: 3px;
    opacity: 0;
}
#searching-bugs .searching-bugs-found-dialog {
    min-height: 16%;
}

#about-me-image .coffee-found-dialog > .line3 {
    padding-top: 5px;
}
#searching-bugs .searching-bugs-found-dialog > .line3 {
    padding-top: 8px;
}

#searching-bugs button.light-switch {
    width: 4.2%;
    height: 6%;
    top: 30.5%;
    left: 81.5%;
}

#searching-bugs button.fan-switch {
    width: 4.4%;
    height: 6%;
    top: 30.5%;
    left: 86.6%;
}

.fan-dome-light-container {
    position: absolute;
    left: 0;
    top: 13.6%;
}

.fan-dome-light-container img {
    visibility: hidden;
}


img.responsive {
    width: 100%;
    max-width: 100%;
    height: auto;
}

canvas.draw {
    display: block;
}

.hover-me {
    position: absolute;
    top: 50%;
    left: 50%;
}

.hover-me img {
    display: block;
    opacity: 0;
    transform: translate(-309px, -223px) rotateZ(5deg);
    width: 100px;
    height: auto;
}

.the-bug {
    display:block;
    position: absolute;
    width: 45px;
    height: auto;
    top: 8%;
    left: 34%;
    cursor: pointer;
    transition: filter 0.2s ease-in-out;
    visibility: hidden;
}

.coffee-cup-container img[data-id="1"] {
    transition: filter 0.2s ease-in-out;
}

.the-bug:not(.squished):hover {
    filter: drop-shadow(0 0 7px rgba(255, 255, 255, .9));
}
 
img.click-me-twinkle {
    display: block;
    position: absolute;
    top: 28%;
    left: 84%;
    width: 20px;
    height: auto;
    transform: scale(0, 0);
    transform-origin: center center;
    pointer-events: none;
    opacity: 0.7;
}

.spark-positioner {
    position: absolute;
    top: 18.5%;
    left: 82%;
    height: 48px;
    width: 48px;
}

.spark {
    position: absolute;
    width: calc(var(--spark-size) * 2);
    height: calc(var(--spark-size) * 2);
    transform: rotate(-105deg);
}

.spark span {
    position: absolute;
    width: 2px;
    height: var(--spark-size);
    pointer-events: none;
    transform-origin: bottom;
    overflow:hidden;
    background: transparent;
    visibility: hidden;
    opacity: .5;
}

.spark span::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    background: #000;
    visibility: hidden;
}

.spark span::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    background: #fff;
    visibility: hidden;
}

.spark.animate span,
.spark.animate span::before,
.spark.animate span::after {
    visibility: visible;
}

.spark.animate span::after {
    animation: animate .5s ease-in 2 both;
}

img.cup-twinkle {
    display: block;
    position: absolute;
    width: 20px;
    height: auto;
    top: 53%;
    left: 18%;
    transform: scale(0, 0);
}
img.twinkle-shine {
    display: block;
    position: absolute;
    width: 20px;
    height: auto;
    top: -60%;
    left: -30%;
    transform: scale(0, 0);
}
.caption-arrow-forward {
    position: relative;
}
.caption-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
    margin-left: -25px;
}
.caption-icon {
    padding-top: 4px;
}
.caption-icon > svg {
    display: inline-block;
    filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.9));
}
.caption-text {
    max-width: 240px;
}

#github-profile-section {
    font-family: var(--fontStack-sansSerif);
}

#stack-overflow-profile-section {
    font-family: var(--ff-sans);
}

.profile-container {
    margin-bottom: 15px;
}

.profile-container, .profile-summary-container {
    color: #acb3b9;
}

.profile-user-container {
    display: flex;
    align-items: flex-start;
    column-gap: 10px;
}

.profile-logo-container {
    padding-bottom: 10px;
}
img.stack-logo {
    max-width: 176px;
}
.profile-user-image {
    max-width: 128px;
}
#github-profile-section .profile-user-image > img{
    border-radius: 50%;
}
.profile-user-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.profile-user-info h2,
.profile-user-info h3 {
    color: #dedede;
    margin: 0;
    line-height: 1;
    margin-bottom: 8px; 
}
.profile-user-info h2 {
    font-size: 24px;
    
}
.profile-user-info h3 {
    font-size: 18px;
    font-weight: 400;
}

.profile-detail-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    color: #acb3b9;
    margin: 0;
    padding: 0;
}
.profile-detail-list li {
    padding: 2px;
}

.profile-detail-list svg {
    fill: #acb3b9;
}

.d-flex {
    display: flex;
}
.fd-column {
    flex-direction: column;
}
.jc-space-between {
    justify-content: space-between;
}
.jc-space-around {
    justify-content: space-around;
}
.mb-0 {
    margin-bottom: 0;
}
.mt-5 {
    margin-top: 5px;
}
.mb-15 {
    margin-bottom: 15px;
}
.detail-item {
    column-gap: 4px;
}
.no-padding {
    padding: 0 !important;
}
.ps-absolute {
    position: absolute;
}
.profile-summary-container {
}
.profile-summary-container h3 {
    font-weight: 300;
    font-size: 20px;
    margin: 8px 0 3px;
    color: #dedede;
    padding: 0;
}
.summary-container {
    padding: 10px;
}
.summary-container.border {
    border: 1px solid #424548;
    border-radius: 7px;
}
.summary-container:not(.no-flex) {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile-summary-container.pull-requests-wrapper h3 {
    margin: 15px 0 2px;
    font-weight: 300;
    font-size: 14px;
}

.summary-item.dialog-style {
    flex: 1;
}
.summary-item-label {
    font-size: 12px;
}

.summary-container .dialog-style:first-child .summary-item-label {
    border-top-left-radius: 6px;
    border-left: 1px solid #424548;
}
.summary-container .dialog-style:last-child .summary-item-label {
    border-top-right-radius: 6px;
    border-right: 1px solid #424548;
}

.dialog-style .summary-item-label {
    border-bottom: 1px solid #3d444d;
    border-top: 1px solid #424548;
    background-color: #151b23;
    padding: 10px;
    font-weight: 500;
    color: #f0f6fc;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 4px;
}
.stack-label {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.summary-item-value {
    font-size: 30px;
    font-weight: 700;
    color: #dedede;
    text-align: center;
}
.summary-item-value span.top {
    font-size: 12px;
    vertical-align: super;
    padding-right: 4px;
}
.dialog-style .summary-item-value {
    border-bottom: 1px solid #3d444d;
    /* //font-size: 12px; */
    font-weight: 300;
    padding: 0 10px 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.dialog-style .summary-item-value .content.disabled {
    color: #656c76;
}
.summary-container .dialog-style:first-child .summary-item-value {
    border-bottom-left-radius: 6px;
    border-left: 1px solid #424548;
}
.summary-container .dialog-style:last-child .summary-item-value {
    border-bottom-right-radius: 6px;
    border-right: 1px solid #424548;
}

.dialog-style .summary-item-value .action {
    display: flex;
    justify-content: center;
}

.dialog-style .git-btn,
.nav .git-btn {
    display: inline-block;
    padding: 3px 12px;
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    border-radius: 6px;
    color: #f0f6fc;
    box-shadow: 0px 0px 2px 0px rgba(255,255,255,0.30);
    text-decoration: underline;
    text-decoration: none;
    transition: 80ms cubic-bezier(0.33, 1, 0.68, 1);
    transition-property: color, background-color, box-shadow;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 3px;     
}

.dialog-style .git-btn:hover,
.dialog-style .git-btn:active,
.nav .git-btn:hover,
.nav .git-btn:active {
    text-decoration: none;
    background-color: #212830;
    box-shadow: 0px 0px 2px 0px transparent;
}

.git-btn:disabled, .git-btn.disabled, .git-btn[aria-disabled=true] {
    color: #656c76;
}

.octicon {
    display: inline-block;
    overflow: visible !important;
    vertical-align: text-bottom;
    fill: currentColor;
}
.color-fg-done, .fgColor-done {
    color: var(--fgColor-done, var(--color-done-fg)) !important;
}
.color-fg-closed, .fgColor-closed {
    color: var(--fgColor-closed, var(--color-closed-fg)) !important;
}
.color-fg-open, .fgColor-open {
    color: var(--fgColor-open, var(--color-open-fg)) !important;
}
    
.reputation-graph {
    position: relative;
    font-size: 12px;
}
.profile-cards--graph {
    position: relative;
    overflow: hidden;
    width: 197px;
    height: 68px;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 13px, var(--black-200) -13px, var(--black-200) 21px);
    background-position: 0 -4px;
}
.reputation-graph ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#reputationGraph {
    width: 173px;
    height: 50px;
    margin-left: 30px;
}

.profile-cards--graph .line {
    stroke: var(--green-400);
    stroke-width: 2;
    fill: none;
}
.profile-cards--graph .overlay {
    fill: none;
    pointer-events: all;
}
.profile-links {
    margin-top:8px;
    display: flex;
    gap: 10px 20px;
    font-size: 14px;
    font-weight: 400;
}

.profile-links .profile-link-item {
    display: flex;
    align-items: center;
    gap: 2px;
    color: inherit;
}
.profile-links .profile-link-item svg.iconGlyphMd {
    padding-right: 3px;
}
.profile-links .profile-link-item svg.iconShareSm {
    fill: currentColor;
    fill: #acb3b9;
}

.profile-links .profile-link-item svg.octicon {
    fill: white;
}

svg.iconGhRepo {
    fill: none;
    padding: 0 2px 0 1px;
}

.profile-links a {
    transition: color 0.2s ease-in-out;
    color: #acb3b9;
}
.profile-links a:hover,
.profile-links a:active {
    text-decoration: none;
}
.profile-links a.stack-link:hover,
.profile-links a.stack-link:active {
    color: #E7700D;
}

svg.wordpress-svg,
svg.jetpack-svg {
    vertical-align: bottom;
}

img.automattic-org-icon {
    width: 24px;
    height: 24px;
    border-radius: 20%;
}

.gh-org-repo {
    font-size: 20px;
    color: #f0f6fc;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.repo-title-container {
    display: flex;
    align-items: center;
    gap: 5px;
}
.repo-description {
    font-size: 14px;
    margin: 4px 0 6px;
}

.Label--secondary {
    border-color: var(--borderColor-default);
    color: var(--fgColor-muted);
}
.Label, .label {
    border: var(--borderWidth-thin) solid var(--borderColor-default);
    border-radius: var(--borderRadius-full);
    display: inline-block;
    font-size: var(--text-body-size-small);
    font-weight: 500;
    line-height: 18px;
    padding: 0 var(--base-size-6);
    white-space: nowrap;
}

.justify-self-end {
    flex: 1;
    text-align: right;
}

.repo-note {
    font-size: 13px;
    margin-left: 5px;
}

.topic-tag-action, .delete-topic-button, .topic-tag {
    display: inline-block;
    padding: 0 7px;
    font-size: 12px;
    font-weight: var(--base-text-weight-medium, 500);
    line-height: 18px;
    white-space: nowrap;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 2em;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 22px;
    color: var(--fgColor-accent);
    background-color: var(--bgColor-accent-muted);
    border: var(--borderWidth-thin) solid var(--topicTag-borderColor, transparent);
}

.git-contribution-container {
    max-width: 700px;
    margin: 40px auto;
}

#git-contribution-slider {
    display: flex;
    gap: 3px;
}

.slider {
    position: relative;
    max-width: 100%;
    width: 100%;
}

.slider-viewport {
    position: relative;
    overflow: hidden;
    aspect-ratio: 179 / 35;
    width: 100%;
    height: auto;
}

.days {
    font-size: 11px;
}

.days-container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 80px;
    margin-top: 100%;
}

.days-container span {
    display: inline-block;
    line-height: 1;
}

#git-contribution-slider button {
    appearance: none;
    -webkit-appearance: none;
    background: none;
    border: none;
    padding: 0;
}



#git-contribution-slider .prev {
    left: 5px; 
}
#git-contribution-slider .next {
    right: 5px;

}

.prev,
.next {
    position: absolute;
    top: 46%;
    transform: translate(0, -50%) scale(1);
    background-color: black;
    border-radius: 50%;
    box-shadow: 0 0 4px 1px #000;
    opacity: .8;
    cursor: pointer;
    
}
.prev:hover,
.next:hover {
    transform: translate(0, -50%) scale(1.15);
}

.play-pause-btns {
    position: absolute;
    
}
.play, .pause {
    transition: transform 0.16s ease-in-out;
    opacity: .9;
}
.play:hover,
.pause:hover {
    transform: scale(1.15);
}

.slider-content {
    position: absolute;
    left: 0;
    top: 0;
}

.git-images {
    display: flex;
    align-items: flex-start;
}

.git-images > .slide {
    display: flex;
    flex-direction: column;
}

.git-images > .slide > img:not(:last-child) {
    background-color: #000;
}

.git-images > .slide > img:last-child {

}

.git-images > .slide:not(:first-child) {
    border-left: 1px solid #fff;
}

.year span {
    display: block;
    padding: 0 35px;
    font-size: 16px;
    font-weight: 700;
}

button.prev:disabled,
button.next:disabled {
    pointer-events: none;
    cursor: none;
    box-shadow: none;
}

button.prev:disabled > svg,
button.next:disabled > svg {
    opacity: .4;
}

.graph-legend {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 8px;
}

img.legend {
    aspect-ratio: 67 / 7;
    max-height: 14px;
    height: 100%;
    width: auto;
}

.play-pause-btns {
    position: relative;
    width: 25px;
    height: 25px;
}

.play-pause-btns button {
    position: absolute;
    top: 0;
    left: 0;
}

.play-pause-btns button.pause {
    visibility: hidden;
}

#referenced-svgs {
    display: none;
}

section#footer-top, section#footer-bottom {
    background: #15171b;
}
section#footer-top {
    border-top: 1px solid #666;
}
.copyright {
    text-align: center;
    font-size: 14px;
}

@keyframes animate {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(-100%);
    }
}

.square-svg {
    animation-name: spin;
    animation-duration: 12s;
    animation-iteration-count: infinite;
    transform-origin: center center;
  }
  .square-svg rect {
    animation-name: zoom-in-out;
    animation-duration: 8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    transform-origin: center center;
  }

  @keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
  }

  @keyframes zoom-in-out {
    0%   {transform: scale(1); opacity: 0; stroke-width: 4 }
    50%  {transform: scale(5); opacity: 1; stroke-width: 7 }
    100% {transform: scale(1); opacity: 0; stroke-width: 4 }
  }


@media (max-width: 1766px) {
    .hover-me img {
        transform: translate(-229px, -143px) rotateZ(5deg);
    }
}

@media (max-width: 1245px) {
    .page-container {
        overflow: hidden;
    }
}



@media (max-width: 1024px) {
    .two-col {
        flex-direction: column;
    }
    .two-col.left-text > div:last-child, .two-col.right-text > div:first-child  {
        order: 1;
    }
    .two-col.left-text > div:last-child, .two-col.right-text > div:first-child {
        flex: 1 1 auto;
        width: 100%;
        max-width: 600px;
    }
    .grid-two-col {
        grid-template-columns: auto;
    }
    .grid-row-span-2 {
        max-width: 600px;
        margin: 0 auto;
    }

    .spark-positioner {
        top: 21%;
        left: 83%;
    }
}

/* Mobile mode = < 700px */
@media (max-width: 700px) {
    #intro .name {
        font-size: 58px;
    }
    #intro .title {
        font-size: 21.5px;
    }
    #intro .description {
        font-size: 18px;
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
    }
    .hover-me img {
        transform: translate(-159px, -73px) rotateZ(5deg) scale(0.7);
    }
    .slider-viewport {
        aspect-ratio: unset;
        height: 131.67px;
    }
}

@media (max-width: 645px) {
    .two-col.left-text > div:last-child, .two-col.right-text > div:first-child {
        overflow: hidden;
    }
    .spark-positioner {
        top: 20%;
        left: 82%;
    }
}

@media (max-width: 500px) {
    .nav-menu-button {
        display: block;
    }
    .top-nav .nav ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        background: rgba(0, 0, 0, 0.8);
        position: absolute;
        right: 0;
        top: 59px;
        width: 0px;
        height: calc(100vh - 59px);
        z-index: 1;
        padding: 25px 0;
        border: 1px solid #333;
        overflow: hidden;
        transition: width .25s ease-in-out;
    }
    .top-nav .nav ul li a {
        display: flex;
        align-items: center;
        column-gap: 4px;
        text-decoration: none;
    }
    .top-nav .nav a.nav-menu-link span {
        display: inline;
    }
    .top-nav .nav .nav-menu-button.open + ul {
        padding-left: 15px;
        padding-right: 15px;
        width: 60%;
    }
    .nav .git-btn {
        padding: 0;
        font-size: inherit;
        line-height: inherit;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: unset;
        user-select: unset;
        border-radius: none;
        color: inherit;
        box-shadow: none;
        text-decoration: none;
        transition: unset
    }
    .hover-me img {
        transform: translate(-170px, -88px) rotateZ(5deg) scale(0.7);
    }
    #about-me-image .coffee-found-dialog,
    #searching-bugs .searching-bugs-found-dialog {
        font-size: 11px;
        padding: 3px 4px;
    }
    .challenge-complete-text {
        top: 0;
    }
    .challenge-complete-text span {
        font-size: 18px;
    }
    #searching-bugs .challenge-complete-text {
        top: 16.5%;
    }
    #stack-overflow-profile-section .summary-container {
        flex-direction: column;
        gap: 10px;
    }
    .summary-item-value {
        font-size: 28px;
    }
    .summary-item-value span.top {
        display: block;
        line-height: 1;
    }
    .caption-icon {
        padding-top: 5px;
    }
    .caption-icon > svg {
        display: inline-block;
        width: 20px;
        height: 8px;
        filter: drop-shadow(0px 0px 7px rgba(255, 255, 255, 0.7));
    }
    .grid-two-col {
        gap: calc(var(--gap) / 2);
    }
}

@media (max-width: 400px) {
    
    #intro .name {
        font-size: 44px;
    }
    #intro .title {
        font-size: 16px;
    }
    #intro .description {
        font-size: 16px;
        max-width: 280px;
        margin-top: 20px;
    }
    section:not(#image-atomizer,#intro) {
        padding: 30px 0 30px;
        font-size: 16px;
    }

    figcaption {
        font-size: 12px;
    }
    .hover-me img {
        transform: translate(-170px, -88px) rotateZ(5deg) scale(0.7);
    }
    img.click-me-img {
        transform: scale(0.7) translate(-10px, -5px);
    }
    .the-bug {
        width: 30px;
    }
    img.cup-twinkle {
        top: 52%;
        left: 17.5%;
    }
    .summary-container {
        flex-direction: column;
        gap: 10px;
    }
    .summary-item.dialog-style {
        width: calc(100% - 1px);
    }
    .summary-item.shipped .summary-item-label {
        border-top-right-radius: 6px;
        border-right: 1px solid #424548;
    }
    .summary-item.shipped .summary-item-value {
        border-bottom-right-radius: 6px;
        border-right: 1px solid #424548;
    }
    .summary-item.reviewed .summary-item-label {
        border-top-left-radius: 6px;
        border-left: 1px solid #424548;
    }
    .summary-item.reviewed .summary-item-value {
        border-bottom-left-radius: 6px;
        border-left: 1px solid #424548;
    }
    .rank {
        order: 2;
    }
    .rank .stack-label {
        padding-bottom: 5px;
    }
    .profile-detail-list {
        font-size: 11px;
    }
    .detail-item {
        column-gap: 2px;
    }
    .pronouns {
        display: none;
    }
}

@media (max-width: 350px) {
    .hover-me img {
        transform: translate(-170px, -120px) rotateZ(5deg) scale(0.7);
    }
    .spark-positioner {
        top: 14.5%;
        left: 79.5%;
    }

    #searching-bugs .searching-bugs-found-dialog {
        min-height: 18%;
    }

    #about-me-image .coffee-found-dialog .line3,
    #searching-bugs .searching-bugs-found-dialog .line3 {
        padding: 0;
    }

    img.cup-twinkle {
        top: 51.5%;
        left: 17%;
    }
    .repo-note {
        font-size: 11px;
    }
}


