body {
  background-color: white;
  font-family: Arial, sans-serif;
}

.navbar {
  background-color: #0dcaf0 !important; /* Bootstrap sky blue */
}

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

.navbar .nav-link:hover {
  color: #f8f9fa !important;
}

.hero {
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
              url('../img/hero-bg.jpg') center/cover no-repeat;
  height: 90vh;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.footer {
  background-color: #0dcaf0;
  color: white;
  padding: 20px 0;
  text-align: center;
}

.footer a {
  color: white;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}
