Team:Dalhousie/libraries/css/home

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

}

.jumbotron { padding: 0; margin: 0; }

.sticky {

   position: fixed;

}

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

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

/* Footer styles


*/

html {

 position: relative;
 min-height: 100%;

} body {

 /* Margin bottom by footer height */
 margin-bottom: 60px;

}

  1. footer {
 position: absolute;
 bottom: 0;
 width: 100%;
 /* Set the fixed height of the footer here */
 height: 280px;
 background: 
 /* color overlay */ 
   linear-gradient(
     rgba(240, 212, 0, 0.45), 
     rgba(0, 0, 0, 0.45)
   ),
   /* image to overlay */
   url(http://images.cdn.fotopedia.com/_avPIZmqM3w-7z161LH_268-hd.jpg);

}


/* Custom footer CSS


*/

.container {

 width: auto;
 max-width: 680px;
 padding: 0 15px;

} .container .text-muted {

 margin: 20px 0;

} .footertext {

 color: #ffffff;

}