/* footer */
.rb-footer {
  text-align: center;
  background: rgba(0,0,0,0.2);
}
.rb-footer-content {
  position: fixed;
  bottom: 0px;
  width: 100%;
}
/* custom colors */
body {
  background: #e8e8ff;
}
a {
  text-decoration: none;
  color:inherit;
}
a:hover {
  color:orchid;
}
.form-check-label {
  color: #6c757d;
}