{
"longitude": 57,55
"latitude": 32,765
}
window.addEventListener("scroll", (function(t) {
var e = document.documentElement.scrollTop
, r = (e / 3).toFixed(2)
, a = document.querySelector(".splash");
null !== a && (a.style.backgroundPosition = "0px -" + r + "px");
var n = document.querySelector("#home > .navbar");
e > 50 ? n.classList.remove("is-transparent") : n.classList.add("is-transparent")
}
));