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

header,
footer {
  background-color: #333;
  color: white;
  text-align: center;
  padding: 10px 0;
}

nav ul {
  list-style-type: none;
  background-color: #444;
  text-align: center;
  padding: 10px;
  margin: 10px;
}

nav li {
  display: inline;
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

nav a {
  color: white;
  text-decoration: none;
  padding: 10px;
}

section {
  margin: 20px;
}

footer {
  margin-top: 20px;
}
.hero-section {
  background: url("hero-background.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
  padding: 10px 20px;
}

.nav-buttons ul {
  display: flex;
  justify-content: center;
  padding: 20px;
}

.nav-buttons li {
  margin: 0 10px;
}

.nav-buttons a {
  display: block;
  background-color: #444;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
}
img {
  max-width: 30%;
  height: auto;
}
/* Rest of the CSS */

#home video {
  width: 80%; /* Adjust this as needed */
  height: auto;
  display: block; /* Ensures the video doesn’t have extra space beneath it */
  margin: 0 auto; /* Center the video if needed */
}
.tabcontent {
  display: none;
}
