/* styles for touch screen devices using hover */
@media (hover: none ) and (pointer: coarse) and (max-width: 767px) {
    /*
    header#header {
        position: fixed;
        bottom: 0;
        z-index: 1;
        height: 40px;
    }
    */
}
