@import url("https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");
h1, h2, button {
  font-family: "Press Start 2P", system-ui;
  font-weight: 400;
  font-style: normal;
}

p, a, em, strong, i {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2rem;
}

a {
  color: #4C82F5;
  text-decoration: none;
  color: inherit;
}
a:hover {
  font-family: "Press Start 2P", system-ui;
  letter-spacing: normal;
  color: #B6E3B4;
}

a.skipBtn {
  position: fixed;
  top: -100px;
}
a.skipBtn:focus {
  top: 0px;
  z-index: 10;
}

@keyframes zoomIn {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes digIn {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(8);
  }
}
@keyframes whiteDigIn {
  from {
    opacity: 0;
    transform: scale(0.2);
  }
  to {
    opacity: 1;
    transform: scale(8);
  }
}
@keyframes broLoop {
  from {
    transform: scale(0.9);
  }
  to {
    transform: scale(1);
  }
}
.frontBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
.frontBg svg {
  width: 100%;
  height: 100%;
}
.frontBg svg g circle {
  filter: blur(10rem) saturate(3);
  opacity: 0.3;
}
.frontBg svg #cWhite {
  filter: blur(1rem);
  opacity: 0;
  transform-origin: 50% 50%;
}
.frontBg svg #lGreen {
  transform-origin: 50% 50%;
  animation: zoomIn 1.5s forwards cubic-bezier(0.2, 0.55, 0.24, 1);
}
.frontBg svg #blue {
  transform-origin: 50% 50%;
  animation: zoomIn 0.9s forwards cubic-bezier(0.2, 0.55, 0.24, 1);
}
.frontBg svg #sBlue {
  transform-origin: 50% 50%;
  animation: zoomIn 0.8s forwards cubic-bezier(0.2, 0.55, 0.24, 1);
}
.frontBg svg #red {
  transform-origin: 50% 50%;
  animation: zoomIn 0.9s forwards cubic-bezier(0.2, 0.55, 0.24, 1);
}
.frontBg svg #sYellow {
  transform-origin: 50% 50%;
  animation: zoomIn 0.8s forwards cubic-bezier(0.2, 0.55, 0.24, 1);
}
.frontBg svg #white {
  transform-origin: 50% 50%;
  animation: zoomIn 0.7s forwards cubic-bezier(0.2, 0.55, 0.24, 1);
}
.frontBg svg #swhite {
  transform-origin: 50% 50%;
  animation: zoomIn 0.9s forwards cubic-bezier(0.2, 0.55, 0.24, 1);
}
.frontBg svg #yellow {
  transform-origin: 50% 50%;
  animation: zoomIn 0.5s forwards cubic-bezier(0.2, 0.55, 0.24, 1);
}
.frontBg svg #dGreen {
  transform-origin: 50% 50%;
  animation: zoomIn 2s forwards cubic-bezier(0.2, 0.55, 0.24, 1);
}
.frontBg svg #dGreen circle {
  filter: blur(2rem);
  opacity: 1;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1rem;
  font-family: "Press Start 2P", system-ui;
}

h1, h2, h3, h4, h5, p {
  color: #B6E3B4;
  text-shadow: 0px 2px 2px #212227;
}

body {
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #212227;
}

main {
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100%;
  justify-content: start;
  align-items: center;
}
main p {
  letter-spacing: 0.5rem;
}

footer {
  display: flex;
  flex-direction: row;
  width: 100vw;
  justify-content: space-between;
  align-items: center;
  font-size: 0.6rem;
}
footer a {
  text-align: center;
  color: #295A32;
}
footer .icon-list {
  display: flex;
  justify-content: space-evenly;
}
footer .icon-list i {
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAzElEQVRYR+2X0Q6AIAhF5f8/2jYXZkwEjNSVvVUjDpcrGgT7FUkI2D9xRfQETwNIiWO85wfINfQUEyxBG2ArsLwC0jioGt5zFcwF4OYDPi/mBYKm4t0U8ATgRm3ThFoAqkhNgWkA0jJLvaOVSs7j3qMnSgXWBMiWPXe94QqMBMBc1VZIvaTu5u5pQewq0EqNZvIEMCmxAawK0DNkay9QmfFNAJUXfgGgUkLaE7j/h8fnASkxHTz0DGIBMCnBeeM7AArpUd3mz2x3C7wADglA8BcWMZhZAAAAAElFTkSuQmCC) 14 0, pointer !important;
  filter: grayscale(100%);
}
footer .icon-list i:hover {
  transform-origin: 50% 50%;
  transform: scale(2.5);
  transition: 0.2s;
  filter: grayscale(0%);
}

.subTitle .title {
  background-color: #212227 !important;
  color: #B6E3B4;
}

