*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@keyframes scanline {
  0% {
    top: 5%;
  }
  100% {
    top: 95%;
  }
}
@keyframes scanlineReverse {
  0% {
    top: 95%;
  }
  100% {
    top: 5%;
  }
}
.skew {
  animation: skew 4s linear;
}

@keyframes skew {
  0% {
    transform: skewX(0.25deg);
  }
  8% {
    transform: skewX(0.5deg) scale(1.0001);
  }
  15% {
    transform: skewX(0.3deg) skewY(-0.05deg);
  }
  30% {
    transform: skewX(0.3deg);
  }
  100% {
    transform: skewX(0.05deg);
  }
}
.fadeOut {
  animation: fadeOut 0.2s linear forwards;
  opacity: 1;
}

@keyframes fadeOut {
  0% {
    filter: blur(0);
    opacity: 1;
  }
  100% {
    opacity: 0;
    filter: blur(10px);
  }
}
.fadeIn {
  animation: fadeIn 0.2s linear forwards;
  opacity: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.fromLeft {
  opacity: 0;
  animation: fromLeft 0.5s 0.5s linear forwards;
}

@keyframes fromLeft {
  0% {
    opacity: 0;
    transform: translateX(-1000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fromRight {
  opacity: 0;
  animation: fromRight 0.5s 0.5s linear forwards;
}

@keyframes fromRight {
  0% {
    opacity: 0;
    transform: translateX(1000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.introFadeIn {
  animation: introFadeIn 0.5s linear forwards;
}

@keyframes introFadeIn {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.blur {
  animation: blur 0.5s linear forwards;
}

@keyframes blur {
  0% {
    filter: blur(0);
  }
  100% {
    filter: blur(10px);
  }
}
.introTitle {
  animation: introTitle 1.5s ease-out;
}

@keyframes introTitle {
  0% {
    opacity: 0;
    transform: translateY(-1000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.introDarkmode {
  opacity: 0;
  animation: introDarkmode 1s 2s ease-out forwards;
}

@keyframes introDarkmode {
  0% {
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.introAddEvent {
  opacity: 0;
  transform: translateX(-1000px);
  animation: introAddEvent 1s 1.5s ease-out forwards;
}

@keyframes introAddEvent {
  0% {
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.introFooter {
  opacity: 0;
  animation: introFooter 1s 1s ease-out forwards;
}

@keyframes introFooter {
  0% {
    transform: translateY(1000px);
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    filter: blur(0);
  }
}
.titleJump {
  display: inline-block;
  animation: titleJump 0.3s ease-in-out;
}

@keyframes titleJump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.cat1 {
  animation: cat1 0.5s ease-out;
}

@keyframes cat1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.cat2 {
  animation: cat2 0.5s ease-out;
}

@keyframes cat2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cat3 {
  animation: cat3 0.5s linear;
}

@keyframes cat3 {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(45deg);
  }
  40% {
    transform: rotate(-45deg);
  }
  60% {
    transform: rotate(45deg);
  }
  80% {
    transform: rotate(-45deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
.shake {
  animation: shake 0.3s linear;
}

@keyframes shake {
  0% {
    transform: translateX(10px);
  }
  25% {
    transform: translateX(-10px);
  }
  50% {
    transform: translateX(10px);
  }
  75% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(10px);
  }
}
:root {
  --background:black;
  --text:#ffb648;
  --text_shadow:rgba(255, 182, 72, 0.425);
  --lightGrey:rgb(218, 218, 218);
  --monitor:rgb(157, 156, 156);
  --screen:rgb(26, 26, 26);
  --monitor_shadow:rgba(36, 35, 35, 0.7);
  --scroll:rgba(255, 182, 72, 0.418);
  --scanline:rgb(255, 182, 72);
}

/*html[data-theme="light"] {

}

html[data-theme="dark"] {

}*/
.svgLight {
  transition: none;
  filter: invert(0%) sepia(0%) saturate(7456%) hue-rotate(122deg) brightness(91%) contrast(97%);
}

.svgDark {
  transition: none;
  filter: invert(88%) sepia(78%) saturate(6379%) hue-rotate(332deg) brightness(96%) contrast(110%);
}

.becodeLogoLight {
  filter: contrast(200%) brightness(150%) hue-rotate(180deg) invert(100%);
}

.becodeLogoDark {
  filter: contrast(200%) brightness(150%) hue-rotate(240deg) grayscale(0);
}

@font-face {
  font-family: "courierPrime";
  src: url("../fonts/CourierPrime-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "pressStart";
  src: url("../fonts/PressStart2P-Regular.ttf") format("truetype");
}
.flexCenterCenter {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.flexAroundCenter {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.flexBetweenCenter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.flexEndCenter {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.flexStartCenter {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.flexColumnCenterCenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flexColumnAroundCenter {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.flexColumnBetweenCenter {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.flexColumnBetweenStart {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.absoluteCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.absoluteTopLeft {
  position: absolute;
  top: 0;
  left: 0;
}

.backgroundCover, body {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pointer {
  cursor: pointer;
  transition: 0.3s;
}

main {
  height: auto;
  overflow-x: hidden;
  z-index: 100;
  position: relative;
  padding: 10px 20px 0 20px;
  width: 80%;
  height: 80%;
  background-color: var(--screen);
  border-radius: 2%/90%;
  box-shadow: 0 0 5px 10px var(--monitor_shadow);
  text-shadow: 0 0 10px var(--text_shadow);
}
@media only screen and (min-width: 1000px) {
  main {
    width: 85%;
    height: 85%;
  }
}
@media only screen and (min-width: 1450px) {
  main {
    width: 90%;
  }
}
main #main_header {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
main #main_header h3 {
  font-family: pressStart;
  font-size: 0.7rem;
  opacity: 0.8;
}
main #main_body h1 {
  font-family: pressStart;
  font-size: 4.5vw;
}
@media only screen and (min-width: 700px) {
  main #main_body h1 {
    font-size: 4vw;
  }
}
@media only screen and (min-width: 1000px) {
  main #main_body h1 {
    font-size: 3vw;
  }
}
main #main_body h2 {
  font-size: 1rem;
  margin-top: 60px;
}
main #main_body .article, main #main_body .article > p {
  margin-top: 10px;
}
main #main_body article .learnMoreLink {
  margin-top: 10px;
}
main #main_body p {
  font-size: 0.6rem;
}
main #main_body a {
  color: var(--text);
  font-size: 0.6rem;
}
main #main_body #body_footer {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
main #main_body #body_footer article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main #main_body #body_footer .svgSocial {
  cursor: pointer;
  margin-bottom: 5px;
  height: 50px;
  filter: invert(71%) sepia(31%) saturate(959%) hue-rotate(343deg) brightness(106%) contrast(101%) drop-shadow(0 0 10px var(--text_shadow));
}
main #main_body #body_footer .svgSocial:hover {
  transform: scale(110%);
}

#screen_texture {
  z-index: 20;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  filter: opacity(8%) grayscale(100%) contrast(75%);
}

.marginTop p {
  margin-top: 15px;
}

.marginTop50 {
  margin-top: 50px;
}

.flexRow {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

main {
  scrollbar-width: none;
}

main::-webkit-scrollbar {
  width: 0px;
}

main::-webkit-scrollbar-thumb {
  background-color: var(--scroll);
}

#on-off {
  z-index: 30;
  position: absolute;
  bottom: 15px;
  right: 25px;
  width: 40px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#on-off #on-off_button {
  width: 100%;
  height: 60%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
#on-off #on-off_button #on-off_logo {
  width: 50%;
  height: 50%;
  filter: opacity(50%);
}
#on-off #on-off_led {
  width: 15px;
  height: 5px;
  background-color: greenyellow;
  box-shadow: 0px 0px 7px greenyellow;
}

#fx_snow {
  z-index: 110;
  width: 3500px;
  height: 3500px;
  position: absolute;
  top: -100px;
  left: -100px;
  background: url("/public/assets/images/textures/noise.png");
  background-repeat: repeat;
  background-size: 30%;
  background-position: center;
  opacity: 0.1;
  pointer-events: none;
}

#fx_scanline {
  z-index: 150;
  position: absolute;
  top: -5%;
  left: -5%;
  right: 0;
  height: 1%;
  opacity: 0.1;
  background: var(--scanline);
  filter: blur(7px);
}

.scanline {
  animation: scanline 1.25s linear;
}

.scanlineReverse {
  animation: scanlineReverse 1.25s linear;
}

.learnMoreLink {
  cursor: pointer;
  text-decoration: underline;
}

.learnMoreContent {
  display: none;
}

.techlist {
  max-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.techlist h2 {
  margin-bottom: 25px;
}
.techlist #techlist {
  width: 80%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
.techlist #techlist .tech {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.techlist #techlist .tech .techSVG {
  margin-bottom: 5px;
  height: 45px;
  filter: invert(71%) sepia(31%) saturate(959%) hue-rotate(343deg) brightness(106%) contrast(101%) drop-shadow(0 0 10px var(--text_shadow));
}

.project {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.project #projectCards {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.project #projectCards .projectCard {
  width: 275px;
  height: auto;
  border: solid 1px var(--text);
  box-shadow: 0 0 10px var(--text_shadow);
  margin: 20px;
  padding: 15px;
}
.project #projectCards .projectCard .projectInfo .projectName {
  font-size: 0.7rem;
  margin-bottom: 15px;
}
.project #projectCards .projectCard .projectInfo .projectDescription {
  margin-bottom: 15px;
}
.project #projectCards .projectCard .projectScreenshotFilter {
  background-color: var(--text);
  width: 100%;
  height: 100%;
}
.project #projectCards .projectCard .projectScreenshotFilter .projectScreenshot {
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background-color: var(--background);
  cursor: pointer;
  filter: grayscale(100%) contrast(80%);
  transition: 0.3s;
}
.project #projectCards .projectCard .projectScreenshotFilter .projectScreenshot:hover {
  filter: grayscale(100%) contrast(80%) invert(100%);
}

.formation {
  margin-top: 15px;
}
.formation h3 {
  font-size: 0.7rem;
}

.experience {
  max-width: 500px;
  margin-top: 15px;
}
.experience div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.experience div h3 {
  font-size: 0.8rem;
}
.experience div p {
  font-size: 1.4rem;
}

body {
  height: 100dvh;
  overflow: hidden;
  color: var(--text);
  background-color: var(--background);
  font-family: pressStart;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: var(--monitor);
  background-image: url("../images/textures/texture4.jpg");
}/*# sourceMappingURL=style.css.map */