@charset "UTF-8";
* {
  box-sizing: border-box; }

/* Grid System
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Style the header */
#gridHeader {
  grid-area: header;
  height: auto; }

/* Style the middle column */
#gridMiddle {
  grid-area: middle;
  height: auto;
  margin-top: 32px; }

/* Style the footer */
#gridFooter {
  grid-area: footer;
  height: auto; }

/* The grid container */
#gridContainer {
  display: grid;
  grid-template-areas: "header header header header" "middle middle middle middle" "footer footer footer footer";
  margin-left: auto;
  margin-right: auto;
  max-width: 840px;
  margin: 0 auto; }

/* Grid Specific
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#gridFooter ul {
  list-style-type: none; }

#gridFooter li {
  display: inline; }

/* Media Breakpoints
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Extra small devices (phones, 800px and down) */
@media (max-width: 800px) {
  #gridHeader,
  #gridMiddle,
  #gridFooter {
    width: 100vw;
    padding-left: 32px;
    padding-right: 32px; } }
#articleHeaderSection {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  height: auto;
  margin-bottom: 64px;
  text-align: center; }

 /* Sign Up 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#mc_embed_signup input.button {
  background-color: #70A2F9; }

#mc_embed_signup input.button:hover {
  background-color: #615B5B; }

#mc_embed_signup {
  background: #fff;
  clear: left;
  font: 14px -apple-system,Helvetica,Arial,sans-serif;
  width: 100%;
  margin-bottom: 4px !important; }

#mc_embed_signup input.email {
  margin-right: 6px !important; }

#postHeader {
  font-weight: bolder;
  font-size: calc(36px + 1.5vw);
  margin-top: 8px;
  margin-bottom: 12px; }

#miniphon {
  color: #615B5B; }

#pullsWelcome {
  color: #615B5B;
  text-align: center;
  padding: 8px 16px 8px 16px; }

#next {
  margin-top: 32px;
  margin-bottom: 32px;
  padding-top: 0px;
  padding-bottom: 0px; }

#next h4 {
  margin-top: 16px;
  margin-bottom: 0px; }

#next h1 {
  margin-top: 8px;
  margin-bottom: 0px; }

div.highlight {
  border-radius: 8px;
  overflow: auto;
  margin-top: 32px;
  margin-bottom: 32px; }

pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  padding-left: 16px;
  padding-right: 16px; }

pre code {
  font-size: 18px; }

div.jekyll-twitter-plugin {
  margin: 0 auto;
  padding-top: 16px;
  padding-bottom: 16px;
  width: 500px; }

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  margin-bottom: 32px; }

/* Media Breakpoints
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Extra small devices (phones, 600px and down) */
@media (max-width: 800px) {
  #postHeader {
    font-size: calc(22px + 1.5vw); }

  pre code {
    font-size: 100%; }

  div.jekyll-twitter-plugin {
    width: 100%; } }
body {
  background-color: #FFFFFF;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 21px;
  line-height: 1.58;
  letter-spacing: -.003em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga" on;
  border-bottom: 5px solid #70A2F9;
  margin: 0; }

/* Flexbox Generic 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.flexMe {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }

 /* Tag

 –––––––––––––––––––––––––––––––––––––––––––––––––– */
.articleTag {
  background-color: #70A2F9;
  color: white;
  padding: 4px 6px 4px 6px;
  border-radius: 6px;
  font-size: 12px; }

.articleTagByDate {
  background-color: #70A2F9;
  color: white;
  padding: 4px 6px 4px 6px;
  border-radius: 6px;
  font-size: 12px;
  margin-left: 16px; }

.tagDateContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch; }

 /* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a:link {
  color: #70A2F9; }

/* visited link */
a:visited {
  color: #70A2F9; }

/* mouse over link */
a:hover {
  color: #3F464B; }

/* selected link */
a:active {
  color: #70A2F9; }

 /* Selectors
–––––––––––––––––––––––––––––––––––––––––––––––––– */
blockquote {
  border-left: 6px solid #615B5B;
  padding: 0.5em 10px;
  color: #615B5B; }

blockquote p {
  display: inline;
  font-style: italic; }

h1 {
  color: #314A4F; }

h2, h3, h3, h4 {
  color: #615B5B; }

hr {
  color: #DDDDDD; }

footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #202428;
  font-weight: 300;
  margin-top: 32px;
  margin-bottom: 16px; }

img {
  border-radius: 25px; }

article h2, h3, h4 {
  margin-top: 64px; }

article h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: -.015em;
  margin-bottom: 16px; }

article p {
  margin-top: 8px; }

 /* Media Breakpoints
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Extra small devices (phones, 800px and down) */
@media (max-width: 800px) {
  #gridHeader, #gridMiddle, #gridFooter {
    width: 100vw;
    padding-left: 32px;
    padding-right: 32px; }

  body {
    font-size: 100%; }

  .flexMe {
    flex-direction: column;
    align-items: flex-start; }

  .tagDateContainer {
    flex-direction: column;
    align-items: flex-start; }

  .articleTag {
    margin-left: 0px; }

  .articleTagByDate {
    margin-left: 0px;
    margin-top: 8px; }

  article h3 {
    font-size: 26px; }

  blockquote {
    margin: 0; } }
@media (prefers-color-scheme: dark) {
  h1, h2, h3, h3, h4 {
    color: white !important;
    opacity: 0.6 !important; }

  hr {
    color: #FFFF00 !important; }

  body {
    background-color: #2c2d2f !important;
    color: white !important; }

  code {
    color: white !important; }

  blockquote {
    border-left: 6px solid white !important;
    padding: 0.5em 10px;
    color: white !important; }

  blockquote p {
    opacity: 0.5 !important; }

  #mc_embed_signup {
    background: #2c2d2f !important; }

  #mc_embed_signup input.email {
    background-color: #2c2d2f !important; } }
