html * {
  font-family: 'Arial';
}
/* Next statement ensures that the icons for menu / edit, etc, load */
.fa, .fas, .fab {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

img.logo-img {
    max-height:125px !important;
}

.bottom-article-info {
    max-width:1500px !important;
}

.t4-logo {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.t4-header .logo-img {
  justify-content: center;
  display: block;
}

/* sidebar persists even if removed from mainbody layout */
.col-12.col-md-3.order-2.order-md-1.mt-5.mt-md-0 {
display:none;
}
/* Force full width for remaining div which is otherwise set to 75% */
.col-12.col-md-9.order-1.order-md-2 {
    width:100% !important;
}