.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 30px;
  line-height: 30px; /* Vertically center the text there */
  background-color: #8cd08a;
}
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:visited,
.btn-secondary:focus {
    background-color: #81b46a;
    border-color: #81b46a;
	color: #ffffff;
}
.btn-sm{
	line-height: 0px;
	
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 0px;
}
html {
  position: relative;
  min-height: 100%;
}

a{
	color: #ffffff;
}