/*
Theme Name: HypoGuard Child Theme
Theme URI: https://hypoguard.co.za
Author: HypoGuard
Author URI: https://hypoguard.co.za
Description: Custom theme for HypoGuard
Version: 1.0.0
Tested up to: 5.9
Requires PHP: 7
License: GNU General Public License v2 or later // todo no idea about this
License URI: LICENSE
Text Domain: breakdance-zero

Requires Breakdance to be installed.
--------------------------------------------------------------
*/

body {
margin: 0px !important;	
}

.skip-link,
.screen-reader-text {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.skip-link:focus,
.screen-reader-text:focus {
	position: fixed;
	left: 20px;
	top: 20px;
	width: auto;
	height: auto;
	padding: 10px 15px;
	background: #000;
	color: #fff;
	z-index: 999999;
	text-decoration: none;
}