  
	
 header  {top: -60px;
	 -moz-transition-property: top;
                -o-transition-property: top;
                -webkit-transition-property: top;
                transition-property: top;
    			-moz-transition-duration: 1s;
                -o-transition-duration: 1s;
                -webkit-transition-duration: 1s;
                transition-duration: 1s;  
				transition-timing-function: ease-in-out;
			
	  
  }
    .sticky header  nav.dropdown ul {
	justify-content: flex-start; }
  
@media all and (min-width : 900px) {
 .sticky header {position: fixed; top: 0px; z-index: 2000; height:60px; padding-bottom: 0px; border-top: 3px solid #659B9A; align-items: flex-end;} 
  


 .sticky header .wrapper {flex-direction: row; }
   
  .sticky .logo  { max-width: 200px;}

  
  #spacer {height: 0px;}
  .sticky #spacer {height: 180px;}

