/* Add here all your CSS customizations */


.offset-anchor {
	display: block;
	position: relative;
	visibility: hidden;
}

@media (min-width: 991px) {
	.offset-anchor {
		top: -100px;
	}
}

