:root {
	--scroll-adjust: 100px;
}

@media (max-width: 768px) {

:root {
	--scroll-adjust: 60px;
}

}

