@media screen and (max-width: 1065px) {
  #header ul li a{
    font-size: 18px;
  }
}

@media screen and (max-width: 1024px) {
  .home-content-text-box{
    width: 770px;
  }

  article h1{
    font-size: 27px;
  }

  article p{
    font-size: 16px;
  }

  .burger-nav {
    display: block;
    height: 40px;
    width: 100%;
    background: url(images/burger.png) no-repeat 98% center;
    cursor: pointer;
  }

  #header nav{
    height: auto;
    width: 230px;
  }

  #header ul{
    display: none;
  }

  #header ul.open{
    height: auto;
    display: block;
    background-color: black;
  }

  #header ul li{
    float:none;
    text-align: left;
    width: 100%;
    margin: 0;
    border: none;
  }

  #header ul li a{
    display: block;
    margin: 5px;
    border: none !important;
  }
}

@media screen and (max-width: 840px) {
  .home-content-text-box{
    width: 500px;
  }

  .home-content-text-box h2 {
    font-size: 23px;
  }

  .home-content-text-box p{
    font-size: 16px;
  }

  article{
    width: 54%;
  }

  aside{
    width: 44%;
  }

  .plant-content{
    height: 250px;
  }

  .plant-background{
    height: 300px;
  }

  .footer-section{
    font-size: 16px;
  }
}

@media screen and (max-width: 800px) {
  .contact-content{
    top: -410px;
  }
}

@media screen and (max-width: 700px) {
  .header-bottom-text h1{
    font-size: 26px;
  }

  article h1{
    font-size: 24px;
  }

  article p{
    font-size: 14px;
  }

  .contact-content{
    left: 0;
    margin: auto;
  }

  .footer-section{
    padding: 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  .home-content-text-box{
    width: 320px;
  }

  .home-machine{
    display: none;
  }

  .home-content-text{
    width: 100%;
  }

  .services-background{
    height: 700px;
  }

  .plant-background{
    height: 605px;
  }

  .services-content{
    height: 645px;
  }

  .plant-content{
    height: 553px;
  }

  article{
    width: 100%;
    margin-bottom: 10px;
  }

  aside{
    width: 100%;
    float: none;
  }

  .footer-section{
    font-size: 16px;
    height: 70px;
  }

  .footer-left{
    float: none;
  }

  .footer-right{
    float: none;
    margin-top: 2px;
  }
}

@media screen and (max-width: 540px) {
  .header-bottom-text h1 {
    font-size: 23px;
}

@media screen and (max-width: 500px) {
  #header nav{
    width: 100%;
  }

  .header-right{
    padding-top: 8px;
    padding-right: 0;
  }

  .header-bottom-text{
    display: none;
  }

  article h1{
    font-size: 27px;
  }

  article p{
    font-size: 16px;
  }
}

@media screen and (max-width: 380px) {
  .home-content-text-box{
    width: 270px;
  }

  .contact-content{
    width: 320px;
  }

  .contact-content h1{
    font-size: 36px;
  }

  .contact-content h2{
    font-size: 29px;
  }

  .contact-content p{
    font-size: 19px;
  }
}
