@media (max-width: 1490px), (max-height: 800px) {
  header {
    padding: 17.16666px 45.3501px;
    font-size: 22.67505px; }
    header > a {
      height: 60.08331px; }
    header .items a {
      margin-right: 30.2334px; } }

@media (max-width: 930px) {
  header {
    padding: 2.1vh 5vw; }
    header > .items {
      display: none; }
    header .menu {
      display: block; }
      header .menu .icon {
        display: flex;
        flex-direction: column;
        align-items: end;
        cursor: pointer; }
        header .menu .icon span {
          display: block;
          width: 33px;
          height: 4px;
          margin-bottom: 5px;
          background-color: white; }
  .dropdown {
    position: relative;
    padding: 0 45.3501px;
    width: 100%;
    box-sizing: border-box;
    background-color: #0d1116; }
    .dropdown .items {
      display: flex;
      flex-direction: column;
      align-items: end;
      font-size: 1.4em;
      line-height: 1.4em; }
      .dropdown .items a {
        text-decoration: none; }
        .dropdown .items a:hover {
          text-decoration: underline; }
      .dropdown .items .spacer {
        height: .5em; } }

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