@import url("https://fonts.googleapis.com/css2?family=Balsamiq+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
header {
  padding: 15px;
  background-color: rgb(233, 22, 75);
  position: fixed;
  top: 0;
  margin-bottom: 10px;
  width: 99%;
  font-weight: 700;
}
header .messageBell span {
  margin-left: 2px;
}
header .balk_button {
  padding: 10px;
}
header .balk_button.current {
  text-decoration: underline;
}
header .balk_logo img {
  width: 25px;
  height: 25px;
}
header a {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
}
header .menu .balk_button:hover {
  text-decoration: underline;
}
header .mobile_menu {
  display: none;
}
header #menuItems {
  display: none;
}

@media only screen and (max-width: 480px) {
  header {
    width: 96%;
    padding: 5px 10px;
  }
  header .menu {
    display: none;
  }
  header .mobile_menu {
    display: block;
  }
  header .mobile_menu i {
    font-size: 25px;
  }
}/*# sourceMappingURL=header.css.map */