.t4-megamenu .dropdown-menu li > a{
    background-color: white;
    color:black !important;  /* overrides needed 1 Feb 2025 */
}
.mainnav  {
    background-color: #FA98C9;
   background-color: #98FAFA;  
   background-color: #0d2b71; 
      color:#000000; 

}

.t4-mainnav {

 /* position: fixed; */
 width: 100%;
z-index: 9999;
top: 0px;
  background-color: #0d2b71; 
}





.t4-megamenu .dropdown-menu a:hover, .t4-megamenu .dropdown-menu a:focus, .t4-megamenu .dropdown-menu a:active {
     background-color: white;
     color: green;

     }
.t4-mainnav .dropdown-menu a {
    background-color: white;
    color: #000000;
}


a:hover, .t4-megamenu .dropdown-menu a:focus, .t4-megamenu .dropdown-menu a:active { background-color: transparent;}
/*
.t4-slider {
margin-top: 200px; /* Add a top margin to avoid content overlay 
}
*/
.textbox {
  margin: 10px;
  padding: 10px;
  font-size: 18px;
  border-radius: 15px;
}
.amfred {
  color: white;
  background-color: red;
  border: 1px solid darkred;
}
.logo-image {
margin-top:20px;
}

.overlayText {
  position: absolute;
   text-align: center;
  top: 30%;
  left: 50%;
  z-index: 1;
   transform: translate(-50%, -50%);
}

#topText {
  color: white;

  align-self: center;
}

.column {
  float: left;
  width: 33.33%;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Clear floats after the columns
.row:after {
  content: "";
  display: table;
  clear: both;
}
*/

.button {
    background-color:#00CED1;
    color: #fff;
    border:none;
    border-radius:5%;
       padding:15px;
    
  }
  .button:hover {
      background-color:#002ead;
      transition: 0.7s;
  }

.t4-megamenu .dropdown-menu { color: black;}


 .t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
  font-size: 1.2rem;
 
}
.t4-module.jmoddiv {
    position: relative;
}
.t4-module.jmoddiv  .btn.jmodedit {
    padding:0;
    background:#000 !important;
}
.icon-edit:before {
    content: 'edit';
    color:#fff;
}

.moduletable.jmoddiv {
  position: relative;
}

.moduletable.jmoddiv .btn.jmodedit{
  padding: 0;
}