/* @media screen and (min-width: 1100px) {
  .machine-table-phone{
    display: none;
  }
} */
@media screen and (max-width: 1100px) {
  
  /* TÁBLÁZATOK */

  /* .machine-table1,  .machine-table2{
    display: none;
    
  } */
  /* .project-pic-machines1{
    margin-bottom:100px ;
   
  } */
  .machine-table1, .machine-table2 {
    margin-left: 35px;
    margin-right: 35px;
    max-width: 350px;
    width: 400px;
  }

  /* .ref-wrapper1{
    margin-bottom: 0px;
  } */
 
 
  .machine-table1 td, .machine-table2 td{
    padding: 5px;
    font-size: 14px;
  }
  
  .machine-table1 th, .machine-table2 th{
    font-size: 16px;
    padding: 5px;
  }
  .machine-table1 h2, .machine-table2 h2 {
    font-size: 18px;
  }
  
  .project-pic-machines1{
    width: 100%;          
    max-width: 650px;
    margin-right: 0px;
    margin-top: 0px;
  }
  .project-pic-machines2{
    width: 100%;          
    max-width: 650px;
    margin-top: 0px;
    margin-left: 0px; 

  }
  .project-pic-ref{
    width: 100%;          
    max-width: 300px;
  }
  
}
@media screen and (max-width: 1400px) {
  #profile {
    height: 83vh;
    margin-bottom: 6rem;
  }
  .about-containers {
    flex-wrap: wrap;
  }
  #contact,
  #references {
    height: fit-content;
  }
  
}

@media screen and (max-width: 1200px) {
  #desktop-nav {
    display: none;
  }
  #hamburger-nav {
    display: flex;
  }
  #experience,
  .experience-details-container {
    margin-top: 2rem;
  }
  #profile,
  .section-container {
    display: block;
  }
  .arrow {
    display: none;
  }
  section,
  .section-container {
    height: fit-content;
  }
  section {
    margin: 0 5%;
  }
  .section__pic-container {
    width: 275px;
    height: 275px;
    margin: 0 auto 2rem;
  }
  .about-containers {
    margin-top: 0;
  }
 
}

@media screen and (max-width: 800px) {
  .logo {
    display: block;
    max-width: 150px;
    width: 100%;
    height: auto;
    margin-left: 0;
  }
 
}

@media screen and (max-width: 600px) {
  #contact,
  footer {
    height: 40vh;
  }
  #profile {
    height: 83vh;
    margin-bottom: 0;
  }
  article {
    font-size: 1rem;
  }

  .text-container {
    margin-left: 0%;
    margin-right: 0%;
    padding: 1 rem;
    font-size:14px;
  }



  footer nav {
    height: fit-content;
    margin-bottom: 2rem;
  }
  .about-containers,
  .contact-info-upper-container,
  .btn-container {
    flex-wrap: wrap;
  }
  .contact-info-container {
    margin: 0.4rem;
  }
  .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: 46vw;
    justify-content: center;
  }
  .section__text__p2 {
    font-size: 1.25rem;
  }
  .title {
    font-size: 2rem;
  }
  .text-container {
    text-align: justify;
  }

  .project-pic-vid{
    width:280px;
    height:200px;
}

.aboutme{
  margin: 1rem 0rem;
}


}

