/* Extra Large Screens (1400px and above) */
@media screen and (min-width: 1400px) {
  section {
    margin: 0 15rem;
  }
  .section__pic-container {
    height: 500px;
    width: 500px;
  }
  .title {
    font-size: 3.5rem;
  }
}

/* Large Screens (1200px to 1399px) */
@media screen and (max-width: 1399px) and (min-width: 1200px) {
  section {
    margin: 0 10rem;
  }
  .section__pic-container {
    height: 400px;
    width: 400px;
  }
  .title {
    font-size: 3rem;
  }
}

/* Medium Screens (992px to 1199px) */
@media screen and (max-width: 1199px) and (min-width: 992px) {
  section {
    margin: 0 8rem;
  }
  .section__pic-container {
    height: 350px;
    width: 350px;
  }
  .title {
    font-size: 2.75rem;
  }
  .project-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Small Screens (768px to 991px) */
@media screen and (max-width: 991px) and (min-width: 768px) {
  nav {
    justify-content: space-between;
  }
  .nav-links {
    display: none;
  }
  .hamburger-menu {
    display: inline-block;
  }
  section {
    margin: 0 5rem;
  }
  .section__pic-container {
    height: 300px;
    width: 300px;
    margin: 0 auto 2rem;
  }
  .title {
    font-size: 2.5rem;
  }
  .section__text__p2 {
    font-size: 1.5rem;
  }
  .about-containers {
    flex-wrap: wrap;
  }
  .experience-details-container {
    margin-top: 2rem;
  }
  .project-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .project-filters {
    flex-direction: column;
    align-items: center;
  }
}
<<<<<<< SEARCH
/* Extra Small Screens (600px to 767px) */
@media screen and (max-width: 767px) and (min-width: 600px) {
  nav {
    height: 15vh;
  }
  .logo {
    font-size: 1.75rem;
  }
  section {
    margin: 0 3rem;
    padding-top: 2vh;
  }
  #profile {
    height: 80vh;
    flex-direction: column;
    gap: 2rem;
  }
  .section__pic-container {
    height: 250px;
    width: 250px;
  }
  .title {
    font-size: 2.25rem;
  }
  .section__text__p2 {
    font-size: 1.25rem;
  }
  .btn {
    width: 7rem;
    padding: 0.75rem;
  }
  .about-containers {
    flex-direction: column;
  }
  .details-container {
    padding: 1rem;
  }
  .experience-sub-title {
    font-size: 1.5rem;
  }
  .article-container {
    gap: 1.5rem;
  }
  article {
    width: 8rem;
  }
  .project-grid {
    grid-template-columns: 1fr;
  }
  .project-card {
    padding: 0.75rem;
  }
  .project-title {
    font-size: 1rem;
  }
  .contact-info-upper-container {
    flex-direction: column;
    gap: 1rem;
  }
  .contact-info-container p {
    font-size: 1rem;
  }
  footer {
    height: 20vh;
  }
}
=======
/* Extra Small Screens (600px to 767px) */
@media screen and (max-width: 767px) and (min-width: 600px) {
  nav {
    height: 15vh;
  }
  .logo {
    font-size: 1.75rem;
  }
  section {
    margin: 0 3rem;
    padding-top: 2vh;
  }
  #profile {
    height: 80vh;
    flex-direction: column;
    gap: 2rem;
  }
  .section__pic-container {
    height: 250px;
    width: 250px;
  }
  .title {
    font-size: 2.25rem;
  }
  .section__text__p2 {
    font-size: 1.25rem;
  }
  .btn {
    width: 7rem;
    padding: 0.75rem;
  }
  .about-containers {
    flex-direction: column;
  }
  .details-container {
    padding: 1rem;
  }
  .experience-sub-title {
    font-size: 1.5rem;
  }
  .article-container {
    gap: 1.5rem;
  }
  article {
    width: 8rem;
  }
  .project-grid {
    grid-template-columns: 1fr;
  }
  .project-card {
    padding: 0.75rem;
  }
  .project-title {
    font-size: 1rem;
  }
  .contact-info-upper-container {
    flex-direction: column;
    gap: 1rem;
  }
  .contact-info-container p {
    font-size: 1rem;
  }
  footer {
    height: 20vh;
  }
}
<<<<<<< SEARCH
/* Extra Extra Small Screens (below 600px) */
@media screen and (max-width: 599px) {
  nav {
    height: 12vh;
  }
  .logo {
    font-size: 1.5rem;
  }
  .hamburger-icon {
    height: 20px;
    width: 25px;
  }
  section {
    margin: 0 1rem;
    padding-top: 1vh;
  }
  #profile {
    height: 75vh;
    gap: 1rem;
  }
  .section__pic-container {
    height: 200px;
    width: 200px;
  }
  .title {
    font-size: 2rem;
  }
  .section__text__p1 {
    font-size: 0.9rem;
  }
  .section__text__p2 {
    font-size: 1.1rem;
  }
  .btn {
    width: 6rem;
    padding: 0.5rem;
    font-size: 0.9rem;
  }
  .icon {
    height: 1.5rem;
  }
  .about-containers {
    gap: 1rem;
  }
  .details-container {
    padding: 0.75rem;
  }
  .text-container p {
    font-size: 0.9rem;
  }
  .experience-sub-title {
    font-size: 1.25rem;
  }
  .article-container {
    gap: 1rem;
  }
  article {
    width: 6rem;
    font-size: 0.8rem;
  }
  .project-grid {
    gap: 1rem;
    padding: 1rem 0;
  }
  .project-card {
    padding: 0.5rem;
  }
  .project-img {
    height: 150px;
  }
  .project-title {
    font-size: 0.9rem;
  }
  .project-filters {
    padding: 0.5rem;
    gap: 0.5rem;
  }
  .filter {
    padding: 0.4rem 0.8rem;
    font-size: 0.8rem;
  }
  .contact-info-upper-container {
    margin: 1rem auto;
    padding: 0.25rem;
  }
  .contact-info-container {
    gap: 0.25rem;
    margin: 0.5rem;
  }
  .contact-info-container p {
    font-size: 0.9rem;
  }
  .email-icon {
    height: 2rem;
  }
  footer {
    height: 15vh;
    margin: 0 0.5rem;
  }
  footer p {
    font-size: 0.8rem;
  }
}
=======
/* Extra Extra Small Screens (below 600px) */
@media screen and (max-width: 599px) {
  nav {
    height: 12vh;
  }
  .logo {
    font-size: 1.5rem;
  }
  .hamburger-icon {
    height: 20px;
    width: 25px;
  }
  section {
    margin: 0 1rem;
    padding-top: 1vh;
  }
  #profile {
    height: 75vh;
    gap: 1rem;
  }
  .section__pic-container {
    height: 200px;
    width: 200px;
  }
  .title {
    font-size: 2rem;
  }
  .section__text__p1 {
    font-size: 0.9rem;
  }
  .section__text__p2 {
    font-size: 1.1rem;
  }
  .btn {
    width: 6rem;
    padding: 0.5rem;
    font-size: 0.9rem;
  }
  .icon {
    height: 1.5rem;
  }
  .about-containers {
    gap: 1rem;
  }
  .details-container {
    padding: 0.75rem;
  }
  .text-container p {
    font-size: 0.9rem;
  }
  .experience-sub-title {
    font-size: 1.25rem;
  }
  .article-container {
    gap: 1rem;
  }
  article {
    width: 6rem;
    font-size: 0.8rem;
  }
  .project-grid {
    gap: 1rem;
    padding: 1rem 0;
  }
  .project-card {
    padding: 0.5rem;
  }
  .project-img {
    height: 150px;
  }
  .project-title {
    font-size: 0.9rem;
  }
  .project-filters {
    padding: 0.5rem;
    gap: 0.5rem;
  }
  .filter {
    padding: 0.4rem 0.8rem;
    font-size: 0.8rem;
  }
  .contact-info-upper-container {
    margin: 1rem auto;
    padding: 0.25rem;
  }
  .contact-info-container {
    gap: 0.25rem;
    margin: 0.5rem;
  }
  .contact-info-container p {
    font-size: 0.9rem;
  }
  .email-icon {
    height: 2rem;
  }
  footer {
    height: 15vh;
    margin: 0 0.5rem;
  }
  footer p {
    font-size: 0.8rem;
  }
}

