* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --font-heading: "DM Sans", sans-serif;
  --mono: "Space Grotesk", monospace;
  --black: #000000;
  --white: #E5E5E5;
  --grey-med: #4e4e4e;
  --red: #690B22;
  --red-light: #ae1037;
  --cream: #EFDDCB;
  --grey: #b4b4b4;
  --heading: 4rem;
  --subheading: 2.8rem;
  --content: 1.4rem;
  --text-med: 1.3rem;
  --text-small: 1.2rem;
  --ym: 8%;
  --xm: 5%;
}

html {
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--mono);
  font-size: var(--content);
  line-height: 130%;
  font-weight: 200;
  overflow-x: hidden;
  color: var(--white);
  background: var(--black);
}

h1 {
  font-size: var(--heading);
  font-family: var(--font-heading);
}

h2 {
  font-size: var(--heading);
  font-family: var(--font-heading);
}

.wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.erin {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.erin svg {
  width: 100%;
  flex-grow: 1;
}
.erin path {
  stroke: white;
}

#container {
  padding: 0px 40px;
  overflow: clip;
}

#header {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  background-size: cover;
  overflow: clip;
}
#header .header {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#header .header__overlay {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
#header .header__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100vh;
}
#header .header__content {
  position: relative;
  z-index: 3;
  left: 10vw;
}
#header .header__heading {
  font-family: "Amalfi Coast";
  font-size: 4rem;
  padding-bottom: 20px;
  line-height: 150%;
  font-weight: 400;
  max-width: 430px;
}
#header .header__subheading {
  font-size: 2rem;
  line-height: 130%;
  display: inline-block;
  font-family: var(--mono);
  min-height: 42px;
}
#header .header i {
  display: inline-block;
  color: var(--white);
  width: 6px;
  height: 1em;
  background-color: var(--white);
  margin-left: 0.3rem;
}

#about {
  position: relative;
  z-index: 1;
  padding-top: var(--ym);
}
#about .about__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#about .about__heading {
  color: var(--white);
  position: relative;
  line-height: 110%;
  font-weight: 600;
  opacity: 0;
  max-width: 75%;
}
#about .about__content {
  opacity: 0;
  padding-top: 40px;
  max-width: 75%;
}
#about .about__skills-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px;
  padding-top: var(--ym);
  margin: 0 auto;
}
#about .about__skills-list {
  padding-top: 20px;
}
#about .about__skill-card {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
  opacity: 0;
}
#about .about__skill-card:last-child() {
  margin-bottom: 0px;
}
#about .about__skill-title {
  font-weight: 700;
  color: var(--white);
  font-size: var(--text-med);
  margin-bottom: 1rem;
}
#about .about__skill-description {
  line-height: 140%;
  color: var(--white);
  font-size: var(--text-small);
}

#divider {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
#divider line {
  opacity: 0;
}

#learning {
  position: relative;
  z-index: 1;
  padding-top: var(--ym);
  padding-bottom: var(--ym);
  background: var(--black);
}
#learning .learning__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#learning .learning__heading {
  color: var(--white);
  position: relative;
  line-height: 110%;
  font-weight: 600;
  opacity: 0;
  text-align: center;
}
#learning .learning__content {
  opacity: 0;
  padding-top: 40px;
  max-width: 75%;
  text-align: center;
  padding-bottom: 80px;
  margin: 0 auto;
}
#learning .learning__display {
  height: 19vw;
  position: relative;
}
#learning .learning__lines {
  height: 19vw;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
#learning .learning__lines #line-1 {
  width: 100%;
}
#learning .learning__lines #line-1 line {
  opacity: 0;
}
#learning .learning__lines #line-2 {
  height: 100%;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
}
#learning .learning__lines #line-2 line {
  opacity: 0;
}
#learning .learning__skills-grid {
  position: absolute;
  top: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 100px;
       column-gap: 100px;
  margin: 0 auto;
}
#learning .learning__skills-list {
  padding-top: 20px;
}
#learning .learning__skill-card {
  position: relative;
  overflow: hidden;
  opacity: 0;
  height: 9vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#learning .learning__skill-title {
  font-weight: 700;
  color: var(--white);
  font-size: var(--text-med);
  margin-bottom: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#learning .learning__skill-title span {
  padding-right: 10px;
}
#learning .learning__skill-title img {
  height: 24px;
}
#learning .learning__skill-description {
  line-height: 140%;
  color: var(--white);
  font-size: var(--text-small);
}

#works {
  position: relative;
  z-index: 1;
  display: block;
  background: var(--black);
}
#works .works__content {
  margin: 0 auto;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#works .works__overlay {
  background: rgb(0, 0, 0);
  color: var(--white);
  padding: 3rem;
  position: relative;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
#works .works__title {
  color: var(--white);
  position: relative;
  line-height: 110%;
  font-weight: 600;
}
#works .works__description {
  opacity: 0.9;
  position: relative;
  z-index: 2;
  opacity: 0;
}
#works .projects__marquee img {
  padding: 5px;
  opacity: 0.5;
}

#contact {
  position: relative;
  z-index: 1;
  padding: 10% 0px;
  background: var(--black);
}
#contact .contact__heading {
  color: var(--white);
  position: relative;
  line-height: 110%;
  font-weight: 600;
  text-align: center;
  opacity: 0;
}
#contact .contact__heading a {
  color: var(--white);
  text-decoration: none !important;
}
#contact .contact__content {
  text-align: center;
  padding: 40px;
  opacity: 0;
  line-height: 150%;
}
#contact .contact__content a {
  text-decoration: none;
}
#contact .contact__email {
  display: inline-block;
  color: white;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
