body  {
  font-family: "Open Sans";
  padding-top: 70px;
  padding-bottom: 60px;
}

div.well {
  background-color: white;
  border: 0px;
  border-bottom: 2px solid #cadb37;
}

.well h2, h2 {
  font-family: "Playfair Display";
  color : #cadb37;
}

.panel-default div.panel-heading, .panel-heading h2 {
  background-color: #f8f8f8;
  color: #8dd0d3;
}

.panel-body .list-group {
    margin-bottom: 0px;
}

.well h2 small {
  color: #888888;
}
.footer {
  margin-top: 20px;
  padding-top: 5px;
  border-top: 2px solid  #cadb37;
}
dt {
  color: #f97352;
}

.badge {
  background-color: #0a73ba;
}

progress {
  height: 2rem !important ;  
  max-width: 100% !important;

