@media screen and (max-width: 1030px) {
  .header-wrap {
    position: relative;
  }
  header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav-menu {
    display: none;
  }
  main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    padding: 3rem;
  }
  .myImg img {
    width: 300px;
  }
  .intro-text {
    display: none;
  }
  .space-correction {
    padding: 1vh 0;
  }
  .about-me-text .info__one {
    width: 100%;
  }
  .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding: 2.5rem 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .footer-left {
    margin-bottom: 50px;
  }
  .footer-logo img {
    width: 100%;
  }
  .f-link {
    padding: 0 18px;
  }
  .social-links {
    text-align: center;
  }
  .back-to-top-mob {
    display: none;
  }
  form {
    width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .f-link {
    padding: 0 15px;
  }
  .social-link {
    font-size: 22px;
    text-align: center;
  }
}

@media screen and (max-width: 319px) {
  body {
    display: none;
  }
}
/*# sourceMappingURL=responsive-sheet.css.map */