/* ==========================================================================
   Responsive styles
   ========================================================================== */

/* Wide Screens */

@media (min-width: 1920px) and (max-width: 2560px) {

}

/* Desktop */

@media (max-width: 1600px) {
  .container-small {
    max-width: 80%;
  }

  .parallax-bg .item-3{
    width: 200px;
  }
  .parallax-bg .item-2{
    width: 300px;
  }

  .parallax-bg .item-6{
    width: 200px;
  }

  .parallax-bg .item-5{
    width: 200px;
    right: 0;
  }

  .parallax-bg .item-7{
    width: 300px;
  }

  .parallax-bg .item-9{
    width: 200px;
  }

  .parallax-bg .item-10{
    width: 300px;
  }

  footer{
    max-height: 800px;
  }
}

/* Desktop Small */

@media (max-width: 1400px) {
}

/* Laptop */

@media screen and (min-device-width: 768px) and (max-device-width: 1600px) {

}

/* Tablet Landscape */

@media (max-width: 1024px) {
  .job-description{
    flex-direction: column;
  }
  .job-description .w-50{
    width: 100%;
  }
}

/* Tablet Portrait */

@media (max-width: 980px) {
}

/* Mobile Landscape */

@media (max-width: 768px){
  .container-small {
    max-width: 90%;
  }

  .parallax-bg{
    display: none;
  }

  .footer{
    height: inherit;
    min-height: inherit;
    padding: 50px 0 30px 0;
  }

  .footer .container-small{
    flex-direction: column;
  }

  .footer .container-small .w-50{
    width: 100%;
  }

  .footer .container-small .w-50 .arrow{
    display: none;
  }
}
