/*ACTA Website CSS last update 08/30/2022 by Terrence Mendoza*/
.button {
  border: none;
  color: white;
  padding: 6px 22px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
    background-color: white; 
    color: #12745b; 
    border: 2px solid #12745b;
  }
  
  .button1:hover {
    background-color: #12745b;
    color: white;
  }
  
  .button2 {
    background-color: white; 
    color: black; 
    border: 2px solid #008CBA;
  }
  
  .button2:hover {
    background-color: #008CBA;
    color: white;
  }
  body {
    background-color: aliceblue;
    font-size: 16px;
  }
  a {
    color: black;
  }
  .obj_article_summary>.title {
    font-size: 20px;
    line-height: 1.3;
  }

  .galleys_links {
    list-style-type: none;
    line-height: 45px;
  }