/* =============================================
   SITE-FRAME.CSS
   Shared chrome for inner pages that include
   includes/header.php and includes/footer.php.
============================================= */

:root{
  --site-header-h: 135px;
}

body.inner-page{
  padding-top: var(--site-header-h);
}

a.seo-kw{
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-decoration-color: #F2731D;
}
a.seo-kw:hover{
  color: #F2731D;
}
