Team:Dalhousie/libraries/css/liltest

body, html{

  margin: 0; 

padding:0; }

video { position: absolute; min-width: 100%; z-index:-1; }

.header {

   height: 100px;
   background-color: #ddcbaf;
   text-align: center;

}

.header h1 {

   margin-top: 0;
   padding-top: 20px;

}

.something {

   margin: 0;
   padding: 0;
   width: 100%;
   background-color: #BFFFF3;
   top: 0;
   position: -webkit-sticky;
   position: sticky;

}

.something li {

   display: inline-block;
   text-align: center;
   width: 25%;

}

.something li:hover, .something li:focus {

   background-color: #66FFE3;

}

.something a {

   display: block;
   padding: 10px 0;
   text-decoration: none;

}

.sticky {

   top: 0;
   position: fixed;

}

.container {

 padding: 0 20px;
 color: #989898;

}

.text{

z-index:2;

position:relative; }