/*
Theme Name: Plori Watersports (Services with Icons)
Version: 2.5
*/
body { font-family: Arial, sans-serif; margin: 0; padding: 0; background: #f0f8ff; }
header {
  background: url('https://plori-watersports-kos.gr/wp-content/uploads/2025/05/FB_IMG_1746278394644.jpg') no-repeat center center;
  background-size: cover;
  height: 60vh;
  position: relative;
  color: white;
}
nav {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  background: rgba(0,0,0,0.6);
  padding: 15px;
}
nav a {
  color: white;
  margin: 0 15px;
  text-decoration: none;
  font-weight: bold;
}
section {
  max-width: 900px;
  margin: auto;
  padding: 20px;
}
footer {
  background: #023e8a;
  color: white;
  text-align: center;
  padding: 20px;
}
h1, h2, h3 { color: #0077b6; }
a { color: #0077b6; }
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.gallery img {
  width: 140px;
  height: auto;
  border-radius: 10px;
}
