/*
Theme Name: MyMicroTheme-jschof
Author: Jim S 
Version: 100.0.0 
*/


* {
  box-sizing: border-box; }

body {
  background: #123;
  color: #cde; }

a {
  color: #EF8E7F;
  text-decoration: none;
  transition: 300ms; }
  a:focus, a:hover {
    color: #fff;
    text-decoration: underline;
    text-decoration-style: dotted; }

time.updated {
  display: none; }

.wp-block-code {
  overflow: auto; }

html {
  font-size: 18px; }

body {
  font-family: 'Avenir', 'Helvetica', sans-serif;
  font-weight: 400;
  line-height: 1.45; }

p {
  margin-bottom: 1.25em; }

h1, h2, h3, h4, h5 {
  margin: 2.75rem 0 1rem;
  font-weight: 400;
  line-height: 1.15; }

h1 {
  margin-top: 0;
  font-size: 3.052em; }

h2 {
  font-size: 2.441em; }

h3 {
  font-size: 1.953em; }

h4 {
  font-size: 1.563em; }

h5 {
  font-size: 1.25em; }

small, .text_small {
  font-size: 0.8em; }

.m-none {
  margin: 0; }

.mb-1 {
  margin-bottom: 4px; }

.mb-2 {
  margin-bottom: 8px; }

.mb-3 {
  margin-bottom: 12px; }

.mb-4 {
  margin-bottom: 16px; }

.mb-5 {
  margin-bottom: 20px; }

.mb-6 {
  margin-bottom: 24px; }

.mb-7 {
  margin-bottom: 28px; }

.mb-8 {
  margin-bottom: 32px; }

.mb-9 {
  margin-bottom: 36px; }

.mb-10 {
  margin-bottom: 40px; }

.mb-11 {
  margin-bottom: 44px; }

.mb-12 {
  margin-bottom: 48px; }

.mb-13 {
  margin-bottom: 52px; }

.mb-14 {
  margin-bottom: 56px; }

.mb-15 {
  margin-bottom: 60px; }

.mb-16 {
  margin-bottom: 64px; }

.mb-17 {
  margin-bottom: 68px; }

.mb-18 {
  margin-bottom: 72px; }

.mb-19 {
  margin-bottom: 76px; }

.mb-20 {
  margin-bottom: 80px; }

.entry-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between; }

.edit-link {
  display: block; }

.posted-on {
  display: block; }

.site {
  margin-top: 1em; }

.site-content {
  display: grid;
  grid-gap: 2em;
  grid-template-columns: 100%; }
  @media screen and (min-width: 850px) {
    .site-content {
      grid-template-columns: 75% 25%; } }

.constrain {
  margin: auto;
  width: 100%;
  max-width: 832px; }

.site-footer {
  margin-top: 2em; }

.widget-area > section + section {
  margin-top: 2em; }

.site-main > article + article {
  margin-top: 2em; }

.search-field {
  margin: .5em 0;
  font-family: inherit;
  font-size: 100%;
  border: none; }

.search-submit {
  font-size: 100%;
  font-family: inherit;
  line-height: inherit;
  color: #EF8E7F;
  border: 2px solid #EF8E7F;
  background: transparent; }
  .search-submit:hover, .search-submit:focus {
    background: #EF8E7F;
    color: #123;
    cursor: pointer; }
