body {
  font-family: sans-serif;
  padding: 0;
  margin: 0;
}

.main-header-wrap {
  padding: 20px 0;
}

img {
  max-width: 100%;
  height: auto;
}

.skip-link {
  top: 0;
  left: 0;
  z-index: 1000;
  display: block;
  padding: 10px;
  background-color: white;
  color: black;
  position: absolute;
  margin-top: -200px;
}
.skip-link:focus {
  margin-top: 0;
}

@media (min-width: 1180px) {
  .btn-menu {
    display: none;
  }
}
@media (min-width: 720px) and (max-width: 1179px) {
  .btn-menu {
    display: none;
  }
}
/*# sourceMappingURL=../maps/base/base.css.map */