/* Hide nav links and show hamburger menu on small screens */
@media screen and (max-width: 768px) {
  /* Do not hide the entire nav */
  #desktop-nav {
    display: flex;
  }
  .nav-links {
    display: none !important;
  }
  .hamburger-menu {
    display: inline-block !important;
  }
}

/* Extra Small Screens (600px to 767px) */
@media screen and (max-width: 767px) and (min-width: 600px) {
  nav {
    height: 15vh;
  }
  .logo {
    font-size: 1.75rem;
  }
  section {
    margin: 0 3rem;
    padding-top: 2vh;
  }
  #profile {
    height: 80vh;
    flex-direction: column;
    gap: 2rem;
  }
  .section__pic-container {
    height: 250px;
    width: 250px;
  }
  .title {
    font-size: 2.25rem;
  }
  .section__text__p2 {
    font-size: 1.25rem;
  }
  .btn {
    width: 7rem;
    padding: 0.75rem;
  }
  .about-containers {
    flex-direction: column;
  }
  .details-container {
    padding: 1rem;
  }
  .experience-sub-title {
    font-size: 1.5rem;
  }
  .article-container {
    gap: 1.5rem;
  }
  article {
    width: 8rem;
  }
  .project-grid {
    grid-template-columns: 1fr;
  }
  .project-card {
    padding: 0.75rem;
  }
  .project-title {
    font-size: 1rem;
  }
  .contact-info-upper-container {
    flex-direction: column;
    gap: 1rem;
  }
  .contact-info-container p {
    font-size: 1rem;
  }
  footer {
    height: 20vh;
  }
}

