/* Custom Css */

@media (min-width: 1200px) {
.col-xl-3 {
	-ms-flex: 0 0 33%;
	flex: 0 0 33%;
	max-width: 33%;
	}
}

.main-menu > li {
	margin-left: 1rem;
	margin-right: 1rem;
}

footer {clear:both;}

#jagtitle {
    font-family: Calibri;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1rem;
}

#jagtitlewhite {
    font-family: Calibri;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1rem;
    color: #ffffff;
}

.navbar-brand a {display:block;}
.navbar-brand a:focus-visible, .nav-link:focus-visible, a:focus-visible {
	
	border: 5px dashed black;
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

#skippy:active, #skippy:focus {
    position: absolute;
    padding: .4rem 1rem;
    border: 2px solid #ff0000;
    border-radius: 8px;
    z-index: 1005;
    background-color: #FFA400;
	
}
#skippy span {
	font-weight: bold;
	color: #000000;
}



