body {
  font-family: "Barlow", sans-serif;
}


a {
  list-style-type: none;
  text-decoration: none;
  color: white;
}


 
  /* navbar */
  nav {
    background-color: white;
    background-image: url(images/paw-pattern-light.png);
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    z-index: 10;
  }
  
  .container .hamburger {
    display: none;
    cursor: pointer;
  
  }
  
  #hamburger-div {
    justify-content: center;
    width: 99%;
    height: 1500px;
    background-color: white;
    background-image: url(./images/paw-pattern-light.png);
    padding: 40px 20px 40px 20px;
    border-radius: 32px 32px 0px 0px;
    display: none;
    color: #2E5070;
    font-size: 24px;
  
  }
  
  #ham-tulisan {
    color: #2E5070;
    font-family: "Barlow", sans-serif;
    font-size: 24px;
  }
  
  #rightnav {
    color: #2e5171;
    margin-right: -90px;
  }
  
  .lowercontainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    font-family: "Barlow";
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
    text-align: center;
  }
  
  .ul-nav {
    color: #2e5171;
    font-weight: 600;
    font-size: 18px;
  }
  
  #a-nav {
    color: #2e5171;
  }



.hero {
  background-color: #EDF8F9;
  padding: 100px;
}

.hero-section{
  padding-top: 60px;
  background-color: #EDF8F9;
}

.hero p {
  font-size: 20px;
}


.imgHeader {
  width: 100%;
}

.h1-about {
  color: #2c3e50;
  font-size: 2.5rem;
}

#h2-hero {
  font-size: 40px;
  color: #2E5070 ;
}



.lead {
  font-size: 1rem;
}

.img-fluid {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.p-satu {
  padding-top: 90px;
}

.p-dua {
  padding-top: 150px;
}

.team-member {
  text-align: center;
  margin-bottom: 30px;
}
.team-member img {
  width: 100%;
  background-color: #e9ecef;
  margin-bottom: 15px;
  border-radius: 16px;
}
.team-member h5 {
  margin-bottom: 5px;
}
.team-member p {
  margin-bottom: 0;
  color: #6c757d;
}

.footer {
  background-color: #002b4c;
}

.footer h4, .footer h5 {
  color: #ffffff;
}

.footer ul {
  padding-left: 0;
}

.footer ul li {
  list-style: none;
}

.footer ul li a {
  color: #ffffff;
  text-decoration: none;
}

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

.footer img {
  margin-right: 10px;
}

.footer p, .footer a {
  font-size: 0.9rem;
}

.footer p {
  margin: 0;
  line-height: 1.6;
}

.footer-logo {
  font-family: 'Arial', sans-serif;
  font-size: 1.5rem;
}

#footer {
  background-color: #2E5070;
  background-image: url(./images/paw-pattern-dark.png);
}

.dark-logo {
  width: 100%;
}

@media (max-width: 600px) {
  .imgHeader {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }

  .hero {
    padding-top: 0;
    padding: 50px;
  }

  .p-satu {
    padding-top: 0px;
  }

  .p-dua {
    padding-top: 0px;
  }

  .dark-logo {
    width: 200px;
  }

  nav {
    overflow: hidden;
    z-index: 10;
  }

  #rightnav a {
      display: none;
  }

  .container .hamburger {
      display: flex;
  }

  #hamburger-div {
      display: none;
      margin-top: 110px;
      position: fixed;
      z-index: 10;
  }
#hamburger-div a {
  color: #2e5171;
}

.cap-anjing {
  display: none;
}
}