/* HEADER */
header {
  height: 7rem;
}
header .name-menu-container .name {
  font-size: 3.2rem;
}
header .name-menu-container .menu-tablet-desktop a {
  font-size: 2rem;
}

/* ME SECTION*/
main .section-me {
  padding-top: 14rem;
}
.section-me .profilePhoto .profilePhoto-container {
  width: 32em;
  height: 32rem;
}
.section-me .description-container p {
  font-size: 1.65rem;
}
.section-me .description-container h1 {
  font-size: 5rem;
  letter-spacing: 0.5rem;
}

/* SKILLS SECTION */
main .section-skills {
  padding-top: 9rem;
}
main .section-skills .skills-tittle {
  font-size: 3.5rem;
  letter-spacing: 0.4rem;
}
main .section-skills .skills-container {
  max-width: 94rem;
  row-gap: 3rem;
  column-gap: 0;
  justify-content: space-evenly;
}
.skills-container .skills-img-container {
  width: 30%;
  max-width: 24rem;
}

/* PROJECTS SECTION */
main .section-projects {
  padding-top: 9rem;
}
main .section-projects .projects-tittle {
  font-size: 3.5rem;
  letter-spacing: 0.4rem;
  margin-bottom: 5rem;
}
main .section-projects .projects-container {
  justify-content: space-evenly;
  row-gap: 3rem;
  column-gap: 1rem;
}
main .section-projects .project {
  width: 45%;
  max-width: none;
}
main .section-projects .project p {
  font-size: 1.5rem;
}

/*FOOTER SECTION*/
footer .social-contact-container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin: 2rem 0;
}
footer .social-media {
  max-width: none;
  width: 45%;
  justify-content: start;
}
.social-media .media-img-container {
  margin-right: 3.5rem;
}

.social-media .media-img-container i {
  font-size: 3.2rem;
  color: var(--gray1);
}

footer .contact {
  align-items: end;
  width: 45%;
}
