/*
Theme Name: JGS Nitriding
Theme URI: https://jgs-nitriding.com/
Author: Stephen Young - Flathead Creative, LLC
Author URI: https://flatheadcreative.com/
Description: Custom WordPress theme for JGS Nitriding.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: jgs-nitriding
*/

/* WordPress content templates. The approved homepage design is in assets/css/styles.css. */
.site-content-page {
  min-height: 55vh;
  padding: 78px 0;
  background: #fff;
}
.site-content-page .entry-header {
  max-width: 900px;
  margin-bottom: 30px;
}
.site-content-page .entry-title {
  margin-bottom: 0;
  color: #171a20;
  font-size: clamp(2.1rem, 4.5vw, 4rem);
  line-height: 1.05;
}
.site-content-page .entry-content {
  /*max-width: 900px;*/
  color: #5b606a;
}
.site-content-page .entry-content > * + * { margin-top: 1.25em; }
.site-content-page .entry-content h2,
.site-content-page .entry-content h3,
.site-content-page .entry-content h4 { color: #171a20; }
.site-content-page .entry-content a { color: #6f2b91; }
.site-content-page .entry-content img { height: auto; }
.site-content-page .post-list { display: grid; gap: 24px; }
.site-content-page .post-card { padding: 28px; border: 1px solid #e2e4e8; background: #fff; }
.site-content-page .post-card h2 { margin-bottom: 8px; font-size: 1.55rem; }
.site-content-page .post-card h2 a { color: #171a20; text-decoration: none; }
.site-content-page .post-card h2 a:hover { color: #6f2b91; }
.site-content-page .navigation { margin-top: 32px; }
.admin-bar .site-header { top: 32px; }
@media screen and (max-width: 782px) { .admin-bar .site-header { top: 46px; } }
