@media screen and (max-width: 1400px) {
  .about-containers {
    flex: wrap;
  }
  #eugeniaDemarchiMobile {
    font-size: 2rem;
    text-decoration: none;
  }
  #eugeniaDemarchiMobile:hover,
  #eugeniaDemarchiMobile:active {
    text-decoration: none;
    color: gray;
  }
  #descPT {
  }
}

@media screen and (max-width: 1200px) {
  #desktop-nav {
    display: none;
  }

  #hamburger-nav {
    display: flex;
    align-items: center;
    position: fixed;
    width: 100%;
    background-color: white;
    top: 0;
    z-index: 1000;
  }
  #hamburger-nav.sticky {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  .eugeniaDemarchiMobile {
    font-size: 2rem;
  }
  .hamburger-menu {
    position: relative;
    display: inline-block;
    display: flex;
    flex-direction: row;
    column-gap: 2rem;
    align-items: center;
  }
  .hamburger-icon {
    margin-bottom: 0rem;
  }
  .langWrap {
    justify-content: center;
    align-content: start;
  }
  .langWrap a:first-child {
    margin-right: 6px;
  }
  .menu-links {
  }
  section {
    padding-top: 7.5rem;
  }
  .section-container {
    display: block;
  }
  #profile {
    display: block;
    padding-bottom: 0rem;
    margin-bottom: 0;
    margin-top: 6vh;
    /* margin-top: 17vh; */
  }

  #experience {
    /* margin-top: 6rem; */
  }
  .experience-details-container {
    margin-top: 2rem;
  }
  .arrow {
    display: none;
  }
  section {
    height: fit-content;
    margin: 0 5%;
  }
  .section__pic-container {
    width: 275px;
    height: 275px;
    margin: 0 auto 2rem;
  }
  #about {
    /* padding-top: 8rem; */
  }
  .about-containers {
    margin-top: 0;
  }
  .about-containers,
  .contact-info-upper-container,
  .btn-container {
    display: flex;
    flex-wrap: wrap;
  }
  #projects {
    /* margin-top: 5rem;
    padding-top: 7.5rem; */
  }
}
@media screen and (max-width: 768px) {
  .langWrap a:first-child {
    margin-right: 6px;
  }
  .hamburger-menu {
    justify-items: center;
    align-items: center;
  }
  .hamburger-icon {
    margin-bottom: 0;
  }
  #profile {
    margin-bottom: 0;

    /* margin-top: 17vh; */
  }

  #about {
    /*   margin-bottom: 4rem;
    padding-top: 8rem; */
  }
  #projects {
    /*    padding-top: 10rem; */
  }
  #technicalSkills {
    /* padding-top: 6.1rem; */
  }
  .project-title {
    font-size: 1.2rem;
  }

  #experience {
    /* margin-top: 4rem; */
  }

  #contact {
    /* height: 70vh; */
  }
}
@media screen and (max-width: 600px) {
  .langWrap a:first-child {
    margin-right: 3px;
  }
  #contact,
  footer {
    /* height: 40vh; */
  }
  #profile {
    /*    padding-bottom: 2rem;
    margin-top: 17vh; */
  }
  #about {
    /* margin-top: 7.6rem; */
  }

  article {
    font-size: 1rem;
  }
  footer nav {
    height: fit-content;
    margin-bottom: 2rem;
  }
  .contact-info-container {
    margin: 0;
  }
  .contact-info-container p,
  .nav-links li a {
    font-size: 1rem;
  }
  .experience-sub-title {
    font-size: 1.25rem;
  }
  .logo {
    font-size: 1.5rem;
  }
  .nav-links {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }
  .section__pic-container {
    width: auto;
    /* height: 46vh; */
    justify-content: center;
  }
  .section__text__p2 {
    font-size: 1.25rem;
  }
  .title {
    font-size: 2rem;
  }
  .text-container {
    text-align: justify;
  }
  .experience-details-container-freelance {
    display: flex;
    flex-wrap: wrap;
  }
  #contact {
    /* height: 60vh; */
  }
}

@media screen and (max-width: 445px) {
  #hamburger-nav {
    height: 120px;
  }
  #eugeniaDemarchiMobile {
    font-size: 1.6rem;
    text-decoration: none;
  }
  #eugeniaDemarchiMobile:hover,
  #eugeniaDemarchiMobile:active {
    text-decoration: none;
    color: gray;
  }
  #profile {
    margin-top: 130px;
  }
  #about {
    /* padding-top: 7.8rem; */
  }
  #projects {
    /* padding-top: 8rem; */
  }
  #technicalSkills {
    /* padding-top: 8rem; */
  }
  section {
    /*  margin-top: 4rem; */
    padding-top: 2rem;
  }
  .experience-details-container-freelance {
    display: flex;
    flex-wrap: wrap;
  }
  .about-pic {
    width: 18rem;
    height: 18rem;
  }
}
@media screen and (max-width: 375px) {
  #eugeniaDemarchiMobile {
    font-size: 1.3rem;
  }
  #hamburger-nav {
    height: 90px;
  }
  #profile {
    margin-top: 100px;
  }
  .hamburger-icon {
    height: 14px;
    width: 20px;
  }
  .hamburger-icon.open {
    height: 14px;
    width: 20px;
  }
  .hamburger-icon.open span:first-child {
    transform: rotate(45deg) translate(7px, 3px);
  }
  .hamburger-icon.open span:last-child {
    transform: rotate(-45deg) translate(7px, -3px);
  }
  .langWrap a {
    font-size: 1rem;
  }

  .hamburger-menu {
    column-gap: 1rem;
  }
  .descriptionAbout {
    padding-top: 2rem;
  }
  #descPT {
    font-size: 0.9rem;
  }
  .tools {
    column-gap: 0.5rem;
  }
  .details-container.color-container {
    padding: 1.5rem;
    flex: 1;
    background: white;
    border-radius: 2rem;
    border: rgb(53, 53, 53) 0.1rem solid;
    border-color: rgb(163, 163, 163);
    text-align: center;
  }
  .contact-info-upper-container {
    margin: 0;
  }
  .contact-info-container p {
    font-size: 0.8rem;
  }
  .about-containers {
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 320px) {
  .hamburger-menu {
    column-gap: 1rem;
  }
}
