
body {
  font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #2C3E50;
}

body::before {
  background: none !important;
}

.navbar {
  background-color: #2C3E50 !important;
}

.navbar.bg-primary {
    background-image: none;
}

.dropdown-item {
    color: #2C3E50 !important;
}

.dropdown-item::after {
    border-left-color: #2C3E50 !important;
}

.navbar .nav-link {
    color: white !important;
}

.nav-item a {
    color: #2C3E50 !important;
}

.footer {
  display: none !important;
}
