html,
body {
  margin: 0;
  padding: 0;
  font-family: Lato, sans-serif;
}

.navbar-nav {
  margin-left: auto;
}

.navbar {
  background-color: white !important;
}

.navbar-brand {
  font-weight: 100;
}

.navbar-brand-black {
  color: white !important;
  font-weight: 100;
}

.nav-link {
  color: black;
}

.fixed-top.scrolled {
  background-color: #000 !important;
  transition: background-color 200ms linear;
  color: white !important;
}

.fixed-top.scrolled .nav-link {
  color: white !important;
}

.btn-whatsapp {
  background-color: rgba(30, 108, 147, 1) !important;
  padding: 4px 50px;
  font-size: 1em;
}

footer {
  height: 200px;
}
