body {
  font-family: 'Poppins', sans-serif;
}
#masthead .navbar-btn{
  background-color: #42702D;
  border-color: #42702D;
  color: #fff;
}

#masthead .navbar-btn:hover{
  background-color: #42702D;
  border-color: #42702D;
}

form{
  font-family: 'Poppins', sans-serif;
}
.single h1{
  font-family: 'Poppins', sans-serif;
}

.btn-outline-white{
color: white;
} 

.white-dot-nav .flickity-page-dots {
  bottom: 0px;
}
.white-dot-nav .flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  border: 2px solid white;
}
.white-dot-nav .flickity-page-dots .dot.is-selected {
  background: white;
}

.esg-card{
  border-radius: 2em;
  border: 2px solid #42702D;
  background-color: transparent;
}

.footer-esg {
  background-color: #1B2A4E;
  color: #EBEDF0;
  font-size: 1rem; 
  }
  .footer-menu .h6 {
    color: #9A9FBE; 
  }

  .footer-esg a {
    color: #D5D8EA; 
  }
    .footer-esg a:hover {
      text-decoration: underline; 
      color: #ffffff; 
    }

  .footer-esg .footer-copyright {
    color: #EBEDF0; 
  }
    .footer-esg .footer-copyright a {
      color: #D5D8EA; 
    }
    .footer-esg .footer-copyright a:hover {
      color: #ffffff; 
    }

  .footer-esg .footer-menu {
    border-top: 1px solid #00000029;
    border-bottom: 1px solid #00000029; 
  }
  
.bg-esg-copyright {
  background-color: #060C31; 
}

.post-category-list a {
  border: 1px solid #aeaeae;
}

.post-category-list li.active a {
  border: 1px solid #000000; 
  background-color: white;
}

.post-category-list a:hover {
  border: 1px solid #000000; 
  background-color: white; 
}