body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

header, footer {
  background: #f4f4f4;
  padding: 15px;
  text-align: center;
}

nav a {
  margin: 0 10px;
  text-decoration: none;
  font-weight: bold;
}

.hero {
  padding: 40px;
  background: #222;
  color: #fff;
  text-align: center;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  margin: 10px;
  text-decoration: none;
}

.primary {
  background: #6a1b9a;
  color: #fff;
}

.secondary {
  background: #ccc;
  color: #000;
}

.gallery img {
  width: 30%;
  margin: 1%;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery img {
  width: 30%;
  margin: 1%;
  object-fit: cover;
}

.site-header{
  text-align: center;
  padding: 15px 10px 10px;
}

.logo{
  max-height: 80px;
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto 8px auto;
}


nav a{
  margin: 0 10px;
  text-decoration: none;
  font-weight: bold;
  color: #111;
}

.trade-partners{
  max-width: 900px;
  margin: 20px auto;
  padding: 15px;
}

.trade-partners ul{
  list-style: none;
  padding-left: 0;
}

.trade-partners li{
  margin: 8px 0;
}

.trade-partners a{
  color: #6a1b9a; /* your purple accent */
  text-decoration: none;
  font-weight: bold;
}

.trade-partners a:hover{
  text-decoration: underline;
}

@media (max-width: 768px){
  .logo{
    max-height: 55px;
  }

  nav a{
    display: inline-block;
    margin: 6px;
  }
}

.service-subline {
  font-size: 0.8rem;
  color: #777;
  margin-top: 6px;
}

html, body{
  overflow-x: hidden;
}
