/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url(https://fonts.googleapis.com/css?family=Roboto+Mono:400,700);
/* line 11, node_modules/node-normalize-scss/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, node_modules/node-normalize-scss/_normalize.scss */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 32, node_modules/node-normalize-scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 45, node_modules/node-normalize-scss/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 56, node_modules/node-normalize-scss/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 68, node_modules/node-normalize-scss/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 77, node_modules/node-normalize-scss/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 87, node_modules/node-normalize-scss/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 97, node_modules/node-normalize-scss/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 108, node_modules/node-normalize-scss/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 117, node_modules/node-normalize-scss/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 125, node_modules/node-normalize-scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 129, node_modules/node-normalize-scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 140, node_modules/node-normalize-scss/_normalize.scss */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 152, node_modules/node-normalize-scss/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 168, node_modules/node-normalize-scss/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 178, node_modules/node-normalize-scss/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 187, node_modules/node-normalize-scss/_normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 198, node_modules/node-normalize-scss/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 210, node_modules/node-normalize-scss/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 221, node_modules/node-normalize-scss/_normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 232, node_modules/node-normalize-scss/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 245, node_modules/node-normalize-scss/_normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 253, node_modules/node-normalize-scss/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 262, node_modules/node-normalize-scss/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 272, node_modules/node-normalize-scss/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 282, node_modules/node-normalize-scss/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 291, node_modules/node-normalize-scss/_normalize.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 300, node_modules/node-normalize-scss/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 312, node_modules/node-normalize-scss/_normalize.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 320, node_modules/node-normalize-scss/_normalize.scss */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 331, node_modules/node-normalize-scss/_normalize.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 339, node_modules/node-normalize-scss/_normalize.scss */
[hidden] {
  display: none;
}

/* line 1, styles/base/_buttons.scss */
button, [type='button'], [type='reset'], [type='submit'] {
  appearance: none;
  background-color: #44ac57;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Mono", monospace;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 1em 2em;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

/* line 22, styles/base/_buttons.scss */
button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus {
  background-color: #368a46;
  color: #fff;
}

/* line 28, styles/base/_buttons.scss */
button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/* line 32, styles/base/_buttons.scss */
button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
  background-color: #44ac57;
}

/* line 4, styles/base/_forms.scss */
fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 11, styles/base/_forms.scss */
legend {
  font-weight: 600;
  margin-bottom: 0.5em;
  padding: 0;
}

/* line 17, styles/base/_forms.scss */
label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.5em;
}

/* line 23, styles/base/_forms.scss */
input,
select,
textarea {
  display: block;
  font-family: "Roboto Mono", monospace;
  font-size: 1em;
}

/* line 31, styles/base/_forms.scss */
[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  appearance: none;
  background-color: #fff;
  border: 1px solid #98978e;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 1em;
  padding: 0.66667em;
  transition: border-color 150ms ease;
  width: 100%;
}

/* line 43, styles/base/_forms.scss */
[type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
  border-color: #7a7972;
}

/* line 47, styles/base/_forms.scss */
[type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
  border-color: #44ac57;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(68, 172, 87, 0.7);
  outline: none;
}

