 html, body {
    height: 100%;
  }
  body {
    display: flex;
    flex-direction: column;
  }
  main {
    flex: 1;
  }
    .text-primary {
    color: #00509e !important;
  }
  .bg-primary
  {
    background-color: #00509e !important;
  }
    .bg-subheader
  {
    background-color: #0b4d8e !important;
  }
   .btn-primary
  {
    background-color: #00509e !important;
  }
.navbar.bg-custom,
footer.bg-custom {
  background-color: #0b4d8e !important;
}