/* ABOUT ME */

#more-about-me {
  background-color: #202020;
  border-radius: 2.5rem 2.5rem 0 0;
  width: 100%;
}

.more-about-me-title {
  color: #f1f1f1;
  padding-top: 6rem;
  margin-left: 0;
  margin-bottom: 6rem;
  width: 140%;
}

.more-about-me-container {
  margin-left: 8rem;
  color: #f1f1f1;
  line-height: 2rem;
  padding-bottom: 6rem;
}

.person-image {
  width: 30rem;
  height: auto;
  margin-left: 8rem;
  margin-top: 8rem;
  margin-right: 8rem;
}

/* SKILL */

.skill-container {
  margin-left: 8rem;
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.skill-detail {
  border: solid 0.2rem #202020;
  width: 80%;
  border-radius: 1.25rem;

  /* Unorder List: https://www.w3schools.com/html/tryit.asp?filename=tryhtml_lists_unordered_none */
  ul {
    line-height: 4rem;
    margin-left: 4rem;
    margin-bottom: 3rem;
    list-style-type: none;
  }
}

.tool-icon-container {
  text-align: center;

  img {
    width: 8rem;
    height: 8rem;
    margin-bottom: 2rem;
  }
}

.skill-heading {
  text-align: center;
  padding-bottom: 1rem;
}

.bullet-point {
  margin-right: 1rem;
}

.black-line {
  background-color: #202020;
  margin: auto;
  width: 82%;
  height: 0.1rem;
  margin-top: 8rem;
  margin-bottom: 8rem;
}

@media (min-width: 55rem) and (max-width: 82rem) {
  .tool-detail {
    padding-bottom: 4rem;
  }

  .person-image {
    width: 22.5rem;
    height: auto;
    margin-right: 2rem;
    margin-left: 4rem;
  }

  .more-about-me-container {
    width: 100%;
  }

  .more-about-me-container {
    width: 80%;
  }

  .more-about-me-title {
    width: 100%;
  }
}

@media (min-width: 35rem) and (max-width: 55rem) {
  .tool-detail {
    margin-top: 8rem;
    padding-bottom: 4rem;
  }

  .more-about-me-container {
    width: 100%;
  }

  .more-about-me-detail p,
  .more-about-me-title {
    margin-left: 0;
    text-align: left;
  }

  .more-about-me-detail p {
    width: 100%;
  }

  .more-about-me-detail {
    width: 100%;
  }
  .person-image {
    width: 22rem;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  #more-about-me {
    width: 100%;
  }

  .more-about-me-container {
    margin-left: 7rem;
    width: 80%;
  }

  .more-about-me-title {
    width: 60%;
  }
}

@media (width < 35rem) {
  .tool-detail {
    margin-top: 8rem;
  }

  .skill-container {
    transform: translate(-2.5rem, 0);

    .skill-detail {
      width: 90%;

      ul {
        transform: translate(-2.5rem, 0);
        width: 70%;
      }
    }
  }

  .more-about-me-container {
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 2rem 4rem;
    box-sizing: border-box;
  }

  .more-about-me-detail {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .more-about-me-detail p {
    margin: 0;
    width: 85%;
  }

  .more-about-me-title {
    margin: 0 auto 2rem;
    width: 100%;
    padding-top: 3rem;
    text-align: center;
  }

  .person-image {
    width: 80%;
    max-width: 18rem;
    height: auto;
    margin: 2rem auto 0;
    display: block;
  }

  .skill-detail {
    margin-left: -2rem;
  }
}
