        /* ==========================    
            mobile phone stoppers
        ========================== */
        html, body {
        
     
          /* 1. Stop font sizes from bloating/changing on mobile */
          -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;

          /* Stop pull-to-refresh and "rubber-band" bouncing when scrolling */
            overscroll-behavior: none;
          
          /* Resets native, bubbly mobile button and input styles to a flat canvas */
            button, select, input {
            -webkit-appearance: none;
            appearance: none;
           }
        }
        