 .custom-header-gahead {
  overflow: hidden;
  display: flex;
  justify-content:space-evenly;
  align-items: flex-start;    
  padding: 20px 12px 20px 12px;
  height: 180px;
  min-width: 199px;
  background-image: radial-gradient(circle at 18.916667302449543% 31.83333396911621%, rgba(0, 138, 252, 0.46) 0%, 17.5%, rgba(0, 138, 252, 0) 35%), radial-gradient(circle at 44.91666793823242% 22.5%, rgba(185, 29, 218, 0.46) 0%, 17.5%, rgba(185, 29, 218, 0) 35%), radial-gradient(circle at 19.583333333333332% 23.833333651224773%, rgba(128, 21, 232, 0.46) 0%, 17.5%, rgba(128, 21, 232, 0) 35%), radial-gradient(circle at 5.916707515716553% 89.16666666666667%, rgba(243, 167, 143, 0.46) 0%, 20%, rgba(243, 167, 143, 0) 40%), radial-gradient(circle at 6.503906249999999% 88.037109375%, rgba(250, 255, 255, 0.4554) 0%, 25%, rgba(250, 255, 255, 0) 50%), radial-gradient(circle at 0% 25.166667302449547%, rgba(2, 202, 129, 0.46) 0%, 42%, rgba(2, 202, 129, 0) 70%), radial-gradient(circle at 60.25000254313151% 22.5%, rgba(128, 21, 232, 0.46) 0%, 42%, rgba(128, 21, 232, 0) 70%),radial-gradient(circle at 48.9013671875% 49.521484375%, rgba(247, 135, 187, 0.46) 0%, 100%, rgba(247, 135, 187, 0) 100%);
}
 .custom-header-gahead a:hover {color: #6DC2C4;}
 .custom-header-gahead a.active {background-color: #fb8888; color: #ffffff;}
 .custom-header-gahead a.active a.hover {background-color: #fb8888; color: #6DC2C4;}
 .custom-header-galogo {height:130px; width:150px; display: flex;}    
 .custom-header-gabutton {
  background-color: #ffffff;
  font-weight:bold;
  border: none; /* Remove default link border */
  color: #fb8888;
  padding: 3px 28px; /* Add space around the text */
  text-align: center; 
  text-decoration: none; 
  display: inline-block; /* Allows setting padding and margins */
  font-family:questrial, sans-serif;
  font-size: 15px; 
  cursor: pointer;
  border-radius: 18px;
  line-height: 25px;
  margin: 6px;
}
 .custom-header-gatext {font-family:"Comic Sans MS",questrial, sans-serif; font-size:60px; color:#fb8888; text-align:center; margin:0; display:flex;}
 .custom-header-gatext2 {font-family:"Comic Sans MS",questrial, sans-serif; font-size:16px; color:#fb8888; text-align:center; margin:0; font-weight:300; display:none;}
/* Add media queries for responsiveness - when the screen is XXpx wide or less, stack the links on top of each other */
@media screen and (max-width: 999px) {
   .custom-header-garight {display:none;}
}
@media screen and (max-width: 841px) {
   .custom-header-garight {display:none;}
   .custom-header-gatext {font-size:48px;}
}
@media screen and (max-width: 703px) {
   .custom-header-garight {display:none;}
   .custom-header-gatext {font-size:36px;}
}
@media screen and (max-width: 576px) {
/*  .custom-header-gabutton {padding:3px 12px 3px 12px; margin:6px 62px 6px 2px;} */
   .custom-header-garight {display:none;}
   .custom-header-gatext {display:none;}
   .custom-header-gatext2 {display:flex;}
   .custom-header-gahead a{display: flex; flex-direction: column;}
}
@media screen and (max-width: 407px) {
   .custom-header-gabutton {padding:3px 12px 3px 12px; margin:6px 62px 6px 2px;}
   .custom-header-garight {display:none;}
   .custom-header-gatext {font-size:22px;}
   .custom-header-galogo {height:98px; width:108px;}
   .custom-header-gahead {flex-direction: column; align-items: flex-start; height:298px;}
}
