/* custom css styling: C Cooper */
html {
  min-height: 100%;
  position: relative;
}
body {
  background-color:#e9ecef;
  margin-bottom: 40px; /* Margin bottom by footer height */
  padding-top: 3.5rem;
}
.footer {
  height: 40px; /* Set the fixed height of the footer here */
  line-height: 40px; /* Vertically center the text there */
  position: absolute;
  bottom: 0;
  width: 100%;
}

