body {
  background-color: #fafafa;
}
.btn-secondary {
  background-color: #5f9ea0;
  border-color: white;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #2f4f4f;
  border-color: white;
}
.bg-title {
  background-color: #5f9ea0;
}
/* navbar
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 40px; /* Margin bottom by footer height */
}
.footer {
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 100%;
  height: 40px; /* Set the fixed height of the footer here */
  line-height: 40px; /* Vertically center the text there */
  background-color: #2f4f4f;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 40px; /* Margin bottom by footer height */
}
.footer {
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 100%;
  height: 40px; /* Set the fixed height of the footer here */
  line-height: 40px; /* Vertically center the text there */
  background-color: #2f4f4f;
}

.border-bottom{
  border-bottom:4px solid #5f9ea0 !important;
  margin: 0 10px 0 10px;
}
