/* common */
html {
  -webkit-text-size-adjust: none; /*-xwebkit-text-size-adjust: 100%;*/ /* this really fixes the ios font size problem on orientation change */
  text-rendering: geometricPrecision;   
}  
body,p,h1,h2,h3,h4,form,ul,li {
  margin: 0;
  padding: 0;
}
html {
  overflow-y: scroll;
}
p {
  line-height: 1.333em;
}
img {
  border-width: 0;
}
a, a:hover, a:active {
  color: inherit;
  text-decoration: none;
}
body {
  font: normal 1em 'Saira' ,Arial ,sans-serif;
  -webkit-text-size-adjust: none; /*-xwebkit-text-size-adjust: 100%;*/ /* this really fixes the ios font size problem on orientation change */
  /*font-size: 100%;
  font-size: 5vw;*/  
}
.hidden { display:none !important; }