@media screen and (max-width: 1430px) {
  .about-background {
    flex-direction: column;
    gap: 0;
    justify-content: flex-start;
  }

  .about-page-header {
    font-size: 5vh;
    margin-top: 2%;
  }

  .about-me-container {
    height: 40%;
    width: 100%;
    margin-top: 7vh;
  }

  .user-icon {
    width: 150px;
  }

  .about-me-text {
    font-size: 2rem;
    width: 80%;
  }

  .tools-container {
    width: 80%;
    height: 50%;
  }

  .tools {
    width: 150px;
    height: 150px;
  }

  .tool-text {
    font-size: 1.5rem;
  }

  .project {
    flex-direction: column;
    gap: 5rem;
  }

  .project:first-of-type {
  margin-top: 30vh;
  flex-direction: column;
}

.project:last-of-type {
  flex-direction: column;
}

.project-text-section {
    width: 60%;
}

.project-description {
    font-size: 1.5rem;
}
}

@media screen and (max-width: 1024px) {
  .bottom-text-divider,
  .type-of-languages-text,
  .large-black-divider,
  .header-divider,
  .front-page-green-side-divider,
  .front-page-dark-side-divider {
    display: none;
  }

  .front-page-section {
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
  }

  .front-page-dark-background {
    width: 100vw;
    height: 100vh;
    justify-content: flex-start;
  }

  .front-page-header {
    margin-top: 1vh;
    margin-left: 3vw;
    z-index: 5;
  }

  .greeting-text {
    margin-right: 0;
    font-size: 9vw;
    width: 44%;
    margin-top: 10vh;
  }

  .green-writing-text {
    font-size: 2.8vh;
  }

  .green-name-text {
    font-size: 8vw;
  }

  .introduction-text {
    margin-right: 0;
    font-size: 3vh;
    width: 50%;
  }

  .front-page-green-background {
    width: 70vw;
    height: 35vh;
    position: absolute;
    bottom: 0;
    margin-bottom: 3vh;
  }

  .picture-of-me-wrapper {
    width: 30vh;
  }

  .front-page-dark-bottom-divider {
    top: 0;
    margin: 0;
    margin-top: 1vh;
    width: 20vw;
  }

  .front-page-green-bottom-divider {
    top: -1vh;
    margin: 0;
    width: 20vw;
  }

  .type-of-developer-text {
    margin-bottom: 40vh;
    font-size: 3.5vw;
  }

  .hamburger-button {
    margin-top: 2.5vh;
    margin-right: 3.5vw;
  }

  .hamburger-part-color {
    background-color: #bbe675;
  }

  .navigation-menu {
    width: 60%;
    height: 50%;
  }

  .nav-text {
    font-size: 3vh;
  }

  /* ///////////////////////////////////////////////////////////////////////////////// */

.about-me-text {
    font-size: 1.5rem;
    width: 80%;
  }

  /* ///////////////////////////////////////////////////////////////////////////////// */

  .certification-text {
    font-size: 3vh;
  }

  .diploma-text {
    font-size: 3vh;
  }

  .certifications-container {
    width: 80vw;
    height: 40vh;
    left: auto;
    margin-bottom: 45vh;
    border-radius: 30px;
    margin-left: 0;
  }

  .diplomas-container {
    width: 80vw;
    height: 40vh;
    right: auto;
    border-radius: 30px 30px 0 0;
    margin-right: 0;
  }

  .certification-one {
    margin-top: 3vh;
  }

  .diploma-one {
    margin-top: 3vh;
  }

  .diploma-courses {
    width: 90vw;
    height: 50vh;
  }

  .diploma-courses-outer-divider {
    height: 95%;
  }

  .courses-header {
    font-size: 5vh;
  }

  .courses-row {
    gap: 3vh;
  }

  .course {
    font-size: 2vh;
  }

  /*  */

  .projects-section-header {
    font-size: 9vh;
  }

  .project-description {
    font-size: 1.8vw;
  }

  /* //////////////////////////////////////////////////////////////////////////////////////// */

  .contact-header {
    font-size: 6vh;
  }

  .contact-text {
    font-size: 2vh;
  }

  .contact-form {
    width: 50%;
  }

  .to-top-button {
    width: 40px;
    height: 50px;
  }

  .contact-icon {
    width: 3vh;
    height: 3vh;
  }

  .made-by {
    font-size: 1vh;
  }
}

/* N */
/* E */
/* X */
/* T */
/* 1 */

@media screen and (max-width: 520px) {
  .greeting-text {
    font-size: 13vw;
    width: 65%;
  }

  .green-name-text {
    font-size: 12vw;
  }

  .introduction-text {
    width: 80%;
  }

  .front-page-header {
    font-size: 8vw;
  }

  .hamburger-button {
    width: 40px;
    margin-top: 2vh;
  }

  .hamburger-part {
    height: 4px;
  }

  .navigation-menu {
    width: 98%;
    height: 50%;
  }

  .nav-text {
    font-size: 8vw;
  }

  .type-of-developer-text {
    font-size: 5vw;
  }

  .type-of-languages-text {
    font-size: 3.5vw;
  }

  .picture-of-me-wrapper {
    width: 55%;
  }

  /* /////////////////////////////////////////// */

  .tools-container {
    width: 95%;
  }

  .tools {
    width: 25vw;
    height: 25vw;
  }

  .about-me-text {
    width: 80%;
    font-size: 1.6vh;
  }

  .user-icon {
    width: 40%;
  }

  .tool-text {
    font-size: 3.5vw;
  }

  .project-description {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 440px) {
  .certification-text {
    font-size: 2.5vh;
  }

  .diploma-text {
    font-size: 2.5vh;
  }

  .education-header {
    font-size: 11vw;
    margin-top: 5vh;
  }

  .course {
    font-size: 1.5vh;
  }

  .project {
    width: 100%;
  }

  .project-description {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 780px) {
  .contact-form {
    width: 70%;
  }

  .contact-text {
    width: 70%;
  }
}
