* {
  margin: 0;
  padding: 0;
  border: 0;
}

.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url("/data/files/home.jpg");
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.hero-text h1 {
  font-size: 2.5rem;
}

.hero-text p {
  font-size: 1rem;
  letter-spacing: 5px;
}

.navbar {
  border: 1px solid #ccc;
  border-width: 1px 0;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.nav-item {
  display: inline;
}

.nav-item a {
  display: inline-block;
  padding: 5px 20px;
  text-decoration: none;
  letter-spacing: 1px;
  color: dodgerblue;
}

.nav-item a:hover {
  color: #666;
  font-weight: bold;
}

.active a {
  color: #666;
  font-weight: bold;
}

.active a:hover {
  color: #666;
}

.footer {
  padding: 15px;
  color: #444;
  background-color: #eee;
  text-align: center;
  font-size: 1.1rem;
}
