body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Segoe UI', sans-serif;
}

.hero {
  height: 100vh;
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.6)),
              url('../images/bg.jpeg') no-repeat center center;
  background-size: cover;
}

.navbar-brand strong {
  font-size: 1.3rem;
}

.navbar-nav .nav-link {
  color: white !important;
  font-weight: 500;
}

.navbar-nav .nav-link:hover {
  color: #f0c040 !important;
}

.info-public h2 {
  color: #ffc107;
}
