       .portfolio-wrap img{
        height:300px;
        width:350px;
      }
      .nav_logo a{
text-decoration: none;
color: aliceblue;
      }

      
#showListButton {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
}

/* Initially hide the list */
#myList {
    display: none;
    list-style-type: disc;
    padding: 20px;
    background: #0b669a;
    border-radius: 5px;
    margin-top: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

#myList li {
    margin-bottom: 8px;
    color: aliceblue;
}
#myList li img{
    height:15px;
    width:15px;

}
 .section-header p,h2{
    margin-left:100px;
     margin-right:100px;
color: aliceblue;
 }
 .hero {
  position: relative;
  height: 700px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 1s ease-in-out;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
}
  .menu-toggle a{
        text-decoration: none;
        color: white;
     }
   