/* Brand color stuff for Verilo Analytics */

.hero-brand {
  background-color: #1a3a5c;
}

.logo {
  font-size: 1.4rem;
  font-weight: 600;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 6px;
}

.footer-links a:hover {
  color: #4da6e8 !important;
}

.navbar.is-white .navbar-item.is-active,
.navbar.is-white .navbar-item:hover,
.navbar.is-white a.navbar-item.is-active,
.navbar.is-white a.navbar-item:hover {
  color: #4da6e8 !important;
  background-color: transparent !important;
}
