/* override definitions from template */
:root{
  --body-bg:#d9d9d9;
  --cassiopeia-color-link:#912b3b;
}
}

/*hide you are here on about page*/
ol.mod-breadcrumbs.breadcrumb.px-3.py-2 {
  display: none 
}

/*adjust text on about page*/
div div p {
  text-align: left;
  font-size: 18px;
  line-height: 30px
}

/*move order chapbook banner to the left*/
div div h1 {
  text-align: left;
  font-size: 36px;
  margin-left: 40px;
  margin-top: 10px;
}

/*move frontpage image left to the left*/
div a img {
  padding-right: 930px;
  padding-top: 30px;
}
