body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #fdfdfd;
  color: #333;
}


header {
  width: 100%;
  text-align: center;
}

.header-image {
  width: 100%;
  height: auto;
  display: block;
}

.nav-buttons {
  display: flex;
  justify-content: center;
  gap: 1em;
  background-color: #003366;
  padding: 1em;
}

.nav-buttons a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  padding: 0.5em 1em;
  border-radius: 5px;
  background-color: #0055aa;
  transition: background-color 0.3s;
}

.nav-buttons a:hover {
  background-color: #ff3333;
}

main {
  padding: 2em;
}

footer {
  text-align: center;
  padding: 1em;
  background-color: #eee;
}


.header-buttons {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
  display: flex;
  gap: 1em;
}

.header-buttons a {
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s;
}

.header-buttons a:hover {
  background-color: #ff3333;
}

.main-image {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 1em;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
  padding: 2em;
}

.gallery-grid img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  transition: transform 0.3s;
}

.gallery-grid img:hover {
  transform: scale(1.05);
}

.video-section {
  padding: 2em;
  background-color: #f9f9f9;
  border-radius: 8px;
  margin: 2em 0;
}

.video-section h2 {
  margin-bottom: 1em;
}

.video-section iframe {
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

/* .video-list {
  display: flex;
  flex-direction: column;
  gap: 2em;
  padding: 2em;
} */

.video-list {
  display: flex;
  flex-direction: column;
  gap: 2em;
  padding: 2em;
}

.video-item video {
  width: 100%;
  max-width: 960px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.video-item iframe {
  width: 100%;
  height: 400px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.video-item h2 {
  margin-bottom: 0.5em;
}

.video-item p {
  margin-top: 0.5em;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
  padding: 2em;
}

.gallery-item {
  text-align: center;
}

.gallery-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.download-btn {
  display: inline-block;
  margin-top: 0.5em;
  padding: 0.4em 1em;
  background-color: #003366;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s;
}

.download-btn:hover {
  background-color: #ff3333;
}

.button-area {
  margin-top: 2em;
  text-align: center;
}

.gallery-btn {
  display: inline-block;
  padding: 0.8em 1.5em;
  background-color: #0055aa;
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-radius: 8px;
  font-size: 1.1em;
  transition: background-color 0.3s;
}

.gallery-btn:hover {
  background-color: #ff3333;
}

.contact-form {
  max-width: 600px;
  margin: 2em auto;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.contact-form label {
  font-weight: bold;
}

.contact-form input,
.contact-form textarea {
  padding: 0.6em;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1em;
  width: 100%;
}

.contact-form button {
  padding: 0.8em;
  background-color: #0055aa;
  color: white;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
}

.contact-form button:hover {
  background-color: #ff3333;
}

.contact-form {
  max-width: 600px;
  margin: 2em auto;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.contact-form label {
  font-weight: bold;
}

.contact-form input,
.contact-form textarea {
  padding: 0.6em;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1em;
  width: 100%;
}

.contact-form button {
  padding: 0.8em;
  background-color: #0055aa;
  color: white;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
}

.contact-form button:hover {
  background-color: #ff3333;
}

.about-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  margin-top: 1.5em;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.motto-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  margin-top: 1.5em;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  display: block;
  margin-left: auto;
  margin-right: auto;
}