/* Hero */
.hero {
    background: url("images/work.jpg") center/cover no-repeat;
    text-align: center;
    padding: 100px 20px;
    height: 90vh;
    }


 
/*  footer   */
.footer {
  background-color: #16436f; /* Dark blue */
  color: white;
  padding: 20px 0;
}

.footer-container {
  display: flex;
  justify-content: space-around;
  max-width: 95%;
  margin: 5px 5px 10px;
}

.footer-section {
  width: 20%; /* Adjust the width */
}

.footer-section h2 {
  border-bottom: 2px solid; /* Light grey underline */
  margin-bottom: 10px;
}

.footer-section a {
  color: #ccc;
}

.footer-section ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-section ul li {
  margin: 10px;
}

.footer-section ul li a {
  color: white;
  text-decoration: none;
}

.footer-section ul li a:hover {
  text-decoration: underline;
}

.footer-bottom {
  height: 20px;
  display: flex;
  padding: 10px 10px;
  background-color: white; /* Slightly darker blue */
  color: #16436f;
}
.left-side, .right-side {
  width: 50%;
  font-weight: bolder;
}
