/*
 * Twenty Twelve Jekyll
 * A clean-room Jekyll port inspired by WordPress Twenty Twelve.
 * Original Twenty Twelve theme: WordPress.org contributors, GPL-2.0-or-later.
 */

:root {
  --body-bg: #e6e6e6;
  --site-bg: #fff;
  --text: #444;
  --muted: #757575;
  --heading: #222;
  --link: #21759b;
  --link-hover: #0f3647;
  --line: #ededed;
  --nav-line: #e3e3e3;
  --max-width: 960px;
}

* { box-sizing: border-box; }
html { font-size: 100%; overflow-y: scroll; }
body {
  margin: 0;
  background: var(--body-bg);
  color: var(--text);
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.714285714;
}

body, button, input, textarea { -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; border: 0; }
a { color: var(--link); }
a:hover, a:focus { color: var(--link-hover); }
p { margin: 0 0 1.714285714rem; }
ul, ol { margin: 0 0 1.714285714rem 1.6rem; padding: 0; }
blockquote {
  margin: 0 1.714285714rem 1.714285714rem;
  padding-left: 1.714285714rem;
  border-left: 4px solid #e6e6e6;
  color: #666;
  font-style: italic;
}
code, pre { font-family: Consolas, Monaco, monospace; }
pre {
  overflow: auto;
  margin: 0 0 1.714285714rem;
  padding: 1.2rem;
  background: #f5f5f5;
  border: 1px solid #ededed;
}
hr { border: 0; border-top: 1px solid var(--line); margin: 1.714285714rem 0; }

.site {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background: var(--site-bg);
}

.site-header { padding: 1.714285714rem 2.857142857rem 0; }
.site-title,
.site-title a {
  margin: 0;
  color: #515151;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}
.site-title a:hover { color: var(--link); }
.site-description {
  margin: .3rem 0 1.714285714rem;
  color: var(--muted);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
}

.header-image { display: block; margin-top: 1.714285714rem; }
.header-image img { display: block; width: 100%; }

.main-navigation {
  margin-top: 1.714285714rem;
  border-top: 1px solid var(--nav-line);
  border-bottom: 1px solid var(--nav-line);
}
.main-navigation ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-navigation li { position: relative; }
.main-navigation a {
  display: block;
  padding: 13px 18px 12px 0;
  color: #6a6a6a;
  font-size: 13px;
  line-height: 1.4;
  text-transform: uppercase;
  text-decoration: none;
}
.main-navigation a:hover,
.main-navigation .current-menu-item > a { color: #000; }

.wrapper {
  display: flow-root;
  padding: 2.857142857rem;
}
.site-content {
  float: left;
  width: 65.104166667%;
}
.site-content.full-width { float: none; width: 100%; }
.widget-area {
  float: right;
  width: 26.041666667%;
}

.hentry {
  margin: 0 0 3.428571429rem;
  padding-bottom: 1.714285714rem;
  border-bottom: 1px solid var(--line);
}
.page.hentry { margin-bottom: 0; }
.entry-header { margin-bottom: 1.714285714rem; }
.entry-title {
  margin: 0;
  color: var(--heading);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}
.entry-title a { color: var(--heading); }
.entry-title a:hover { color: var(--link); }
.entry-meta {
  margin-top: .55rem;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.85;
  text-decoration: none;
}
.entry-meta a { color: var(--muted); }
.entry-meta a:hover { color: var(--link); }
.entry-summary,
.entry-content { font-size: 14px; line-height: 1.714285714; }
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  margin: 1.714285714rem 0 .85rem;
  color: var(--heading);
  line-height: 1.4;
}
.entry-content h2 { font-size: 18px; }
.entry-content h3 { font-size: 16px; }
.entry-content h4 { font-size: 14px; }
.entry-content table { width: 100%; margin-bottom: 1.714285714rem; border-collapse: collapse; }
.entry-content th, .entry-content td { padding: .55rem; border: 1px solid #ededed; text-align: left; }
.more-link { white-space: nowrap; }
.cat-links, .tag-links { display: block; }

.post-thumbnail { display: block; margin: 0 0 1.714285714rem; }
.post-thumbnail img { display: block; }
.sticky { position: relative; }
.sticky::before {
  content: "Featured";
  display: inline-block;
  margin-bottom: 1rem;
  padding: .2rem .55rem;
  background: #f5f5f5;
  color: #666;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.widget { margin: 0 0 3.428571429rem; color: #757575; font-size: 13px; }
.widget-title {
  margin: 0 0 1.714285714rem;
  color: #636363;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.846153846;
  text-transform: uppercase;
}
.widget ul { margin: 0; list-style: none; }
.widget li { margin-bottom: .65rem; }
.widget a { color: #757575; }
.widget a:hover { color: var(--link); }
.post-count { color: #999; }

.nav-single,
.nav-below {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 0 2.857142857rem;
  color: #757575;
  font-size: 13px;
}
.nav-next { margin-left: auto; text-align: right; }

.archive-list { margin-left: 0; list-style: none; }
.archive-list time { display: inline-block; min-width: 58px; color: #999; }

.site-footer {
  clear: both;
  margin: 0 2.857142857rem;
  padding: 1.714285714rem 0;
  border-top: 1px solid var(--line);
}
.site-info { color: #686868; font-size: 12px; }

@media screen and (min-width: 1040px) {
  body { padding: 3.428571429rem 0; }
  .site { box-shadow: 0 2px 6px rgba(100,100,100,.3); }
}

@media screen and (max-width: 760px) {
  body { background: #fff; }
  .site-header { padding: 1.714285714rem 1.428571429rem 0; }
  .wrapper { padding: 2rem 1.428571429rem; }
  .site-footer { margin: 0 1.428571429rem; }
  .site-content, .widget-area { float: none; width: 100%; }
  .widget-area { margin-top: 2.857142857rem; }
}

@media screen and (max-width: 420px) {
  .site-title, .site-title a { font-size: 22px; }
  .entry-title { font-size: 18px; }
  .wrapper { padding-top: 1.5rem; }
}
