:root {
  --blue-dark: #003e74;
  --blue: #004e8f;
  --blue-light: #005dab;
  --blue-lightest: #0072cf;

  --turquoise-dark: #0c5963;
  --turquoise: #106470;
  --turquoise-light: #1e7680;
  --turquoise-lightest: #28828a;

  --purple-dark: #422e5d;
  --purple: #612d70;
  --purple-light: #782c7e;
  --purple-lightest: #8f2b8c;

  --green-dark: #304220;
  --green: #355918;
  --green-light: #4b701c;
  --green-lightest: #4b701c;

  --orange-dark: #ab3901;
  --orange: #c44101;
  --orange-light: #d45812;
  --orange-lightest: #df671d;

  --red-dark: #851735;
  --red: #a51137;
  --red-light: #be1741;
  --red-lightest: #d61746;

  --font-arial: 'Arial', sans-serif;
  --font-verdana: 'Verdana', sans-serif;
  --font-myriad: 'Myriad Pro', sans-serif;
  --font-helvetica: 'Helvetica', sans-serif;
  --font-times: 'Times New Roman', serif;
  --font-georgia: 'Georgia', serif;
}

/* Must have top margin and bottom margin (or padding) */
img[src*="Cambridge"][src*="logo"] {}
