* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: #000000 !important;
  color: #fff;
  font-family: "Google Sans Code", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "MONO" 1;
  overflow-x: hidden;
}

#backgroundAnimation {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
#backgroundAnimation canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  mix-blend-mode: screen;
}

#mainNav {
  min-height: 3.5rem;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  transition: background-color 0.2s ease, padding 0.2s ease, border-color 0.2s ease;
}

#mainNav .navbar-brand {
  color: #fff;
  font-family: "Nabla", "Google Sans Code", sans-serif;
  font-size: 1.35rem;
  transition: transform 0.2s ease;
}

#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.75rem;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

#mainNav .nav-link {
  color: rgba(255, 255, 255, 0.75);
  padding: 1.5rem 1rem;
  transition: color 0.2s ease;
}

#mainNav .nav-link:hover,
#mainNav .nav-link:focus {
  color: #fff;
}

#mainNav .nav-link.active {
  color: #fff;
}

#mainNav.navbar-shrink {
  background: rgba(0, 0, 0, 0.92);
  border-bottom-color: rgba(100, 161, 157, 0.4);
}

#mainNav.navbar-shrink .navbar-brand {
  transform: scale(0.94);
  transform-origin: left center;
}

#mainNav.navbar-shrink .nav-link {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}

section[id],
header[id] {
  scroll-margin-top: 5rem;
}

header.masthead {
  background: linear-gradient(180deg, rgba(52, 69, 143, 0.46) 0%, rgba(118, 75, 162, 0.46) 58%, rgba(15, 15, 15, 0.6) 100%);
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
header.masthead h1 {
  font-family: "Pixelify Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
}
header.masthead h2 {
  font-family: "Google Sans Code", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "MONO" 1;
  font-size: 1.25rem;
}
.masthead-symbol {
  display: block;
  width: min(170px, 42vw);
  height: auto;
  margin-bottom: 1.15rem;
}

.masthead-logo {
  display: block;
  width: min(760px, 88vw);
  height: auto;
}

.btn-primary {
  color: #fff;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 1rem 1.65rem;
}

.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  background-color: #4e8985;
  border-color: #4e8985;
}

main,
.footer {
  position: relative;
  z-index: 2;
}

.about-section {
  padding: 10rem 0;
  background-color: rgba(15, 15, 15, 0.6) !important;
}

.projects-section {
  padding: 8rem 0;
}

.projects-section.bg-black {
  background-color: #000;
}

#skills {
  --skills-electric-color: #64d6ff;
  --skills-electric-light: #d6f6ff;
  --skills-electric-soft: rgba(100, 214, 255, 0.28);
  --skills-electric-edge-height: 5rem;
  background-color: #121b1f;
  position: relative;
  isolation: isolate;
  overflow: visible;
}

#skills > .container {
  position: relative;
  z-index: 1;
}

.skills-nav-wrap {
  background: linear-gradient(165deg, rgba(10, 25, 35, 0.92), rgba(4, 14, 22, 0.9));
  border: 1px solid rgba(100, 214, 255, 0.28);
  border-radius: 16px;
  padding: 1.25rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.skills-nav-label {
  color: rgba(204, 244, 255, 0.86);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
}

.skills-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}

.skills-nav-btn {
  width: 100%;
  border: 1px solid rgba(100, 214, 255, 0.32);
  border-radius: 10px;
  background: rgba(10, 22, 30, 0.72);
  color: rgba(220, 248, 255, 0.92);
  font-family: inherit;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  text-align: left;
  padding: 0.72rem 0.82rem;
  transition: border-color 130ms ease, background-color 130ms ease, color 130ms ease, transform 130ms ease, box-shadow 130ms ease;
}

.skills-nav-btn:hover,
.skills-nav-btn:focus-visible {
  border-color: rgba(100, 214, 255, 0.82);
  color: #f2fcff;
  background: rgba(17, 46, 62, 0.86);
  transform: translateX(3px);
  box-shadow: 0 0 0 2px rgba(100, 214, 255, 0.14);
  outline: none;
}

.skills-nav-btn.is-active {
  border-color: rgba(100, 214, 255, 0.95);
  background: linear-gradient(135deg, rgba(27, 71, 92, 0.92), rgba(20, 49, 67, 0.95));
  color: #ffffff;
  box-shadow: 0 0 0 1px rgba(100, 214, 255, 0.2), 0 8px 18px rgba(0, 0, 0, 0.26);
}

