@media (max-width: 1250px) {
  .header-title {
    margin-left: 272px;
  }
}

@media (max-width: 1000px) {

  .navigation {
    position: fixed;
    bottom: 0;
    top: auto;
    width: 100%;
    height: 80px;
    min-height: auto;
    z-index: 20;
  }

  .footer-notes {
    display: none;
  }

  .navigation-items-section {
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-direction: row;
  }

  .navigation-item {
    padding-left: 0;
    flex: 1;
    justify-content: center;
  }

  .navigation-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    color: #cdcdcd;
    font-size: 16px;
    cursor: pointer;
    width: auto;
  }

  .navigation-item svg {
    margin-right: 0px;
  }

  .navigation-item:hover {
    background-color: rgba(9, 25, 49, 1);
    color: white;
  }

  .join-logo-header {
    display: block;
    height: 39px;
    padding-left: 40px;
  }

  .help-span {
    display: block !important;
  }

  .join-logo {
    display: none;
  }

  .header-title {
    display: none;
  }

  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-right: 0;
  }

  .header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .user-profile-initials {
    width: 40px;
    height: 40px;
  }

  .header-right img {
    display: none;
  }

  .navigation-item:hover {
    background-color: rgba(9, 25, 49, 1);
    color: white;
    border-radius: 8px;
  }
}

@media (max-width: 750px) {

  header {
    height: 80px;
  }
  
  .join-logo-header {
    display: block;
    height: 39px;
    padding-left: 16px;
  }

  .header-right {
    padding-right: 16px;
  }
}

@media (max-width: 420px) {
  .navigation-item span {
    font-size: 11px;
  }
}
