@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap');

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  width: 100%;
  text-align: center;
  background: #000;
  color: #BCBCBC;
}

/* If the background is black we need to asjust link colours */

a:link { color: lightskyblue; }
a:visited { color: #BCBCBC; }
a:hover { color: #ffffff; }
a:active { color: #ff4040; text-decoration:none; font-weight:normal; }

#centerContainer { max-width: 800px; text-align: left; margin: 0px auto; }

figure {
  text-align: center;
  break-inside: avoid;
  width: 25%;
  float: left;
  margin: 1em;
  text-align: center;
  padding: 0;
}

figure.full-width {
	width: 100%;
}

figure img {
  max-width: 100%;
  object-fit: cover;
}

figcaption {
  text-wrap: balance;
  font-style: italic;
}
