/* Local customizations, post-WordPress. Loaded after the theme skin on
   every page - override anything here. */

/* The homepage was configured full-width in 2016 while every other page (and
   every sibling site) is fixed-width — box it to match. */
body.fl-full-width .fl-page {
  width: 1100px;
  max-width: 90%;
  margin: 0 auto;
}
