* {
  margin: 0;
  padding: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.navbar-nav {
  margin-left: auto;
}
.navbar {
  background-color: #2e3144;
  position: fixed;
  top: 0;
  opacity: 85%;
}
.navbar-brand {
  font-family: 'ZCOOL KuaiLe', cursive;
}
#particles-js {
  position: relative;
  z-index: 2;
}
.banner-section {
  width: 100%;
  height: 100vh;
  position: relative;
  align-items: center;
  justify-content: center;
  background-color: #2e3144;
  padding-top: 10%;
}
canvas.particles-js-canvas-el {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
}
.banner-inner {
  position: relative;
  z-index: 888;
}
.front-landing-text h1 {
  font-size: 110px;
  font-weight: 500;
  color: white;
  margin: 25px 0 33px 0;
}
.typewriter {
  display: grid;
  justify-content: center;
}
.typewriter .typewriter--edit {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  overflow: hidden;
  border-right: 0.15em solid orange;
  letter-spacing: 0.15em;
  white-space: nowrap;
  animation: typing 3.5s steps(30, end), blink-caret 0.5s step-end infinite;
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: #31ed31;
  }
}
.card-efx {
  box-shadow: 0 16px 38px -12px rgb(0, 0, 0 / 56%), 0 4px 25px 0 rgb(0, 0, 0 / 12%), 0 8px -5px rgb(0, 0, 0 / 20%);
}
.display-4 {
  color: white;
  padding-top: 2rem;
}
.section-card {
  padding-top: 8px;
}
.job {
  color: white;
  font-size: 25px;
  text-align: center;
}
#bottom {
  padding-bottom: 10px !important;
  padding-top: 0px !important;
  background-color: #2e3144;
}
.footer__note {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row__note {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-1 {
  flex: 0 0 20%;
  max-width: 20%;
}
.col__apps {
  flex: 0 0 50%;
  max-width: 50%;
}
.bi {
  font-size: 32px;
}
.bi:hover {
  color: #31ed31;
}
footer .type--fine-print:not(p) {
  opacity: 0.5;
}
.type--fine-print {
  color: rgb(255, 255, 255);
  font: 1em;
}
.type--fine-print:hover {
  color: #31ed31;
}
.justify-content-end__note {
  justify-content: flex-end !important;
}
@media (min-width: 200px) and (max-width: 576px) {
  .front-landing-text h1 {
    font-size: 34px;
    position: relative;
  }
  .banner-section {
    padding-top: 25%;
  }
  .display-4 {
    font-size: 30px;
  }
  .job {
    font-size: 18px;
  }
  .bi {
    font-size: 20px;
  }
}
@media (min-width: 577px) and (max-width: 767.98px) {
  .front-landing-text h1 {
    font-size: 38px;
    position: relative;
  }
  .banner-section {
    padding-top: 25%;
  }
  .display-4 {
    font-size: 40px;
  }
  .job {
    font-size: 26px;
  }
  .bi {
    font: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .front-landing-text h1 {
    font-size: 80px;
    position: relative;
  }
  .banner-section {
    padding-top: 25%;
  }
  .display-4 {
    font-size: 70px;
  }
  .job {
    font-size: 40px;
  }
}
.breathing-text {
  animation: breathing 3s ease-in-out infinite;
}
@keyframes breathing {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.08);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.8;
  }
}
.visitor-info {
  font-size: 0.95rem;
  color: #0ef506;
}
.job {
  font-size: 1.1rem;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
