html {
    min-height: 100%;
    position: relative;
}
body {
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  color: #1b1b1b;
  margin-bottom: 60px;
}
.footer {
    background-color: #f5f5f5;
    bottom: 0;
    height: 60px;
    position: absolute;
    width: 100%;
}
.container {
    max-width: 680px;
    padding: 0 15px;
    width: auto;
}
.container .text-muted {
    margin: 20px 0;
}

h1 {
  font-size: 42px;
  font-weight: 700;
}

.lfml {
  background-color: #1b1b1b;
  /*
  color: #f29718;
  color: #fa932a;
  color: #f59725;
  */
  color: #f59725;

}

.btn-lfml {
  background-color: #f09018;
  border-color: #c07818;
  font-size: 20px;
  font-weight: 700;
  color: #1b1b1b;
}
