
body {
  font-family: "Lato", sans-serif;
  line-height: 1.8;
}

.navbar {
  height: 50px;
  padding: 0 1rem;
  font-size: 15px;
}

.navbar-nav .nav-link {
  padding: 0.375rem 0.75rem;
}

.parallax {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.parallax-1 {
  height: 470px;
  background-image: url('images/parallax1.jpg');
}

.parallax-2 {
  height: 300px;
  background-image: url('images/parallax2.jpg');
}

.parallax-3 {
  height: 300px;
  background-image: url('images/parallax3.jpg');
}

.parallax p {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 5px 40px;
  font-size: 20px;
  letter-spacing: 7px;
  margin: 0;
}

.progress {
  height: 30px;
  border-radius: 15px;
}

.progress-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 15px;
  font-weight: bold;
}

.partners-bar {
  background-color: #000;
  color: white;
  height: 150px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}

.photo-grid img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.photo-grid img:hover {
  transform: scale(1.05);
}

footer {
  background-color: gray;
  color: white;
  padding: 2rem 0;
}

footer a {
  color: blue;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

.btn-dark {
  background-color: #000;
  border-color: #000;
}