.skills-cube-shell {
  position: relative;
}

.skills-cube-wrapper {
  --skills-cube-lift: 0px;
  --skills-cube-scale: 1;
  width: min(86vw, 560px);
  height: min(86vw, 560px);
  margin: 0 auto;
  position: relative;
  transform: translateY(var(--skills-cube-lift)) scale(var(--skills-cube-scale));
  transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
  filter: drop-shadow(0 32px 56px rgba(0, 0, 0, 0.55));
  cursor: grab;
}

.skills-cube-wrapper.is-active {
  cursor: grabbing;
}

#skills-cube-host,
#skills-cube-gl {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

#skills-cube-gl {
  pointer-events: none;
  z-index: 2;
}

#skills-face-templates {
  display: none;
}

.skills-cube-face {
  width: 100%;
  height: 100%;
  border-radius: 14px;
}

.skills-cube-card.feature-card {
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 14px;
  border: 1px solid rgba(100, 214, 255, 0.9);
  background:
    radial-gradient(circle at 22% 15%, rgba(65, 216, 123, 0), transparent 52%),
    linear-gradient(155deg, rgba(7, 14, 12, 0.95) 0%, rgba(11, 24, 18, 0) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(100, 214, 255, 0.14),
    0 20px 44px rgba(0, 0, 0, 0.46);
  color: #e7ffee;
  padding: clamp(1rem, 2.2vw, 1.6rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.skills-cube-card.feature-card .feature-title {
  color: #7affab;
  letter-spacing: 0.16em;
  font-size: 0.76rem;
  text-shadow: 0 0 16px rgba(100, 214, 255, 0.3);
}

.skills-cube-card.feature-card p {
  color: rgba(220, 255, 232, 0.9);
  line-height: 1.7;
  margin: 0;
}

.skills-cube-cap {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  border: 1px solid rgba(100, 214, 255, 0.24);
  background:
    radial-gradient(circle at 45% 35%, rgba(100, 214, 255, 0.2), transparent 58%),
    linear-gradient(160deg, rgba(7, 15, 12, 0.9), rgba(9, 19, 16, 0.98));
}

.skills-cube-fallback {
  display: none;
  margin-top: 1.5rem;
}

.skills-cube-wrapper.is-fallback {
  display: none;
}

.skills-cube-wrapper.is-fallback + #skills-face-templates + .skills-cube-fallback {
  display: flex;
}

@media (max-width: 991.98px) {
  .skills-nav-wrap {
    margin-bottom: 0.5rem;
  }

  .skills-nav-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .skills-nav-btn {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .skills-cube-wrapper {
    width: min(92vw, 420px);
    height: min(92vw, 420px);
  }

  .skills-nav-list {
    grid-template-columns: 1fr;
  }

  .skills-nav-btn {
    text-align: left;
  }
}

@media (max-width: 575.98px) {
  .skills-cube-wrapper {
    display: none;
  }

  .skills-nav-wrap {
    padding: 1rem;
  }

  .skills-cube-fallback {
    display: flex;
  }
}

.skills-cube-wrapper.is-fallback ~ .skills-cube-fallback {
  display: flex;
}

.skills-electric-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

.skills-electric-edge {
  position: absolute;
  left: 0;
  width: 100%;
  height: var(--skills-electric-edge-height);
  pointer-events: none;
  z-index: 2;
}

.skills-electric-edge-top {
  top: -1px;
}

.skills-electric-edge-bottom {
  bottom: -1px;
}

.skills-electric-edge .skills-electric-border-outer,
.skills-electric-edge .skills-electric-main,
.skills-electric-edge .skills-electric-glow-1,
.skills-electric-edge .skills-electric-glow-2,
.skills-electric-edge .skills-electric-overlay-1,
.skills-electric-edge .skills-electric-overlay-2,
.skills-electric-edge .skills-electric-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.skills-electric-edge-top .skills-electric-border-outer,
.skills-electric-edge-top .skills-electric-main,
.skills-electric-edge-top .skills-electric-glow-1,
.skills-electric-edge-top .skills-electric-glow-2 {
  border-top: 2px solid transparent;
}

.skills-electric-edge-bottom .skills-electric-border-outer,
.skills-electric-edge-bottom .skills-electric-main,
.skills-electric-edge-bottom .skills-electric-glow-1,
.skills-electric-edge-bottom .skills-electric-glow-2 {
  border-bottom: 2px solid transparent;
}

.skills-electric-edge-top .skills-electric-border-outer,
.skills-electric-edge-top .skills-electric-main,
.skills-electric-edge-top .skills-electric-glow-1,
.skills-electric-edge-top .skills-electric-glow-2 {
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
}

.skills-electric-edge-bottom .skills-electric-border-outer,
.skills-electric-edge-bottom .skills-electric-main,
.skills-electric-edge-bottom .skills-electric-glow-1,
.skills-electric-edge-bottom .skills-electric-glow-2 {
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.skills-electric-edge-top .skills-electric-border-outer {
  border-top-color: rgba(100, 214, 255, 0.42);
  transform: translate(4px, 4px);
}

.skills-electric-edge-bottom .skills-electric-border-outer {
  border-bottom-color: rgba(100, 214, 255, 0.42);
  transform: translate(4px, -4px);
}

.skills-electric-edge-top .skills-electric-main {
  border-top-color: var(--skills-electric-color);
  filter: url(#skills-electric-displace);
}

.skills-electric-edge-bottom .skills-electric-main {
  border-bottom-color: var(--skills-electric-color);
  filter: url(#skills-electric-displace);
}

.skills-electric-edge-top .skills-electric-glow-1 {
  border-top-color: rgba(100, 214, 255, 0.58);
  filter: blur(1px);
}

.skills-electric-edge-bottom .skills-electric-glow-1 {
  border-bottom-color: rgba(100, 214, 255, 0.58);
  filter: blur(1px);
}

.skills-electric-edge-top .skills-electric-glow-2 {
  border-top-color: var(--skills-electric-light);
  filter: blur(4px);
}

.skills-electric-edge-bottom .skills-electric-glow-2 {
  border-bottom-color: var(--skills-electric-light);
  filter: blur(4px);
}

.skills-electric-edge .skills-electric-overlay-1,
.skills-electric-edge .skills-electric-overlay-2 {
  mix-blend-mode: overlay;
  transform: scale(1.04);
  background: none;
}

.skills-electric-edge-top .skills-electric-overlay-1,
.skills-electric-edge-top .skills-electric-overlay-2 {
  clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%);
}

.skills-electric-edge-bottom .skills-electric-overlay-1,
.skills-electric-edge-bottom .skills-electric-overlay-2 {
  clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 100%);
}

.skills-electric-edge .skills-electric-overlay-1 {
  opacity: 0;
  filter: blur(16px);
}

.skills-electric-edge .skills-electric-overlay-2 {
  opacity: 0;
  filter: blur(12px);
}

.skills-electric-edge .skills-electric-bg {
  z-index: -1;
  opacity: 0;
  transform: scale(1.05);
  filter: blur(30px);
  background: none;
}

.projects-section.bg-light {
  background-color: var(--paper) !important;
}

#portfolio {
  --portfolio-electric-color: #64d6ff;
  --portfolio-electric-light: #d6f6ff;
  --portfolio-electric-soft: rgba(100, 214, 255, 0.28);
  --portfolio-electric-edge-height: 5rem;
  background-color: rgba(255, 255, 255, 0.95) !important;
  position: relative;
  isolation: isolate;
  overflow: visible;
}

#portfolio > .container {
  position: relative;
  z-index: 1;
}

.portfolio-electric-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

.portfolio-electric-edge {
  position: absolute;
  left: 0;
  width: 100%;
  height: var(--portfolio-electric-edge-height);
  pointer-events: none;
  z-index: 2;
}

.portfolio-electric-edge-top {
  top: -1px;
}

.portfolio-electric-edge-bottom {
  bottom: -1px;
}

.portfolio-electric-edge .portfolio-electric-border-outer,
.portfolio-electric-edge .portfolio-electric-main,
.portfolio-electric-edge .portfolio-electric-glow-1,
.portfolio-electric-edge .portfolio-electric-glow-2,
.portfolio-electric-edge .portfolio-electric-overlay-1,
.portfolio-electric-edge .portfolio-electric-overlay-2,
.portfolio-electric-edge .portfolio-electric-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.portfolio-electric-edge-top .portfolio-electric-border-outer,
.portfolio-electric-edge-top .portfolio-electric-main,
.portfolio-electric-edge-top .portfolio-electric-glow-1,
.portfolio-electric-edge-top .portfolio-electric-glow-2 {
  border-top: 2px solid transparent;
}

.portfolio-electric-edge-bottom .portfolio-electric-border-outer,
.portfolio-electric-edge-bottom .portfolio-electric-main,
.portfolio-electric-edge-bottom .portfolio-electric-glow-1,
.portfolio-electric-edge-bottom .portfolio-electric-glow-2 {
  border-bottom: 2px solid transparent;
}

.portfolio-electric-edge-top .portfolio-electric-border-outer,
.portfolio-electric-edge-top .portfolio-electric-main,
.portfolio-electric-edge-top .portfolio-electric-glow-1,
.portfolio-electric-edge-top .portfolio-electric-glow-2 {
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
}

.portfolio-electric-edge-bottom .portfolio-electric-border-outer,
.portfolio-electric-edge-bottom .portfolio-electric-main,
.portfolio-electric-edge-bottom .portfolio-electric-glow-1,
.portfolio-electric-edge-bottom .portfolio-electric-glow-2 {
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.portfolio-electric-edge-top .portfolio-electric-border-outer {
  border-top-color: rgba(100, 214, 255, 0.42);
  transform: translate(4px, 4px);
}

.portfolio-electric-edge-bottom .portfolio-electric-border-outer {
  border-bottom-color: rgba(100, 214, 255, 0.42);
  transform: translate(4px, -4px);
}

.portfolio-electric-edge-top .portfolio-electric-main {
  border-top-color: var(--portfolio-electric-color);
  filter: url(#portfolio-electric-displace);
}

.portfolio-electric-edge-bottom .portfolio-electric-main {
  border-bottom-color: var(--portfolio-electric-color);
  filter: url(#portfolio-electric-displace);
}

.portfolio-electric-edge-top .portfolio-electric-glow-1 {
  border-top-color: rgba(100, 214, 255, 0.58);
  filter: blur(1px);
}

.portfolio-electric-edge-bottom .portfolio-electric-glow-1 {
  border-bottom-color: rgba(100, 214, 255, 0.58);
  filter: blur(1px);
}

.portfolio-electric-edge-top .portfolio-electric-glow-2 {
  border-top-color: var(--portfolio-electric-light);
  filter: blur(4px);
}

.portfolio-electric-edge-bottom .portfolio-electric-glow-2 {
  border-bottom-color: var(--portfolio-electric-light);
  filter: blur(4px);
}

.portfolio-electric-edge .portfolio-electric-overlay-1,
.portfolio-electric-edge .portfolio-electric-overlay-2 {
  mix-blend-mode: overlay;
  transform: scale(1.04);
  background: none;
}

.portfolio-electric-edge-top .portfolio-electric-overlay-1,
.portfolio-electric-edge-top .portfolio-electric-overlay-2 {
  clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%);
}

.portfolio-electric-edge-bottom .portfolio-electric-overlay-1,
.portfolio-electric-edge-bottom .portfolio-electric-overlay-2 {
  clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 100%);
}

.portfolio-electric-edge .portfolio-electric-overlay-1 {
  opacity: 0;
  filter: blur(16px);
}

.portfolio-electric-edge .portfolio-electric-overlay-2 {
  opacity: 0;
  filter: blur(12px);
}

.portfolio-electric-edge .portfolio-electric-bg {
  z-index: -1;
  opacity: 0;
  transform: scale(1.05);
  filter: blur(30px);
  background: none;
}

.section-title {
  margin-bottom: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 1.25rem;
  color: #f8f9fa;
}

.section-title.dark {
  color: #212529;
}

.feature-card {
  background-color: var(--ink-soft);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.25rem;
  padding: 1.25rem;
}

.feature-title {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
  color: #9ad1cd;
}

.project-card .card-header {
  background: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.project-card {
  background-color: #fff;
  color: #111;
}

#fun {
  background: transparent !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.glitch-fx {
  will-change: transform, filter;
}

.glitch-fx.is-glitching {
  animation: glitch-flicker 360ms steps(3, end) 1;
}

.glitch-fx:hover,
.glitch-fx:focus-within {
  animation: none !important;
  transform: none !important;
  filter: none !important;
}

@keyframes glitch-flicker {
  0% {
    transform: translate3d(0, 0, 0);
    filter: none;
  }
  15% {
    transform: translate3d(-4px, 2px, 0) skewX(-2.8deg);
    filter: hue-rotate(15deg) saturate(1.45) contrast(1.12);
  }
  35% {
    transform: translate3d(5px, -2px, 0) skewX(3deg);
    filter: hue-rotate(-16deg) saturate(1.55) contrast(1.15);
  }
  58% {
    transform: translate3d(-3px, 1px, 0) skewX(-1.8deg);
    filter: hue-rotate(9deg) saturate(1.3) contrast(1.08);
  }
  78% {
    transform: translate3d(2px, 0, 0);
    filter: contrast(1.12);
  }
  100% {
    transform: translate3d(0, 0, 0);
    filter: none;
  }
}

.terminal-wrap {
  overflow-x: auto;
  padding-bottom: 0.75rem;
}

.terminal-text {
  margin-top: 1rem;
  max-width: 62rem;
}

.terminal-link {
  color: #9ad1cd;
  text-decoration: none;
}

.terminal-link:hover,
.terminal-link:focus {
  color: #c4f1ed;
  text-decoration: underline;
}

.contact-section {
  padding: 5rem 0;
}

.contact-card {
  background-color: #14181c;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}

.contact-card hr {
  width: 3rem;
  border-color: var(--bs-primary);
  border-width: 0.2rem;
}

.contact-link {
  color: #9ad1cd;
  text-decoration: none;
}

.contact-link:hover,
.contact-link:focus {
  color: #c4f1ed;
}

.footer {
  padding: 2rem 0;
  background: #000;
}

/* Terminal styles */
.terminal-window-frame {
  width: min(1100px, calc(100vw - 54px));
  background-color: #000;
  display: inline-block;
  position: relative;
  padding: 29px 6px 6px 4px;
  background-image:
    url('img/terminal_promt_window/top-left-corner.png'),
    url('img/terminal_promt_window/top-right-corner.png'),
    url('img/terminal_promt_window/bottom-left-corner.png'),
    url('img/terminal_promt_window/bottom-right-corner.png'),
    url('img/terminal_promt_window/top-border.png'),
    url('img/terminal_promt_window/bottom-border.png'),
    url('img/terminal_promt_window/left-border.png'),
    url('img/terminal_promt_window/right-border.png');
  background-repeat:
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat,
    repeat-x,
    repeat-x,
    repeat-y,
    repeat-y;
  background-position:
    top left,
    top right,
    bottom left,
    bottom right,
    top left,
    bottom left,
    top left,
    top right;
  background-size: auto;
}

.terminal-window-frame::after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 64px;
  height: 64px;
  background: url('img/terminal_promt_window/c.gif') no-repeat center center;
  background-size: contain;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.terminal-window-frame.is-off::after {
  opacity: 0.95;
}

#terminalOuter {
  background-color: #000;
  font-family: Consolas, 'Courier New', monospace;
  max-width: 100%;
}

#terminal {
  background-color: #000;
  color: #f4f4f4;
  padding: 15px;
  border-radius: 0;
  width: min(800px, calc(100vw - 54px));
  height: 400px;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin-bottom: 10px;
}

#terminal::-webkit-scrollbar {
  display: none;
}

.output {
  margin-bottom: 5px;
  white-space: pre;
}

.input-line {
  display: flex;
  color: #f4f4f4;
  padding-left: 15px;
  gap: 5px;
  width: min(800px, calc(100vw - 54px));
}

.input-line.hidden {
  display: none;
}

#input {
  background-color: #000;
  color: #f4f4f4;
  border: none;
  outline: none;
  font-family: 'Courier New', monospace;
  font-size: 14px;
  flex: 1;
}

.hint {
  color: #00fc00;
}

.blue {
  color: #006aff;
}

.red {
  color: #ff3333;
}

@media (max-width: 991.98px) {
  #mainNav .nav-link {
    padding: 0.75rem 0;
  }

  #mainNav.navbar-shrink .nav-link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  header.masthead {
    padding: 0;
    min-height: 100vh;
  }

  .projects-section,
  .about-section {
    padding: 5rem 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .portfolio-electric-main,
  .portfolio-electric-glow-1,
  .portfolio-electric-glow-2,
  .portfolio-electric-overlay-1,
  .portfolio-electric-overlay-2,
  .portfolio-electric-bg,
  .glitch-fx,
  .glitch-fx.is-glitching {
    animation: none !important;
    transform: none !important;
    filter: none !important;
  }
}
