body {
  background: #000;
  color: #FFF;
  font-family: Roboto, sans-serif;
  font-size: calc(18 / 16 * 1rem);
  line-height: 1.5;
}

section {
  scroll-margin: 8rem;
  position: relative;
}

* + p, * + ul, * + ol {
  margin-top: 1lh;
}

h1 {
  font-weight: 300;
  font-size: 4rem;
  line-height: 1;
}
h1 small {
  font-size: 1rem;
  text-transform: uppercase;
}
h1 .highlight {
  font-weight: 700;
}

.highlight {
  color: greenyellow;
}

#about-me .inner-wrap::before {
  content: "ABOUT";
  font-weight: 900;
  font-size: 12rem;
  opacity: 0.1;
  position: absolute;
  right: 2rem;
  top: 2rem;
}

#skills {
  padding-top: 6rem;
}
#skills .inner-wrap::before {
  content: "SKILLS";
  font-weight: 900;
  font-size: 12rem;
  opacity: 0.1;
  position: absolute;
  right: 2rem;
  top: -6rem;
}
#skills .inner-wrap::before > h2 {
  display: none;
}

.page-header {
  padding: 1rem 2rem;
  border-bottom: 1px solid #1a1a1a;
  position: sticky;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(15px);
  z-index: 10;
}
.page-header .inner-wrap {
  display: flex;
  align-items: center;
  column-gap: 12rem;
}
.page-header .logo img {
  display: block;
  justify-content: center;
  height: auto;
  width: 6rem;
  aspect-ratio: 1;
}
.page-header nav {
  display: flex;
  column-gap: 2rem;
}
.page-header nav a {
  color: #FFF;
  text-decoration: none;
  font-size: var(--font-size-menu, 1.5rem);
}

main > section {
  padding: 8rem 0;
}

.inner-wrap {
  max-width: var(--layout-content-width, 1280px);
  width: calc(100% - var(--layout-content-padding, 2rem)*2);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(var(--column-count, 1), minmax(0, 1fr));
  grid-gap: 4rem 2rem;
}
@media (min-width: 1024px) {
  .grid-container {
    --column-count: 2 ;
  }
}

.skills {
  list-style: inside none;
  padding-left: 0;
  line-height: 1.35;
}
.skills li + li {
  margin-top: 1.5lh;
}

dl.skills dt {
  font-weight: 700;
  margin-bottom: 0.75lh;
}
dl.skills dd {
  margin-left: 0;
}
dl.skills div + div {
  margin-top: 1.5lh;
}

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