/* Fix font colour on links */
p a {
  color: white;
}
p a:hover {
  color: #0AA520;
}


/* make menu fit on laptop without wrap */
div.row {
  max-width: 75em;
}


/* Make rich text images not have text wrapping around them */
div.rich-text {
  display: flex;
  flex-direction: column;
}

/* spacing with images in streamfields top and bottom */
div.full-width-image img {
  margin: 10px 0;
}
