/* Custom Styles */
body {
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
    margin: 0;
    padding: 0;
}
.bg-primary {
    background-color: #052483 !important;
}
.text-primary {
    color: #052483 !important;
}
.logo {
    max-height: 70px;
    width: auto;
}
.body-content {
    min-height: 80vh;
}

.menu-active {
    color: #052483 !important;
}

.footer-nav-text {
    margin-top: 5px;
}

@media screen and (max-width: 550px) {
  .footer-nav-text {
    font-size: 13px;
  }
}
