/* hide system-message-container for login error message */
#system-message-container {
   display: none;
  visibility: hidden;
}

/* per https://github.com/joomla/joomla-cms/issues/38282# */
.CodeMirror-gutters {
  left: 0px !important; 
}

/* set up grid for header - logo, space, title & desc  */
.table_td {
  display: grid;
  grid-template-columns: 140px 40px minmax(min-content, 1100px) ; 
}

/* center the footer */
.footer .grid-child {
  justify-content: center;
}

/* centre text */
.grid_item_td{
  text-align: left; 
}

/* setup background image */
.grid_item_bg {
  /* see https://issues.joomla.org/tracker/joomla-cms/38947 */
  background: url('../../../../../images/banners/logo8-125.jpg');
  background-repeat:no-repeat;
}

/* for title description site module position: below-top*/
/* title stuff */
.as_title {
  font-size: 3rem;
  color: black;
}
/* remove the underline */
.as_title a {
	text-decoration: none;
}
/* description stuff */
.as_desc {
  font-size: 1.7rem;
  line-height: 200% !important;
  color: red;
}

/* set background colour */
.container-header {
  background-color: white;
  background-image: none;
}

/* grid for pillars of justice */
.table_justice {
  display: grid;
  grid-template-columns: 40px auto auto; 
}
