/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
}
/* 
    Document   : jumbotron
    Created on : Mar 5, 2015, 8:07:35 PM
    Author     : greg
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body > .container {
  padding: 60px 15px 0;
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.container .text-muted {
  margin: 20px 0;
}

.footer {
  position: relative;
  margin-bottom: -20px;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

