:root {
	--body-bg: #FFFFFF;
	--body-color: #5A287D;
	--cassiopeia-color-primary: #5A287D;
	--cassiopeia-color-link: #3C1053;
	--cassiopeia-color-hover: #5A287D;
}
/*1aliprovides a background image to the site*/
body.site {
 background-image: url('/images/site_elements/dot_background.gif');
}
/*alignes the logo to centre*/
.navbar-brand {
  text-align: center;
  width: 100%;}
.image-row {
  display: flex;
}
.image-row .image{
  min-width:132px;
}
.image-row{
  display:flex;
  flex-wrap:wrap; <---Add this style in here
}
.image-row{
  background-color: #FFFFFF;
}
.image-row{
  text-align: center;
}
