/* background-color and background-repeat hide colors showing briefly when swiping beyond top or bottom. */
body.sGradient { background-color:black; background-image:linear-gradient(to bottom,blue,black); background-repeat:no-repeat; }

div.sHeaderColor { background-color:blue; } /* First section on the page, with border-top provided by div.page or top edge of display. */
