@media print, screen and (max-width: 39.99875em) {
  header .background {
    padding: 0px;
  }
  header .background .logo {
    width: 200px;
    margin: 30px;
  }
  header .hamburger {
    display: inline-block;
  }
  header .menu-container {
    background-color: white;
    height: auto;
    margin-top: 0px;
    display: none;
    z-index: 10;
  }
  header .menu-container .menu {
    flex-direction: column;
  }
  header .menu-container .menu li {
    text-align: center;
    height: auto;
    display: block;
  }
  header .menu-container .menu li a {
    font-size: 14px;
  }
  header .menu-container .menu li .menu {
    position: relative;
    margin-top: 0px;
  }
  header .menu-container .menu li .menu li {
    height: 35px;
  }
  header .menu-container:after {
    content: ' ';
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 3000px;
    position: absolute;
  }
  main.home {
    padding-top: 40px;
  }
  main.home h1 {
    margin-bottom: 10px;
  }
  main.products {
    padding-top: 0px;
  }
  main.products article {
    padding: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  main.products aside {
    padding: 0px;
  }
  main.downloads .files {
    padding: 5px;
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  footer p,
  footer a,
  footer li {
    text-align: center;
  }
  footer .icons {
    text-align: center;
    padding-left: 0px;
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
/*# sourceMappingURL=styles-small.css.map */