

/* Add padding for static nav bar */

html {
  position: relative;
  min-height: 100%;
}

body {
  padding-top: 120px;
  margin-bottom: 60px;
}

/* Sticky Footer */

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}

.body > .container-fluid {
padding: 60px 15px 0;
}

.footer > .container-fluid {
padding: 0px;
margin: 0px;
}

.bg-tn-green {
	background-color: #28a745;
}
