html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 80px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
}

.bg-primary {
  background-color: #743626 !important;
}

.btn.bg-primary:hover {
  background-color: #ffd900 !important;
}

.btn-primary {
  background-color: #743626 !important;
  border-color: #743626 !important;
}