header {
  display: flex;
  align-items: center;
  padding: 2vh 2vw;
  width: 100%;
  box-sizing: border-box;
  font-family: DanteMTTitling;
  font-size: 1.5vw;
  user-select: none; }
  header > a {
    height: 7vh; }
    header > a img {
      height: 100%; }
  header .menu {
    display: none; }

.dropdown {
  display: none; }
  .dropdown .items {
    display: none; }

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