@charset "UTF-8";
/* see https://docs.joomla.org/J4.x:Cassiopeia_Template_Customisation */
:root {
  --cassiopeia-color-primary: #57a334; /* original moroon: #912b3b            new green: #57a334 */
  --cassiopeia-color-link: #57a334;    /* original blue: #30638d              new green: #57a334 */
  --link-color: #57a334;               /* original blue: #30638d              new green: #57a334 */
  --link-color-rgb: 87, 163, 52;	   /* original blue: 48, 99, 141          new green: 87, 163, 52 */
  --cassiopeia-color-hover: #386921;   /* original light moroon: #954b56      new dark green: #386921 */
  --link-hover-color: #386921;         /* original light moroon: #954b56      new dark green: #386921 */
  --link-hover-color-rgb: 56, 105, 33; /* original light moroon: 149, 75, 86  new green: 56, 105, 33 */
  
  --heading-color: #386921;            /* for h1 - h6 */
}

/* customized header/logo */
.container-header {
  display: flex;
  align-items: center;
}
.container-header .grid-child:first-child {
  flex-basis: content;
}
.container-header .brand-logo img {
  height: 65px;
  width: 100%;
}
.container-header .site-description {
  display: none;
}