/* line 53, styles/base/_forms.scss */
[type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

/* line 57, styles/base/_forms.scss */
[type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
  border: 1px solid #98978e;
}

/* line 62, styles/base/_forms.scss */
[type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
  color: #b3b1ad;
}

/* line 67, styles/base/_forms.scss */
textarea {
  resize: vertical;
}

/* line 71, styles/base/_forms.scss */
[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.5em;
}

/* line 77, styles/base/_forms.scss */
[type="file"] {
  margin-bottom: 1em;
  width: 100%;
}

/* line 82, styles/base/_forms.scss */
select {
  margin-bottom: 1em;
  width: 100%;
}

/* line 1, styles/base/_layout.scss */
html {
  box-sizing: border-box;
}

/* line 5, styles/base/_layout.scss */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/* line 11, styles/base/_layout.scss */
html,
body {
  height: 100%;
}

/* line 1, styles/base/_lists.scss */
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 8, styles/base/_lists.scss */
dl {
  margin: 0;
}

/* line 12, styles/base/_lists.scss */
dt {
  font-weight: 600;
  margin: 0;
}

/* line 17, styles/base/_lists.scss */
dd {
  margin: 0;
}

/* line 1, styles/base/_media.scss */
figure {
  margin: 0;
}

/* line 5, styles/base/_media.scss */
img,
picture {
  margin: 0;
  max-width: 100%;
}

/* line 1, styles/base/_tables.scss */
table {
  border-collapse: collapse;
  margin: 1em 0;
  table-layout: fixed;
  width: 100%;
}

/* line 8, styles/base/_tables.scss */
th {
  border-bottom: 1px solid #72716b;
  font-weight: 600;
  padding: 1em 0;
  text-align: left;
}

/* line 15, styles/base/_tables.scss */
td {
  border-bottom: 1px solid #98978e;
  padding: 1em 0;
}

/* line 20, styles/base/_tables.scss */
tr,
td,
th {
  vertical-align: middle;
}

/* line 1, styles/base/_typography.scss */
html {
  font-size: 12px;
}

/* line 5, styles/base/_typography.scss */
body {
  color: #807d77;
  font-family: "Roboto Mono", monospace;
  font-size: 1em;
  line-height: 2;
}

/* line 12, styles/base/_typography.scss */
::selection {
  background: #fff1c5;
}

/* line 16, styles/base/_typography.scss */
::-moz-selection {
  background: #fff1c5;
}

/* line 20, styles/base/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.125rem;
  font-family: "Roboto Mono", monospace;
  font-weight: 700;
  line-height: 1.8;
  margin: 2em 0 1em;
  position: relative;
}

/* line 34, styles/base/_typography.scss */
.post h2:before {
  content: '';
  border-left: 5px solid #44ac57;
  position: absolute;
  left: -15px;
  height: 75%;
  top: 12%;
}

/* line 43, styles/base/_typography.scss */
p {
  margin: 0 0 1em;
}

/* line 47, styles/base/_typography.scss */
a {
  color: #44ac57;
  text-decoration: none;
  transition: color 150ms ease;
}

/* line 51, styles/base/_typography.scss */
a:active, a:focus, a:hover {
  color: #338141;
  text-decoration: underline;
}

/* line 59, styles/base/_typography.scss */
hr {
  border-bottom: 1px solid #ebeae6;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 2.5rem 0;
}

/* line 67, styles/base/_typography.scss */
strong {
  font-weight: 700;
}

/* line 1, styles/components/_highlight.scss */
.hljs {
  display: block;
  overflow-x: auto;
  background: #f6f6f6;
  color: #807d77;
  padding: 0.5em;
}

/* line 9, styles/components/_highlight.scss */
.hljs-emphasis {
  font-style: italic;
}

/* line 13, styles/components/_highlight.scss */
.hljs-strong {
  font-weight: bold;
}

/* line 17, styles/components/_highlight.scss */
.hljs-comment,
.hljs-quote {
  color: #b1b1b1;
}

/* line 22, styles/components/_highlight.scss */
.hljs-variable,
.hljs-template-variable,
.hljs-tag,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class,
.hljs-regexp,
.hljs-deletion {
  color: #7b97c3;
}

/* line 33, styles/components/_highlight.scss */
.hljs-number,
.hljs-built_in,
.hljs-builtin-name,
.hljs-literal,
.hljs-type,
.hljs-params,
.hljs-meta,
.hljs-link {
  color: #cc99cc;
}

/* line 45, styles/components/_highlight.scss */
.hljs-attribute {
  color: #ffcc66;
}

/* line 49, styles/components/_highlight.scss */
.hljs-string,
.hljs-symbol,
.hljs-bullet,
.hljs-addition {
  color: #44ac57;
}

/* line 57, styles/components/_highlight.scss */
.hljs-title,
.hljs-section {
  color: #6699cc;
}

/* line 62, styles/components/_highlight.scss */
.hljs-keyword,
.hljs-selector-tag {
  color: #e47777;
}

/* line 1, styles/components/_button.scss */
.button {
  display: inline-block;
  background-color: #44ac57;
  padding: 0.5rem 1.5rem;
  color: #fff;
}

/* line 8, styles/components/_button.scss */
a.button:active, a.button:focus, a.button:hover {
  color: #fff;
}

/* line 1, styles/modules/_global.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 52rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/* line 26, node_modules/bourbon-neat/core/neat/mixins/_grid-container.scss */
.container::after {
  clear: both;
  content: "";
  display: block;
}

/* line 12, styles/modules/_global.scss */
#main {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

/* line 16, styles/modules/_global.scss */
.page-title {
  text-align: center;
}

/* line 20, styles/modules/_global.scss */
.page-desc {
  font-style: italic;
  color: #807d77;
  margin-top: -1rem;
}

/* line 26, styles/modules/_global.scss */
.date {
  font-style: italic;
  color: #807d77;
}

/* line 35, styles/modules/_global.scss */
.content ul, .content ol {
  padding-left: 2em;
  text-align: left;
  margin: 1.5em 0;
}

/* line 41, styles/modules/_global.scss */
.content ul {
  list-style-type: disc;
}

/* line 46, styles/modules/_global.scss */
.content li {
  display: list-item;
}

/* line 1, styles/modules/_header.scss */
#header {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  text-align: center;
  padding: 4em 0 1em 0;
}

/* line 7, styles/modules/_header.scss */
.logo {
  height: 100%;
  user-select: none;
}

@media screen and (max-width: 650px) {
  /* line 13, styles/modules/_header.scss */
  #header {
    padding: 3em 0 0em 0;
  }
  /* line 14, styles/modules/_header.scss */
  .logo {
    height: 4rem;
  }
}

/* line 1, styles/modules/_code.scss */
.hljs {
  padding: 1.5em 1.75em;
  margin: 1em 0;
  line-height: 1.5;
}

