@media only screen and (max-width: 800px) {
    .h1-hlinks{
        display: none;
    }
    header{
        display: none;
        padding: 3px 8px 0px 8px;
    }
    .h1-mobile-menu{
        display: block;
        padding: 3px 8px 1px 8px;
        color: #444;
        font-size: 25px;
        background-color: white;
        border-radius: 10px;
    }
  }