Team:Dalhousie/libraries/css/bootstraptest

body {

  margin: 0; 

}

.header {

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

}

.header h1 {

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

}

.menu {

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

}

.menu li {

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

}

.menu li:hover, .menu li:focus {

   background-color: #66FFE3;

}

.menu a {

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

}

.sticky {

   top: 0;
   position: fixed;

}

.container {

 padding: 0 20px;
 color: #989898;

}