html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  background-color: #dc1f26;
}

.navbar {
  justify-self: flex-end !important;
}

footer {
  background-color: black;
  /*padding-top: 5px;*/
  padding-bottom: 5px;
}

.d-l-f {
  width: fit-content;
  margin: auto;
  padding: 0 !important;
}

.l-f {
  color: #b4b4b4;
  font-size: 11px;
  padding-left: 12px;
  padding-right: 12px;
  line-height: 1;
}

.l-f:hover {
  color: white;
  text-decoration: none;
}

.border-l-r {
  border-right: solid 1px #b4b4b4;
  border-left: solid 1px #b4b4b4;
  line-height: 1;
}

.border-r {
  border-right: solid 1px #b4b4b4;
  line-height: 1;
}


@media (max-width: 856px) {
  .l-f {
    color: #b4b4b4;
    font-size: 13px;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 1;
  }

  .d-l-f {
    padding-top: 8px !important;
    padding-bottom: 6px !important;
    height: 40px !important;
  }
}