/* ---------------------------------------------------
breakpoint: 50em
------------------------------------------------------ */
@media (min-width: 50em) {
  body {
    position: relative;
  }

  .page {
    margin: 0 0 0 180px;
    position: relative;
  }

  header {
    padding: 1.25em 1em 1.25em 240px;
  }

  .header-wrapper .header-join-logo {
    display: none;
  }

  .header-wrapper p {
    display: block;
  }

  nav {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 170px;
  }

  div[w3-include-html] {
    height: 100%;
  }

  div[w3-include-html] p {
    margin-top: 10px;
  }

  .nav {
    height: 100%;
    max-height: 1024px;
    padding: min(4em, 6vh) 0;
    display: flex;
    flex-direction: column;
  }

  .join-logo {
    height: 100px;
    display: block;
  }

  .join-logo img {
    max-height: 90%;
  }

  .menu-items {
    width: 100%;
  }

  .menu-items-wrapper {
    height: 80%;
    margin: 1em 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
  }

  .menu-items-wrapper p {
    font-size: 16px !important;
  }

  .menu-items a,
  .legal-info-wrapper a {
    height: auto;
    flex-direction: row;
    width: 100%;
    padding: 8px 0;
    justify-content: unset;
    font-size: 1em;
    border-radius: 0;
    padding-left: 24px;
  }

  .active {
    border-radius: 0;
  }

  .menu-items img {
    height: 30px;
    width: 30px;
  }

  .legal-info-wrapper {
    height: 40%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }

  .legal-info-wrapper a {
    color: #cdcdcd;
  }

  .legal-info-wrapper a:hover {
    color: var(--accent-color-lightblue);
  }

  .add-contact {
    display: none;
  }
}

@media (height < 600px) {
  .legal-info-wrapper {
    height: auto;
  }
}

/* ---------------------------------------------------
breakpoint: 540px to 50em
------------------------------------------------------ */
@media (480px <=width <=50em) {
  .menu-items-wrapper {
    justify-content: space-evenly;
  }
}

.d-none {
  display: none;
}