/* Extra Extra Small Screens (below 600px) */
@media screen and (max-width: 599px) {
  nav {
    height: 12vh;
  }
  .logo {
    font-size: 1.5rem;
  }
  .hamburger-icon {
    height: 20px;
    width: 25px;
  }
  section {
    margin: 0 1rem;
    padding-top: 1vh;
  }
  #profile {
    height: 75vh;
    gap: 1rem;
  }
  .section__pic-container {
    height: 200px;
    width: 200px;
  }
  .title {
    font-size: 2rem;
  }
  .section__text__p1 {
    font-size: 0.9rem;
  }
  .section__text__p2 {
    font-size: 1.1rem;
  }
  .btn {
    width: 6rem;
    padding: 0.5rem;
    font-size: 0.9rem;
  }
  .icon {
    height: 1.5rem;
  }
  .about-containers {
    gap: 1rem;
  }
  .details-container {
    padding: 0.75rem;
  }
  .text-container p {
    font-size: 0.9rem;
  }
  .experience-sub-title {
    font-size: 1.25rem;
  }
  .article-container {
    gap: 1rem;
  }
  article {
    width: 6rem;
    font-size: 0.8rem;
  }
  .project-grid {
    gap: 1rem;
    padding: 1rem 0;
  }
  .project-card {
    padding: 0.5rem;
  }
  .project-img {
    height: 150px;
  }
  .project-title {
    font-size: 0.9rem;
  }
  .project-filters {
    padding: 0.5rem;
    gap: 0.5rem;
  }
  .filter {
    padding: 0.4rem 0.8rem;
    font-size: 0.8rem;
  }
  .contact-info-upper-container {
    margin: 1rem auto;
    padding: 0.25rem;
  }
  .contact-info-container {
    gap: 0.25rem;
    margin: 0.5rem;
  }
  .contact-info-container p {
    font-size: 0.9rem;
  }
  .email-icon {
    height: 2rem;
  }
  footer {
    height: 15vh;
    margin: 0 0.5rem;
  }
  footer p {
    font-size: 0.8rem;
  }
}

