body {
  height: 3000px;
}
nav{
  position:fixed;
  top:0;
}
#Logo{
  transition: all 0.3s;
}
.largeLogo{width: 60px;}
.smallLogo{width: 30px;}

.static-mobile {
position: static;
}