:root {
  --cassiopeia-color-primary: #32b7ea;
  --cassiopeia-color-link: #224faa;
  --link-color: #224faa;
  --link-color-rgb: 34, 79, 170;
  --cassiopeia-color-hover: #32b7ea;
}
@media (width >= 1200px) {
  h2, .h2 {
    font-size: 1.5rem;
  }
  .site-grid {background-image: url(/images/pettyes2.png);
  background-repeat: no-repeat;
  background-size: inherit;
  background-attachment: fixed;
  background-position: 100% 0;}
}