
body {
  font-family: Arial, sans-serif;
  margin: 0;
}

nav {
  padding: 15px;
  background: #f5f5f5;
}

nav a {
  margin-right: 15px;
  text-decoration: none;
  color: #333;
}

.hero {
  position: relative;
  height: 400px;
}

.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(138, 132, 132, 0.5);
  color: rgb(209, 234, 245);
  padding: 20px 30px;
  border-radius: 8px;
  text-align: center;
}

.page-content {
  padding: 20px;
}
.hero-images {
  text-align: center;
  padding-top: 40px;
}

.hero-row {
  text-align: center;
  font-size: 0;
}

.hero-row img {
  width: 135px;
  height: 135px;
  margin: 0;
  object-fit: cover;
}


body {
  background-color: #86898d4f; /* grey */
}


.site-footer {
  background: #727577;
  color: white;
  text-align: center;
  padding: 20px;
  margin-top: 40px;
}

.site-footer a {
  color: #b9d6d9;
  text-decoration: none;
}

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

html, body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
}

.page-content {
  flex: 1;
}
