/**
 * @file
 * Generic styling for SRDC.
 */
:root {
  --srdc-blue: #004a98;
  --msu-maroon: #5d1725;
  --bg-opacity: 0.2;
}

a {
  color: #004a98;
  word-wrap: anywhere;
}
/* Responsive images */
img {
/*   width: 100%; */
  max-width: 100%;
  height: auto;
}
