Team:Dalhousie/libraries/css/home

  1. bg-video {
   top: 0px;
   left: 0px;
 position: fixed;
 z-index: -1;
 width: 100%;
   overflow:hidden;
   display:block;
   height: 360px;

}

.sticky {

   top: 0;
   position: fixed;
   background-color:white;

}

.nav { margin: 0; padding: 0; background-color:white; }

  1. sticky-element.sticky {
    position: fixed;
    top: 0;
 }