﻿/** APPEARANCE OF LOGO BASED OF PAGE SCROLLING **/
#navbar {
  	background-color: transparent;
  	position: fixed;
  	top: -50px;
  	77777width: 100%;
  	display: flex;
  	transition: top 0.3s;  transition: top 1.5s;
  	111111justify-content: space-around; Z-INDEX: 1; WIDTH: 52PX; HEIGHT: 35PX; FLOAT: RIGHT; MARGIN-RIGHT: 25PX; RIGHT: 0;  
	}

#appearing-logo {
	margin-top: 12px; 
	}
/** END OF APPEARANCE OF LOGO BASED OF PAGE SCROLLING **/