header {
  width: 100%;
  min-height: 75px;
  height: fit-content;
}
header .logo {
  min-width: 200px;
  width: 80%;
  max-width: 250px;
}
header a {
  text-decoration: none;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  header {
    padding: 0.7em !important;
  }
}
@media screen and (max-width: 767px) {
  header .logo {
    min-width: 150px;
    width: 65%;
  }
}

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