@media screen and (max-width: 1550px) {
  #desktop-nav {
    display: none;
  }
  #hamburger-nav {
    display: flex;
  }
  #profile {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    padding-right: 0;
  }
  .color-split1 {
    height: 15vh;
  }
  .section__text__p2 {
    margin-left: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .title,
  .title2,
  .profesion {
    justify-content: space-evenly;
    margin: 0;
    padding: 0;
  }
  .section__text__p2 {
    justify-content: center;
    text-align: center;
  }
  .section__pic-container1 {
    display: flex;
    padding-top: 8%;
    align-items: center;
  }
  .section__pic-container {
    display: none;
  }

  .btn-container {
    display: flex;
    justify-content: center;
  }
  #socials-container {
    display: flex;
    justify-content: center;
    padding: 0;
  }
  .section__text img {
    display: none;
  }
  #Physics_objects {
    display: none;
  }

  .about__content {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    width: 100%;
    margin: 0;
  }
  .about_image {
    position: relative;
    width: 100%;
    height: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -50px;
  }
  .about_text {
    position: relative;
    width: 500px;
    height: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .return {
    display: none;
  }
  .spacer {
    display: none;
  }
  #About {
    height: 1500px;
  }
  #Resume {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 2000px;
    background: #ffdccf;
  }
  .wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    text-align: center;
    background-color: #efefef;
    margin-top: 2rem;
    max-height: 1200px;
  }
  .clearfix::after {
    content: "";
    display: table;
    clear: both;
  }
  #Portfolio {
    height: auto;
    min-height: 2000px;
    align-items: top;
  }
  .right-contact {
    display: none;
  }
  #contact {
    padding: 25px;
    padding-top: 0;
    align-items: top;
  }
  .body_container {
    padding-top: 25px;
  }
  .wrapper {
    translate: 0px -200px;
  }
  .left-resume {
    min-width: 70%;
  }
}

@media screen and (max-width: 2000px) {
  .spacer {
    width: 400px;
  }
  #bottomabout {
    display: none;
  }
  .img_opp {
    display: none;
  }
  .about1,
  .about2 {
    display: none;
  }
  .bottom_contact {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #Portfolio {
    height: 3500px;
  }
  .wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    translate: 0px -1000px;
  }
  #contact {
    height: 400px;
  }
  .left-resume {
    width: 90%;
    padding: 30px;
    margin: 30px;
  }
  .about__content {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    width: 100%;
    margin: 0;
  }
  .about_image {
    position: relative;
    width: 80%;
    height: 90;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
  }
  .about_p {
    position: relative;
    width: 300px;
    height: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 1.4rem;
  }
  #About {
    height: fit-content;
  }
  #Resume {
    padding: 0;
    height: 1500px;
  }
  .Working_gallery {
    margin: 0 !important;
    padding: 0 !important;
    width: 900px !important;
    height: 400px;
  }
  #expandedImg {
    object-fit: fill;
  }
  #jobs {
    width: auto;
    margin: 10px;
  }
}
@media screen and (min-width: 2700px) {
  .spacer {
    width: 400px;
  }
  #bottomabout {
    display: none;
  }
  .img_opp {
    display: none;
  }
  .about1,
  .about2 {
    display: none;
  }
}
