﻿/*****************************/
/***NAVIGATION SMALL SCREEN***/
/*****************************/ 
@media screen and (max-width: 779px) {


html,body
{ 
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
    
    height: auto;
    overflow-y: scroll; /* has to be scroll, not auto *
    -webkit-overflow-scrolling: touch;

}


}/*end of query*/
 