body {
  box-sizing: inherit;
  z-index: 0;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
}

header,
section {
  padding-top: 6rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

section {
  padding-left: 1rem;
  padding-right: 1rem;
}

section.quote {
  padding-block: 0;
  margin-bottom: 0;
  margin-top: 6rem;
}

header {
  background-color: rgb(29, 29, 29);
  background-image: url("images/header\ \(Medium\).jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 61%;
  filter: grayscale();
}

header.hero-caption {
  z-index: 2;
}

.hero-caption span {
  font-size: 0.8rem;
  font-weight: lighter;
  background-color: rgba(128, 128, 128, 0.397);
  padding: 6px;
  letter-spacing: 5px;
}

.hero-caption h1 {
  font-size: 4rem;
  letter-spacing: 5px;
}

.bg-filter {
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: linear-gradient(to right, rgb(29, 29, 29) 40%, #fff0);
}

.transition {
  transition: all ease-in-out 0.2s;
}

.skills li {
  display: flex;
  justify-content: space-between;
}

.socials a {
  margin-right: 10px;
  margin-left: 10px;
  color: rgb(56, 56, 56);
  cursor: pointer;
}
.about-text {
  text-align: justify;
}

@media only screen and (max-width: 768px) {
  .hero-caption h1 {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 350px) {
  .hero-caption h1 {
    font-size: 2rem;
  }
}
