/** @format */

@media only screen and (max-width: 550px) {
  .lander {
    padding: 6rem 2rem;
    height: 55vh;
  }

  header div {
    display: none;
  }

  header .icon {
    display: flex;
    font-size: 16px;
  }

  .buttons {
    align-items: start;
    flex-direction: column;
  }

  h1 {
    font-size: 38px !important;
  }

  h3 {
    font-size: 20px;
  }

  .lander img {
    display: none;
  }

  #creations,
  #services {
    padding: 2rem 1rem;
  }

  .project {
    grid-auto-flow: row;
  }

  .projects {
    grid-auto-flow: row;
    padding: 10px;
    margin-top: 4rem;
  }
  p {
    font-size: 16px;
  }

  .project div {
    padding-left: 25px;
  }

  .project img {
    grid-row: 1;
    height: 100px;
    width: 100px;
    border-radius: 16px;
  }

  .project div:before {
    top: -55px;
    left: -32px;
  }

  .discord,
  .github {
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 6px;
    margin-top: 6px;
  }

  .credit h3 a {
    padding-top: 20px;
    line-height: 3;
  }

  .ham-expand {
    position: absolute;
    opacity: 0;
  }
  .ham-expand.active {
    background-color: rgb(20 20 20 / 90%);
    opacity: 1;

    display: flex;

    z-index: 500;
    box-shadow: 0 0 48px 0px black;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    flex-direction: column;
    border-radius: 18px;
    width: 32vw;
    max-width: 200px;
    top: 64px;
    padding: 18px;
    right: 8px;
    align-items: flex-start;
  }

  .active .links {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 100%;
  }

  .active .links a {
    width: -moz-available;
    width: -webkit-fill-available;
  }

  .active .links:nth-of-type(2) {
    border-top: 2px solid #eaeaea47;
    padding-top: 10px;
  }

  .ham {
    display: inline-block;
    background-color: transparent;
    border: 0px none;
  }
}
