.mg-top-5 {
  margin-top: 50px !important;
}

.mg-top-3 {
  margin-top: 30px !important;
}

.mg-top-5 a {
  color: white;
  text-decoration: none;
}

.mg-top-5 span {
  margin: 0 20px 0;
}

.mg-top-5 span.br {
  display: none;
}

@media (max-width: 1080px) {
  .mg-top-5 span.br {
    display: block;
  }
  .mg-top-5 span.slash{
    display: none;
  }
}

#footer {
  height: 210px;
  background: #1d3354;
}

#footer > div {
  color: white !important;
}

.footer-logo {
  width: 200px;
  text-align: center;
}
.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

div#breadclumb {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: lightgray;
  background-color: white;
  font-size: 0.8em;
  padding-left: 2em;
  position: sticky;
  bottom: 0;
}

div#breadclumb > p {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
}
@media (max-width: 576px) {
  #footer {
    height: 210px;
  }
  .mg-top-5 span {
    margin: 0 5px 0;
  }

  .font-size-sm-16 {
    font-size: 16px !important;
  }

  .text-footer {
    margin-top: 25px !important;
    text-align: center;
    font-size: 10px !important;
  }
  .mg-top-5 {
    margin-top: 25px !important;
  }
}
@media (max-width: 425px) {
}
