.menu-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFF;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.menu-toggle svg {
  width: 17px;
  height: unset;
}

@media screen and (max-width: 1600px) {
  .menu-toggle {
    height: 35px;
    width: 35px;
  }
  .menu-toggle svg {
    width: 14px;
  }
}
@media screen and (max-width: 1400px) {
  .menu-toggle svg {
    width: 13px;
  }
}

/*# sourceMappingURL=style.css.map */
