body {
  font-family: Inconsolata, Consolas, "Deja Vu Sans Mono", "Bitstream Vera Sans Mono", "Droid Sans Mono", "Andale Mono", Anonymous, "Monaco", monospaced;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.25;
  text-rendering: optimizeLegibility;
  vertical-align: baseline;
}

#main {
  font-size: 100%;
  line-height: 1.35;
}
@media (min-width: 900px) {
  #main {
    font-size: 100%;
    line-height: 1.375;
  }
}

p {
  padding-top: 0;
  line-height: 1.7;
  margin: 0 auto 1em auto;
}
p a {
  font-weight: bold;
  text-decoration: underline;
}

strong, b {
  font-weight: 600;
}

em, i {
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  margin: 1rem 0;
}

h1 {
  font-weight: 700;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.05;
  letter-spacing: -0.01em;
}

h1 + h2 {
  margin-top: 0;
}

h2 {
  font-weight: 700;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  letter-spacing: -0.01em;
  font-size: 1.75rem;
  line-height: 1.25;
}

h2 + h3 {
  margin-top: 0;
}

h3 {
  font-weight: 700;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.25;
}

h4, h5, h6 {
  font-size: 1.125rem;
  line-height: 1.11111111;
}

ul {
  list-style-type: disc;
}

ul ul {
  margin: 0 0 0 25px;
}

ol {
  list-style-type: decimal;
}

ol ol {
  margin: 0 0 0 25px;
}

hr {
  clear: both;
  width: calc(100% - 2rem);
  padding: 0;
  margin: 2rem auto;
  border: none;
  border-top: 2px solid #222;
  border-bottom: 2px solid #222;
  border-radius: 2px;
  text-align: center;
}

blockquote {
  background: #eeeeee;
  margin: 1em 0;
  /* (20px / 20px) */
  color: #555;
  border-left: 5px solid #222;
  padding: 0.5em;
  font-style: italic;
  font-size: 1.25em;
  line-height: 1.45833333;
}
@media (max-width: 900px) {
  blockquote {
    line-height: 1.25;
  }
}

blockquote p {
  margin: 0;
}

blockquote .author {
  text-align: right;
  font-size: 0.875em;
  letter-spacing: 0.125em;
  color: #787878;
}

code {
  background-color: #eeeeee;
  border-radius: 2px;
  padding: 1px 3px;
}
@media (prefers-color-scheme: dark) {
  code {
    background-color: var(--app-background-contrast);
  }
}

code, kbd, samp {
  font-family: Inconsolata, Consolas, "Deja Vu Sans Mono", "Bitstream Vera Sans Mono", "Droid Sans Mono", "Andale Mono", Anonymous, "Monaco", monospaced;
}

.button {
  background: none;
  border: 2px solid #222;
  position: relative;
  display: inline-block;
  padding: 7px 12px;
  margin: 0;
  width: auto;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  letter-spacing: 2px;
}
.button:hover {
  background: #222;
  color: #fff;
}
.button:active {
  top: 1px;
}

#menucont ul {
  margin: 0;
  padding: 0;
  display: flex;
}
#menucont ul li {
  display: inline-block;
  padding-right: 0.5rem;
  list-style: none;
}

#sidebar {
  padding: 1rem;
  max-width: 1280px;
  margin: 0 auto;
}
#sidebar #logo {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
#sidebar #logo a {
  color: inherit;
}

#sidebar-links {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 700px) {
  #sidebar-links {
    flex-flow: row nowrap;
  }
}

.post-header h1 {
  margin-top: 0;
}
.post-header .byline {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.375rem;
}
@media (max-width: 900px) {
  .post-header .byline {
    margin-bottom: 1.375rem;
  }
}
@media (max-width: 700px) {
  .post-header .byline {
    margin-bottom: 1.25rem;
  }
}

#prev-next {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
}
#prev-next .prev, #prev-next .next {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  flex: 1 1 50%;
  fill: currentColor;
  text-decoration: none;
}
#prev-next .prev .icon, #prev-next .next .icon {
  flex: 0 0 1em;
  height: 1em;
  width: 1em;
}
#prev-next .prev .nav-text, #prev-next .next .nav-text {
  flex: 1 1 0;
  margin-left: 1em;
  margin-right: 1em;
  text-align: center;
}

/* ==================================================
   Global Styles
================================================== */
*, *:before, *:after {
  box-sizing: border-box;
}

:root {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  --app-background: #fbfbfb;
  --body-text-color: #222;
  --app-background-contrast: #eeeeee;
  --gutter: 1rem;
}
@media (prefers-color-scheme: dark) {
  :root {
    --app-background: #222;
    --app-background-contrast: #2f2f2f;
    --body-text-color: #fbfbfb;
  }
}

@media (prefers-color-scheme: dark) {
  .klipse-snippet, .klipse-result {
    filter: invert();
  }
}

body {
  background: var(--app-background);
  color: var(--body-text-color);
}

::selection, ::-moz-selection {
  background: var(--body-text-color);
  color: var(--app-background);
}

a {
  text-decoration: none;
  color: #664444;
}
a:hover {
  color: #a07070;
}
@media (prefers-color-scheme: dark) {
  a {
    color: white;
  }
  a:hover {
    color: white;
  }
}

/* ==================================================
   Images
================================================== */
img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

/* ==================================================
   Sections
================================================== */
@media (min-width: 700px) {
  #socialmedia {
    flex: 0 1 auto;
    padding: 1rem;
  }
}
@media (max-width: 700px) {
  #socialmedia {
    padding: 0 1rem 0 0;
  }
}
#socialmedia ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#socialmedia ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 700px) {
  #socialmedia ul li {
    height: 34px;
    width: 34px;
  }
}
@media (max-width: 700px) {
  #socialmedia ul li {
    height: 30px;
    width: 30px;
    margin-left: 10px;
  }
}
#socialmedia ul .icon {
  fill: #fff;
  max-height: 100%;
  max-width: 100%;
  opacity: 0.85;
}
#socialmedia ul .icon:hover {
  opacity: 1;
}

#main {
  box-sizing: border-box;
  margin: 1rem auto;
  padding: 0 1rem;
  max-width: 1280px;
}

#main p:last-child {
  margin: 0;
}

.post-header .byline .date {
  font-variant-caps: small-caps;
}

#post {
  margin: 0 auto;
  max-width: 1200px;
}

#footercont {
  color: var(--body-text-color);
  font-size: 11px;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 2px solid;
}

#base {
  width: 66vmin;
  height: 66vmin;
  background: rgba(32, 94, 192, 0.1);
  transform: rotateX(0deg) rotateZ(0deg);
  position: relative;
  transform-style: preserve-3d;
  animation: spin 12s ease-in-out infinite;
  margin: 0 auto;
  pointer-events: none;
}

@keyframes spin {
  from {
    transform: rotateX(0deg) rotateZ(0deg);
  }
  50% {
    transform: rotateX(70deg) rotateZ(180deg);
  }
  to {
    transform: rotateX(0deg) rotateZ(360deg);
  }
}
.square {
  position: absolute;
  background: #205ec0;
  transform: translateZ(0);
  transition: all 1s ease-in-out;
}

/*# sourceMappingURL=blog.css.map */
