document.addEventListener('DOMContentLoaded',function(){const smallLogo=document.querySelector('.small-logo');window.addEventListener('scroll',function(){const scrollPercentage=(window.scrollY/document.documentElement.scrollHeight)*100;if(scrollPercentage>0.7){smallLogo.style.display='block'}else{smallLogo.style.display='none'}})})