.fakeimg {
  height: 200px;
  background: #aaa;
}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #f8f9fa;
  color: black;
  text-align: center;
}
.nav-link {
  color: rgba(255, 255, 255, 0.88) !important;
}
.nav-link-black {
  color: rgba(0, 0, 0, 0.88) !important;
}

.nav-disabled-text {
  color: white !important;
  background-color: rgba(111, 130, 151, 0.88) !important;
  margin: 3px;

}

.help-block {
  color: red;
  size: 0.8em;
}

