@media (max-width: 850px) {
  #logo-group .label {
    padding-bottom: 0.25rem;
  }
  #header-main {
    padding-top: 1rem;
    padding-bottom: 1rem !important;
    padding-left: 1rem;
  }
  #sknkwrx {
    justify-content: center;
  }
  #sknkwrx-content {
    width: 100%;
  }
  section.card.project {
    max-width: 100% !important;
  }
  #mountain-icon {
    display: none;
  }
  section.card.project {
    margin: 1rem 0 !important;
  }
  #about h2 {
    width: 100%;
  }
  footer .container h2 {
    font-size: 3.5rem;
    line-height: 3rem;
  }
  .brand {
    position: relative;
  }
  .brand #hamburger {
    display: block;
    position: absolute;
    top: -5px;
    right: 0;
    transition: all 0.2s;
  }
  .brand #hamburger.open {
    color: #00496e;
    filter: brightness(2.5);
  }
  .site-header {
    backdrop-filter: blur(10px); /* the blur */
    -webkit-backdrop-filter: blur(10px); /* Safari support */
  }
  .site-header .container {
    flex-flow: column nowrap;
    align-content: center;
    padding-top: 0;
    padding-bottom: 2rem !important;
  }
  .site-header .container nav {
    width: 100%;
  }
  .site-header .container nav ul {
    padding-left: 0;
    margin-left: 0;
    flex-flow: column nowrap;
  }
  .site-header .container nav li {
    width: auto;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0.5rem;
    margin-right: auto;
  }
  .site-header .container nav li::after {
    justify-content: flex-start;
  }
  #site-nav {
    overflow: hidden;
    transition: all 0.3s ease-out;
    max-height: 0;
  }
  #site-nav.open {
    max-height: 100vh;
  }
  /* your styles here */
  #main .content {
    width: 100%;
  }
  .card-heading {
    margin-bottom: 0;
  }
  .card-content {
    margin-top: 0;
  }
  #about-highlights {
    padding-bottom: 0;
  }
  #about-highlights.card-container {
    flex-flow: column nowrap;
  }
  #projects {
    display: flex;
    flex-flow: column nowrap;
  }
  .card.project {
    box-sizing: border-box;
    width: auto !important;
  }
  footer section.container {
    width: 100%;
  }
  footer .container.contact {
    padding-top: 0;
  }
  .site-header .container {
    padding-top: 2rem;
    padding-left: 2rem;
  }
  .hover-item:hover::before {
    border: none;
  }
}/*# sourceMappingURL=mobile.css.map */