body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
  }
  
  header {
    height: 70px;
    width: 100%;
    background-color: #00FF7F;
    padding: 10px;
    display: flex;
    justify-content: space-between; /* Evenly distributes items */
    align-items: center;
  }
  
  nav {
    display: flex;
    align-items: center;
  }
  
  nav img {
    margin-right: 20px;
    width: 100px; /* Adjust width as needed */
  }
  
  nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  nav li {
    display: inline-block;
    margin: 0 15px; /* Adjust padding between links */
  }
  
  nav a {
    color: #000000;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
  }

  nav a:hover {
    color: #daa520;
  }
  
  .search {
    display: flex;
    margin-left: auto; /* Move search section to the right */
  }
  
  .search input {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 5px;
  }
  
  .search button {
    padding: 5px 10px;
    background-color: #000080;
    color: white;
    border: 1px solid #daa520;
    cursor: pointer;
  }

  .search button:hover {
    
    background-color: #00FFFF;
    color: #000000;
    border-color: #008000;
}

.services {
  width: 100%;
  height: 520px;
  background-color: #98FB98;
  margin-top: 0px;
  padding: 0px;
  display: flex;
  flex-direction: flex; 
  justify-content: space-between;
}

.hero p {
  margin-left: 10px;
  color: #000000;
  padding: 5px;
  font-size: 36px;
  font-weight: bold;
  display: flex;
  margin-top: 150px;
}

.btn {
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  margin-left: 40px;
  text-decoration: none;
  cursor: pointer;
}

.hero h2 {
  margin-top: 5px;
  margin-left: 10px;
  color: #000000;
  padding: 0px;
  font-size: 36px;
  font-weight: bold;
  display: flex;
}

.hero h3 {
  margin-top: 100px;
  margin-left: 20px;
  color: #000000;
  padding: 0px;
  font-size: 24px;
  font-weight: bold;
  display: flex;
}

.hero img {
  margin-top: 5px;
  margin-right: 10px;
  align-items: right;
  width:1000px; /* Margin-left for icon next to p */
  height: 500px;
}

.about-us {
  margin-bottom: 10px;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column; 
  justify-content: space-between;
  align-items: center;
}

.about-us h2 {
  color: #000000;
  padding-top: 10px;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
}

.about-us a {
  padding-top: 0px;
  margin-bottom: 15px;
  text-decoration: none;
  color: blue;
  font-weight: bold;
  font-size: 20px;
}

.about-us a:hover {
  color: #daa520;
}

.container {
  width: 50%;
  height: 350px;
  margin-top: 0px;
  padding: 20px;
}

.about {
  width: 100%;
  height: 350px;
  background-color: #98FB98;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.team {
  width: 50%;
  height: 350px;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-left: 4px solid #daa520;
}

.team image {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.team-member a {
  text-decoration: none;
}

.team h2 {
  padding-top: 10px;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: bold;
}
.about h2 {
  font-size: 2em;
  color: #000000;
}

.about p {
  font-size: 1.2em;
  color: #000000;
}

.connected {
  width: 100%;
  height: 140px;
  background-color: #00FF7F;
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

.quick-links {
  margin-left: 10px;
  flex-direction: column; 
  margin-top: 0px;
}

.quick-links h2 {
  color: #000000;
  margin-bottom: 0px;
  padding: 0px;
  font-size: 20px;
  font-weight: bold;
}

.quick-links ul {
  list-style: none;
  padding: 5px;
  margin-top: 5px;
}

.quick-links li {
  padding: 5px 10px;
}

.quick-links a {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}

div a:hover {
  color: #daa520;
}

.contacts {
  padding: 0px;
  text-align: left;
  display: flex;
  flex-direction: column; 
}

.contacts h2 {
  margin-bottom: 10px;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
}

.contacts p, address {
  margin: 5px;
  margin-left: 10px;
  color: #000000;
  font-weight: bold;
  font-size: 16px;
}

.newsletter {
  margin-right: 10px;
  display: flex;
  flex-direction: column; 
}
.newsletter h2 {
  color: #000000;
  padding: 0px;
  font-size: 160px;
  font-weight: bold;
}

.update {
  display: flex;
  flex-direction: column;
  padding: 0px;
}

.update input {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 15px;
  align-items: center;
}

.update button {
  width: 100px;
  height: 40px;
  padding: 5px 10px;
  background-color: #000080;
  color: white;
  border: 1px solid #daa520;
  cursor: pointer;
  border-radius: 4px;
  margin-left: 45px ;
}

.update button:hover {
  
  background-color: #daa520;
  color: #000000;
  border-color: #008000;
}
  
.footer {
	background-color: #00FF7F;
	height: 40px;
	width: 100%;
	border-top: none;
	display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
	bottom: 0;
}

.footer p {
  color: #000000;
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.social {
  display: flex
}

.social a image {
  width: 24px;
  height: 24px;
  margin-left: 10px;
}