/* Background image */
.lgd-header {
  /* background-image: url("/sites/default/files/2022-03/stars-bg-2.jpg"); */
  background-color: initial;
  /* text-align: center; 
  /*position: fixed; /* Fixed position - sit on top of the page */
  /*top: 0;*/
  /*width: 100%; /* Full width */
  /*transition: 0.2s;*/ /* Add a transition effect (when scrolling - and font size is decreased) */
}
header.lgd-header {
    background: url(/sites/default/files/BCM-garland-top.png);
    background-position: top center;
    background-repeat: no-repeat;
    height: 13em;
    margin-top:8em;
}
@media only screen and (max-width: 600px) {
  body {
        margin-top:9em;
  }
}
.branding {
  margin-top:-8em;
}
/* Centre the background image */
.lgd-header .lgd-region--header {
    margin-left: auto;
    margin-right: auto;
}
.dates {
  margin-top: -0.5em;
  font-weight: bold;
}