.nav-links {
  width: 100%;
  display: flex;
  justify-content: center;
  top: 0;
  background-color: var(--Background-Dark);
}

.nav-wide {
  height: 75px;
}
.nav-wide .nav-link {
  transform: translateY(1.25em);
  transition: 0.4s;
}
.nav-wide .nav-link .reposition {
  transform: translateY(0);
}

.nav-narrow {
  height: 45px;
  box-shadow: var(--DropShadow) 0 0.125em 0.125em;
}

.nav-link {
  height: max-content;
  position: relative;
  text-decoration: none;
  padding: 0 25px;
}
.nav-link:hover {
  color: var(--Text-Primary);
}

.introduction {
  width: 1280px;
  margin: 0 auto;
}

.landing-name {
  padding-top: 20vh;
}

.landing-header {
  transform: translateY(-8em);
  padding-bottom: 25vh;
}

.tagline {
  display: inline-block;
}

.refresh-quote {
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 0 10px;
  margin: 0 5px;
  font-size: 3em;
  color: var(--Text-Primary);
}
.refresh-quote:hover {
  color: var(--Text-Secondary);
  cursor: pointer;
}

.dark-background {
  background-color: var(--Background-Dark);
  width: 100%;
  z-index: -5;
}

.landing-bg {
  top: 0;
  height: 100em;
}

.experience-bg {
  top: 3300px;
  height: 100vh;
  z-index: -1;
}

.footer {
  display: block;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  height: max-content;
  background-color: var(--Background-Dark);
}
.footer .footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.footer .footer-content .footer-left, .footer .footer-content .footer-right {
  display: flex;
  flex-direction: column;
  width: 400px;
  padding: 10px 200px;
}
.footer .footer-content .footer-left .link, .footer .footer-content .footer-right .link {
  padding: 10px;
  margin: 5px 15px;
  text-align: left;
}
.footer .footer-content .footer-left .link i, .footer .footer-content .footer-right .link i {
  transform: translateY(50%);
  padding: 0 15px;
}
.footer .footer-content .footer-left .link a, .footer .footer-content .footer-right .link a {
  text-decoration: none;
  color: var(--Text-Primary);
}

/*# sourceMappingURL=Landing.css.map */