#contact .contact__image img {
  width: 100%;
}

#footer {
  text-align: center;
  padding: 20px 20px 40px 20px;
  font-family: "Amalfi Coast";
  font-size: 1.5rem;
}

.underlined {
  display: inline-block;
  position: relative;
  color: var(--white);
}
.underlined:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0px;
  left: 0;
  background-color: var(--white);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.underlined:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.ascii {
  background: #000;
  opacity: 1;
  font-size: 10px;
  line-height: 10px;
  position: fixed;
  top: 0px;
  text-align: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9;
}

@media (max-width: 1550px) {
  #header .header__overlay {
    padding: 0px 40px;
  }
  #header .header__content {
    left: 0px;
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
  }
  #learning {
    padding-bottom: 7vw;
  }
  #learning .learning__lines {
    height: 22vw;
  }
  #learning .learning__display {
    height: 22vw;
  }
  #learning .learning__skill-card {
    height: 11vw;
  }
}
@media (max-width: 1400px) {
  #learning {
    padding-bottom: 7vw;
  }
  #learning .learning__lines {
    height: 25vw;
  }
  #learning .learning__display {
    height: 25vw;
  }
  #learning .learning__skill-card {
    height: 12vw;
  }
}
@media (max-width: 1200px) {
  #learning {
    padding-bottom: 12vw;
  }
  #learning .learning__lines {
    height: 34vw;
  }
  #learning .learning__display {
    height: 34vw;
  }
  #learning .learning__skill-card {
    height: 17vw;
  }
}
@media (max-width: 1023px) {
  #learning {
    padding-bottom: 15vw;
  }
  #learning .learning__lines {
    height: 40vw;
  }
  #learning .learning__display {
    height: 40vw;
  }
  #learning .learning__skill-card {
    height: 20vw;
  }
}
@media (max-width: 991.98px) {
  html {
    font-size: 15px;
  }
  #header {
    height: 100vh;
    min-height: 100%;
  }
  #header .header__overlay {
    justify-content: flex-end;
    bottom: 9vw;
    top: unset;
  }
  #header .header__image {
    opacity: 0.4;
  }
  #header .header__image img {
    min-height: 100vh;
  }
  #header .header__content {
    width: calc(100vw - 80px);
    min-height: 180px;
  }
  #about .about__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  #about .about__heading {
    max-width: 100%;
  }
  #about .about__heading br {
    display: none;
  }
  #about .about__content {
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  #about .about__skills-list {
    display: grid;
    -moz-column-gap: 10%;
         column-gap: 10%;
    grid-template-columns: repeat(2, 1fr);
  }
  #learning .learning__heading {
    text-align: left;
  }
  #learning .learning__content {
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
    text-align: left;
  }
  #learning .learning__skills-grid {
    -moz-column-gap: 80px;
         column-gap: 80px;
    row-gap: 0px;
  }
  #learning {
    padding-bottom: 14vw;
  }
  #learning .learning__lines {
    height: 48vw;
  }
  #learning .learning__display {
    height: 48vw;
  }
  #learning .learning__skill-card {
    height: 24vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
  #header {
    height: 100vh;
  }
  #header .header__overlay {
    bottom: 9vw;
  }
  #header .header__image {
    width: 150vw;
    right: 50vw;
    position: relative;
  }
  #header .header__image img {
    min-height: 100vh;
  }
  #header .header__heading {
    max-width: 350px;
    padding-bottom: 5px;
  }
  #about .about__heading {
    max-width: 100%;
  }
  #about .about__content {
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  #about .about__skills-list {
    grid-template-columns: repeat(1, 1fr);
    padding-top: 0px;
  }
  #about .about__skill-card {
    margin-bottom: 30px;
  }
  #learning .learning__lines {
    display: none;
  }
  #learning .learning__display {
    height: 100%;
  }
  #learning .learning__heading {
    max-width: 100%;
  }
  #learning .learning__content {
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  #learning .learning__skills-grid {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 0px;
         column-gap: 0px;
    row-gap: 0px;
    position: relative;
  }
  #learning .learning__skill-card {
    height: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 580px) {
  html {
    font-size: 13px;
  }
  :root {
    --heading: 3.6rem;
  }
  #header {
    height: 100vh;
  }
  #header .header__overlay {
    bottom: 7vw;
  }
  #header .header__image {
    width: 200vw;
    right: 100vw;
  }
  #header .header__heading {
    max-width: 260px;
    padding-bottom: 0px;
  }
  #header .header__subheading {
    font-size: 1.7rem;
  }
  #header .header__content {
    min-height: 180px;
  }
}
@media (max-width: 460px) {
  html {
    font-size: 13px;
  }
  :root {
    --heading: 3.2rem;
  }
  #container {
    padding: 0px 20px;
  }
  #header {
    height: 95vh;
  }
  #header .header__overlay {
    bottom: 3vh;
  }
  #about .about__content {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  #about .about__skills-list {
    padding-top: 0px;
  }
  #about .about__skill-card {
    margin-bottom: 20px;
  }
  #about .about__skill-title {
    margin-bottom: 3px;
  }
}/*# sourceMappingURL=styles.css.map */