.broccmons {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: space-around;
}
.broccmons div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.broccmons div svg {
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAzElEQVRYR+2X0Q6AIAhF5f8/2jYXZkwEjNSVvVUjDpcrGgT7FUkI2D9xRfQETwNIiWO85wfINfQUEyxBG2ArsLwC0jioGt5zFcwF4OYDPi/mBYKm4t0U8ATgRm3ThFoAqkhNgWkA0jJLvaOVSs7j3qMnSgXWBMiWPXe94QqMBMBc1VZIvaTu5u5pQewq0EqNZvIEMCmxAawK0DNkay9QmfFNAJUXfgGgUkLaE7j/h8fnASkxHTz0DGIBMCnBeeM7AArpUd3mz2x3C7wADglA8BcWMZhZAAAAAElFTkSuQmCC) 14 0, pointer !important;
}
.broccmons div svg .hifi {
  opacity: 0;
  transition: 0.1s;
}
.broccmons div svg .bit {
  filter: contrast(70%);
  transform-origin: 50% 50%;
  animation: broLoop 0.5s 0.1s alternate 50 both steps(4, end);
}
.broccmons div svg:hover .hifi {
  opacity: 1;
}
.broccmons div svg:hover .bit {
  opacity: 0;
}

.animate_animated {
  animation: cubic-bezier(0.2, 0.55, 0.24, 1);
}

body#all {
  overflow: initial;
  overflow-x: hidden;
  justify-content: start;
}
body#all h5, body#all h6 {
  font-family: "Press Start 2P", system-ui;
}
body#all p {
  letter-spacing: 0.05em;
}
body#all .broccmonLeft {
  width: 80%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, auto);
  margin: 5% 0%;
}
body#all .broccmonLeft .with-title {
  grid-column: 2/10;
  grid-row: 1/3;
  background-color: #212227;
  background-color: rgba(33, 34, 39, 0.5176470588);
  opacity: 0.7;
}
body#all .broccmonLeft .with-title:hover {
  opacity: 1;
}
body#all .broccmonLeft svg {
  grid-column: 1/5;
  grid-row: 8/13;
}
body#all .broccmonLeft .nes-balloon {
  grid-column: 3/13;
  grid-row: 3/11;
  border-color: white;
  background-color: rgba(33, 34, 39, 0.5176470588);
  opacity: 0.5;
}
body#all .broccmonLeft .nes-balloon:hover {
  opacity: 1;
}
body#all .broccmonRight {
  width: 80%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, auto);
  margin: 5% 0%;
}
body#all .broccmonRight .with-title {
  grid-column: 4/12;
  grid-row: 1/3;
  background-color: #212227;
  background-color: rgba(33, 34, 39, 0.5176470588);
  opacity: 0.7;
}
body#all .broccmonRight .with-title:hover {
  opacity: 1;
}
body#all .broccmonRight svg {
  grid-column: 12/13;
  grid-row: 8/13;
}
body#all .broccmonRight .nes-balloon {
  grid-column: 1/11;
  grid-row: 3/11;
  border-color: white;
  background-color: rgba(33, 34, 39, 0.5176470588);
  opacity: 0.5;
}
body#all .broccmonRight .nes-balloon:hover {
  opacity: 1;
}
body#all .experienceSection .nes-container.is-dark.with-title.is-rounded {
  width: 80vw;
  height: 50vh;
  margin: 5%;
}
body#all footer {
  position: fixed;
  bottom: 0;
}

@media only screen and (max-width: 450px) {
  .frontBg {
    display: none;
  }
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 0.7rem;
    text-align: center;
  }
  main p {
    font-size: 0.8rem;
    letter-spacing: 0.05rem;
  }
  .broccmons {
    overflow-x: scroll;
    gap: 5%;
  }
  footer {
    width: 100vw;
    display: flex;
    flex-direction: column-reverse;
  }
  footer div {
    width: 70vw;
    margin: 10%;
  }
  body#all .frontBg {
    display: none;
  }
  body#all h1 {
    font-size: 1.2rem;
  }
  body#all h2 {
    font-size: 0.5rem;
    text-align: center;
  }
  body#all h6 {
    font-size: 0.6rem;
  }
  body#all main p {
    font-size: 0.8rem;
    letter-spacing: 0.05rem;
  }
  body#all .broccmonLeft .with-title, body#all .broccmonRight .with-title {
    grid-column: 1/12;
  }
  body#all .broccmonLeft svg, body#all .broccmonRight svg {
    width: 6rem;
    height: 6rem;
  }
  body#all .experienceSection .nes-container.is-dark.with-title.is-rounded {
    height: -moz-max-content;
    height: max-content;
  }
  body#all footer {
    position: fixed;
    width: 100vw;
    display: flex;
    flex-direction: column;
  }
  body#all footer div {
    width: 70vw;
    margin: 10%;
  }
}/*# sourceMappingURL=main.css.map */