/* line 7, styles/modules/_code.scss */
.hljs::selection, .hljs span::selection {
  background: #ebeae6;
}

/* line 11, styles/modules/_code.scss */
.hljs::-moz-selection, .hljs span::-moz-selection {
  background: #ebeae6;
}

/* line 15, styles/modules/_code.scss */
pre {
  overflow: auto;
  word-wrap: normal;
  white-space: pre;
}

/* line 21, styles/modules/_code.scss */
.comment-body pre {
  padding: 1em;
  background: #f2f2f2;
  color: #323232;
}

/* line 28, styles/modules/_code.scss */
pre > code {
  font-size: 100%;
  word-break: normal;
  white-space: pre;
  background: transparent;
}

/* line 36, styles/modules/_code.scss */
code {
  padding: 0;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  margin: 0;
  background-color: #f6f6f6;
  border-radius: 3px;
}

/* line 1, styles/modules/_footer.scss */
#footer {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  text-align: center;
  padding: 1em 0;
  margin-bottom: 6em;
  margin-top: 2em;
}

/* line 9, styles/modules/_footer.scss */
.footnote {
  font-size: 0.889em;
  color: #807d77;
}

/* line 1, styles/pages/_index.scss */
.container-home {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  max-width: 60rem;
  position: relative;
}

/* line 8, styles/pages/_index.scss */
#index-header {
  padding: 5rem 0 4rem 0;
}

/* line 12, styles/pages/_index.scss */
.logo-home {
  height: 100%;
  user-select: none;
}

@media screen and (max-width: 650px) {
  /* line 18, styles/pages/_index.scss */
  .logo-home {
    height: 4rem;
  }
}

/*#particles {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -25;
}*/
/* line 29, styles/pages/_index.scss */
#content-home {
  text-align: left;
}

/* line 26, node_modules/bourbon-neat/core/neat/mixins/_grid-container.scss */
#content-home::after {
  clear: both;
  content: "";
  display: block;
}

/* line 34, styles/pages/_index.scss */
.intro {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  margin-bottom: 4rem;
}

/* line 39, styles/pages/_index.scss */
.skills {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
  color: #98978e;
}

/* line 44, styles/pages/_index.scss */
.tools {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  margin-bottom: 4rem;
  margin-top: 2rem;
}

/* line 50, styles/pages/_index.scss */
.descr {
  font-style: italic;
  color: #807d77;
}

@media screen and (max-width: 650px) {
  /* line 56, styles/pages/_index.scss */
  .skills {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
  /* line 57, styles/pages/_index.scss */
  #index-header {
    padding: 3rem 0 3rem 0;
  }
}

/* line 1, styles/pages/_bloglist.scss */
.bloglist {
  text-align: center;
}

/* line 1, styles/pages/_article.scss */
.post > header {
  text-align: center;
  margin: 2em 0;
}

/* line 6, styles/pages/_article.scss */
.meta {
  font-size: 1rem;
  color: #98978e;
  margin-top: -1rem;
}

/* line 12, styles/pages/_article.scss */
h1.title {
  font-size: 1.25rem;
  text-transform: uppercase;
}

/* line 17, styles/pages/_article.scss */
.post > .content {
  text-align: left;
}

/* line 21, styles/pages/_article.scss */
.post-image {
  background-color: #f4f4f4;
  text-align: center;
  padding: 1em;
  margin: 2em 0;
  line-height: 0;
  border-radius: 3px;
}

/* line 32, styles/pages/_article.scss */
#comments-app {
  font-size: 0.889rem;
}

/* line 26, node_modules/bourbon-neat/core/neat/mixins/_grid-container.scss */
.comment::after {
  clear: both;
  content: "";
  display: block;
}

/* line 43, styles/pages/_article.scss */
.comment-avatar {
  width: calc(8.33333% - 21.66667px);
  float: left;
  margin-left: 20px;
  margin-top: 0.35rem;
}

/* line 48, styles/pages/_article.scss */
.comment-avatar img {
  border-radius: 50%;
  max-width: 3em;
}

/* line 53, styles/pages/_article.scss */
.comment-meta {
  width: calc(91.66667% - 38.33333px);
  float: left;
  margin-left: 20px;
  color: #807d77;
}

/* line 58, styles/pages/_article.scss */
.comment-body {
  width: calc(91.66667% - 38.33333px);
  float: left;
  margin-left: 20px;
}

@media screen and (max-width: 650px) {
  /* line 63, styles/pages/_article.scss */
  .comment-avatar,
  .comment-meta,
  .comment-body {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    text-align: center;
  }
}

/* line 70, styles/pages/_article.scss */
.comment-write {
  text-align: center;
}

/* line 74, styles/pages/_article.scss */
.comment-user {
  font-weight: 700;
  color: #323232;
  text-decoration: none;
}

/* line 1, styles/pages/_calibration.scss */
.grid-input {
  display: inline-block;
  width: 4rem;
  text-align: center;
  padding: 0.4rem;
}
