@import url("https://wet-boew.github.io/themes-dist/GCWeb/GCWeb/css/theme.min.css");
.gcweb-menu button[aria-haspopup=true] {display: none;}


.edu-button{
  
  border-radius: 10px;
  padding: 15px 25px;
  background: #529F92;
  text-align: center;
  color: #000;
  font-size: 100%;
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
  transition-duration: 0.4s;
}

.edu-button:hover {
  background-color: #80CCBF; /* ligher shade of green */
  color: #000 !important;
  text-decoration: none !important;
}

.edu-button a {
    color: #000 !important;
    text-decoration: none !important;
  
}