/*
Author:       SeaMonster Studios
Version:      1.7.4
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

#nav-instructions {
    position: absolute;
    text-align: center;
    width: 100%;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    background: rgba(0,0,0,.55);
    border-radius:4px;
    padding: 12px;
    font-family: arial;
    font-size: 14px;
    color: #fff;
    text-shadow: -1px 1px 0 #000,
				 1px 1px 0 #000,
				 1px -1px 0 #000,
				 -1px -1px 0 #000;
}

#sr-only-instructions {
    border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important; /* 1 */
	-webkit-clip-path: inset(50%) !important;
		clip-path: inset(50%) !important;  /* 2 */
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important; 
    position: absolute;
    top: -50000000px;
}
#footer-nav-instructions {
    position: fixed;
    text-align: center;
    width: 100%;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    background: rgba(0,0,0,.55);
    border-radius:4px;
    padding: 12px;
    font-family: arial;
    font-size: 14px;
    color: #fff;
    text-shadow: -1px 1px 0 #000,
				 1px 1px 0 #000,
				 1px -1px 0 #000,
				 -1px -1px 0 #000;
}

#footer-sr-only-instructions {
    border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important; /* 1 */
	-webkit-clip-path: inset(50%) !important;
		clip-path: inset(50%) !important;  /* 2 */
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important; 
    position: absolute;
    top: -50000000px;
}