@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*  Colors  */
/*  Fonts  */
body {
  font-family: "Monosten A", Courier, monospace;
  font-size-adjust: 0.5;
}

strong {
  font-family: "Monosten C", Courier, monospace;
  font-size-adjust: 0.5;
  font-weight: bold;
  font-style: normal;
}

/*  Utility  */
.main-header {
  *zoom: 1;
}
.main-header:before {
  content: " ";
  display: table;
}
.main-header:after {
  clear: both;
  content: " ";
  display: table;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #d1d2d4;
  color: black;
  font-size: 0.75em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 2.4;
  min-height: 100%;
  overflow-x: hidden;
}
@media only all and (min-width: 40em) {
  body {
    font-size: 0.8125em;
  }
}

html, body {
  margin: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

img, picture {
  max-width: 100%;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

a {
  border-bottom: 1px solid;
  color: inherit;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  background-color: black;
  color: #d1d2d4;
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}

p:last-child, ul:last-child, ol:last-child, dl:last-child {
  margin-bottom: 0;
}

/*  -- General --  */
.single, .home {
  background-color: black;
  color: white;
}
.single .main-header, .single .header, .home .main-header, .home .header {
  border-color: white;
}
.single .menu-trigger, .home .menu-trigger {
  color: black;
}
.single .site-aside, .home .site-aside {
  background-color: #d1d2d4;
  color: black;
}
.single .site-aside .header, .home .site-aside .header {
  border-bottom: 0;
}
.single .site-nav a, .home .site-nav a {
  border-bottom: 1px solid black;
}
.single .site-nav a, .home .site-nav a {
  color: black;
}
.single .site-nav a:active, .single .site-nav a:hover, .single .site-nav a:focus, .single .site-nav a.active, .home .site-nav a:active, .home .site-nav a:hover, .home .site-nav a:focus, .home .site-nav a.active {
  background-color: black;
  color: #d1d2d4;
}
.single .article-meta a, .home .article-meta a {
  border-bottom: 0;
}
.single .article-meta a:hover, .single .article-meta a:focus, .single .article-meta a:active, .home .article-meta a:hover, .home .article-meta a:focus, .home .article-meta a:active {
  background: transparent;
  border-bottom: 1px solid;
  color: inherit;
}

.menu-open .site-aside {
  left: 0%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  visibility: visible;
}
.menu-open .main-pane {
  left: 75%;
}
@media only all and (min-width: 40em) {
  .menu-open .main-pane {
    left: 60%;
  }
}
@media only all and (min-width: 60em) {
  .menu-open .main-pane {
    left: 40%;
  }
}
@media only all and (min-width: 80em) {
  .menu-open .main-pane {
    left: 31rem;
  }
}

.site {
  max-width: 75rem;
  position: relative;
}

.site-aside {
  background-color: black;
  color: #d1d2d4;
  left: -100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  visibility: hidden;
  width: 75%;
}

.segment {
  margin-bottom: 5rem;
}
.segment h2, .segment h3, .segment h4, .segment h5, .segment h6 {
  margin-bottom: 2rem;
}
.segment:last-child {
  margin-bottom: 0;
}

.main-pane {
  height: 100%;
  left: 0;
  padding: 0 2rem 4rem;
  position: relative;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.main-pane .article:first-child {
  border-top: 0;
  padding-top: 0;
}
@media only all and (min-width: 40em) {
  .main-pane {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only all and (min-width: 60em) {
  .main-pane {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media only all and (min-width: 80em) {
  .main-pane .article-meta {
    display: table-cell;
    vertical-align: top;
    width: 40%;
  }
}

.alm-listing .alm-reveal .article {
  border-top: 1px solid white;
  padding-top: 2rem;
}
@media only all and (min-width: 60em) {
  .alm-listing .alm-reveal .article {
    padding-top: 3rem;
  }
}
@media only all and (min-width: 80em) {
  .alm-listing .alm-reveal .article {
    padding-top: 4rem;
  }
}
.alm-listing .alm-reveal:first-child .article:first-child {
  border-top: 0;
  padding-top: 0;
}

.csstransforms3d .site-aside {
  left: 0;
}
.csstransforms3d .main-pane {
  left: 0;
}
.csstransforms3d .menu-open .main-pane {
  left: 0 !important;
}
.csstransforms3d .menu-open .site-aside {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.csstransforms3d .menu-open .main-pane {
  left: 0;
  -webkit-transform: translate3d(75%, 0, 0);
  transform: translate3d(75%, 0, 0);
}
@media only all and (min-width: 40em) {
  .csstransforms3d .menu-open .main-pane {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
}
@media only all and (min-width: 60em) {
  .csstransforms3d .menu-open .main-pane {
    -webkit-transform: translate3d(40%, 0, 0);
    transform: translate3d(40%, 0, 0);
  }
}
@media only all and (min-width: 80em) {
  .csstransforms3d .menu-open .main-pane {
    -webkit-transform: translate3d(31rem, 0, 0);
    transform: translate3d(31rem, 0, 0);
  }
}

@media only all and (min-width: 40em) {
  .site-aside {
    width: 60%;
  }
}
@media only all and (min-width: 60em) {
  .site-aside {
    width: 40%;
  }
}
@media only all and (min-width: 80em) {
  .site-aside {
    width: 31rem;
  }
}
.site-nav {
  display: block;
  line-height: 1.2;
}
.site-nav a {
  border-bottom: 1px solid #d1d2d4;
  color: #d1d2d4;
  display: block;
  padding: 2rem;
  text-decoration: none;
}
.site-nav a:active, .site-nav a:hover, .site-nav a:focus, .site-nav a.active {
  background-color: #d1d2d4;
  color: black;
}
@media only all and (min-width: 60em) {
  .site-nav a {
    padding: 3rem;
  }
}

.block {
  padding: 2rem;
}
.block--search {
  background-color: #efefef;
  padding: 1.25rem;
}
.block--articles {
  padding-top: 3rem;
}
.block--articles .article .article-title a {
  border-bottom: 0;
  color: inherit;
}
.block--articles .article .article-title a:hover, .block--articles .article .article-title a:focus, .block--articles .article .article-title a:active {
  background-color: transparent;
  border-bottom: 1px solid;
}
@media only all and (min-width: 60em) {
  .block {
    padding: 3rem;
  }
  .block--search {
    padding: 2.25rem;
  }
}

.form input {
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #d1d2d4;
  font-size: 0.875em;
  height: 2.75rem;
  padding: 0.75rem;
  width: 100%;
}
@media only all and (min-width: 40em) {
  .form input {
    font-size: 0.9375em;
  }
}
.form input::-webkit-input-placeholder {
  color: #d1d2d4;
}
.form input:-moz-placeholder {
  color: #d1d2d4;
}
.form input::-moz-placeholder {
  color: #d1d2d4;
}
.form input:-ms-input-placeholder {
  color: #d1d2d4;
}
.form input:focus {
  outline: 1px solid #d1d2d4;
}

.header {
  border-bottom: 1px solid black;
  display: inline-block;
  line-height: 1.2;
  margin-top: 0;
}
.header--aside {
  margin: 0 0 2rem;
}

.article h1 {
  margin-bottom: 0;
}
.article--listing {
  line-height: 1.8;
  margin-bottom: 1.5rem;
  width: 100%;
}
.article--listing h3 {
  margin: 0;
}
.article--listing .article-label {
  margin-bottom: 0.5rem;
}
.article--listing .article-title, .article--listing .article-author {
  text-decoration: none;
}
.article--listing:last-child {
  margin-bottom: 0;
}
@media only all and (min-width: 60em) {
  .article {
    display: table;
  }
  .article .article-label {
    display: table-cell;
    margin-bottom: 0;
    vertical-align: top;
  }
  .article .article-meta {
    display: table-cell;
    padding-right: 3rem;
    vertical-align: top;
  }
  .article--listing .article-label {
    width: 3rem;
  }
  .article--listing .article-meta {
    padding-right: 0;
    width: -webkit-calc(100% - 3rem);
    width: calc(100% - 3rem);
  }
}

.article-author a:hover, .article-author a:focus, .article-author a:active {
  border-bottom: 1px solid;
}

.article-wrapper .article {
  padding-bottom: 2rem;
}
@media only all and (min-width: 60em) {
  .article-wrapper .article {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
@media only all and (min-width: 80em) {
  .article-wrapper .article {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}
.article-wrapper .article-meta {
  line-height: 2.4;
  margin-bottom: 2rem;
}
.article-wrapper .article-meta .article-label {
  display: block;
  margin-bottom: 1.5rem;
}
.article-wrapper .article-title {
  border-bottom: 1px solid white;
  display: inline;
  line-height: 1.6;
  padding-bottom: 0;
}

.archive-content .article-title a {
  border: 0;
}
.archive-content .article-title a:hover, .archive-content .article-title a:focus, .archive-content .article-title a:active {
  border-bottom: 1px solid;
}

.single .article-title {
  display: inline;
  line-height: 1.6;
  padding-bottom: 0;
}

.article-content {
  max-width: 40rem;
}
.article-content p {
  margin: 1.5rem 0;
}
.article-content a {
  border-bottom: 1px solid;
  padding-bottom: 0;
}
.article-content a:hover, .article-content a:focus, .article-content a:active {
  background-color: black;
  color: #d1d2d4;
}

.author-bio a {
  border-bottom: 1px solid;
  padding-bottom: 0;
}
.author-bio a:hover, .author-bio a:focus, .author-bio a:active {
  background-color: black;
  color: #d1d2d4;
}

.home .article-content a:hover, .home .article-content a:focus, .home .article-content a:active, .single .article-content a:hover, .single .article-content a:focus, .single .article-content a:active {
  background-color: white;
  color: black;
}

.article-author {
  text-decoration: none;
}
.article-author a {
  background-color: transparent;
  border: 0;
  color: inherit;
}

.social-links {
  margin-top: 1rem;
}
.social-links a {
  background-color: transparent;
  border: 0;
  color: inherit;
  font-size: 1.5em;
  margin-right: 0.5rem;
}
.social-links a:hover, .social-links a:focus, .social-links a:active {
  border: 0 !important;
}

.main-header {
  border-bottom: 2px solid black;
  margin-bottom: 2rem;
  padding: 1.6rem 0;
}
.main-header .menu-trigger {
  float: left;
  left: -0.5rem;
  position: relative;
  top: 0.4rem;
}
.main-header .icon {
  float: right;
  line-height: 1;
}
.main-header .icon .emj {
  font-size: 2rem;
}
.main-header .icon img {
  display: block;
  height: 10px;
}
.main-header a {
  background-color: transparent;
  border: 0;
  color: inherit;
  text-decoration: none;
}
@media only all and (min-width: 60em) {
  .main-header {
    margin-bottom: 2.6rem;
    padding: 2.6rem 0;
  }
}
@media only all and (min-width: 80em) {
  .main-header {
    margin-bottom: 3.6rem;
  }
}

.main .emj {
  font-size: 1.6em;
  line-height: 0;
  vertical-align: baseline;
}

.menu-trigger {
  background-color: transparent;
  color: black;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: .3rem .5rem;
}
.menu-trigger:hover, .menu-trigger:focus, .menu-trigger:active, .menu-trigger.active {
  background-color: black;
  color: #d1d2d4;
}

.single .menu-trigger, .home .menu-trigger {
  color: white;
}
.single .menu-trigger:hover, .single .menu-trigger:focus, .single .menu-trigger:active, .single .menu-trigger.active, .home .menu-trigger:hover, .home .menu-trigger:focus, .home .menu-trigger:active, .home .menu-trigger.active {
  background-color: white;
  color: black;
}

/*  -- Author --  */
.authors .author a {
  border-bottom: 0;
}
.authors .author a:hover, .authors .author a:focus, .authors .author a:active {
  background-color: transparent;
  border-bottom: 1px solid;
  color: black;
}

.author-aside {
  margin-bottom: 2rem;
}
.author-aside img {
  display: block;
  height: auto !important;
  width: auto !important;
}

.author {
  padding-top: 1rem;
}
.author article .article-title a {
  border-bottom: 0;
}
.author article .article-title a:hover, .author article .article-title a:focus, .author article .article-title a:active {
  background-color: transparent;
  border-bottom: 1px solid;
  color: inherit;
}
@media only all and (min-width: 60em) {
  .author {
    padding-top: 0;
  }
}

.posts-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.posts-list li {
  margin-bottom: 1rem;
}
.posts-list li:last-child {
  margin-bottom: 0;
}
.posts-list a {
  background-color: transparent;
  color: inherit;
}

.posts-list a:hover, .posts-list a:focus, .posts-list a:active, .article-title a:hover, .article-title a:focus, .article-title a:active {
  border-bottom: 1px solid;
}

.col--1 .contents {
  max-width: 30rem;
}

@media only all and (min-width: 60em) {
  .cols {
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  .col {
    display: table-cell;
    vertical-align: top;
  }
  .col--1 {
    padding-right: 3rem;
    width: 50%;
  }
}
@media only all and (min-width: 60em) {
  .col--1 {
    padding-right: 4rem;
  }
}
@media only all and (min-width: 80em) {
  .col--1 {
    padding-right: 5rem;
  }
}
#load-more {
  display: none;
}

.article-wrapper {
  padding-bottom: 0.1rem;
}

blockquote {
  line-height: 1.8;
  margin-left: 0;
  margin-bottom: 2rem;
  margin-right: 0;
  margin-top: 0;
  padding-left: 3rem;
  position: relative;
}
blockquote:after {
  background-color: black;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.wp-caption {
  height: auto !important;
  margin: 2rem 0 1rem;
  width: auto !important;
}
.wp-caption img {
  height: auto !important;
  width: auto !important;
}

.wp-caption-text {
  font-size: 0.9375em;
  margin-top: 0 !important;
/*   text-align: right; */
}
.wp-caption-text:before {
  content: '→';
  display: inline-block;
  margin-right: 0.5rem;
}

.search-content .contents, .archive-content .contents, .category-content .contents {
  position: relative;
  top: 0.3rem;
}

.article-meta a {
  border-bottom: 0;
}
.article-meta a:hover, .article-meta a:focus, .article-meta a:active {
  background: transparent;
  border-bottom: 1px solid;
  color: inherit;
}

/*  Emojiis  */
/*
EmojiSymbols Font (c)blockworks - Kenichi Kaneko
http://emojisymbols.com/
*/
@font-face {
  font-family: "EmojiSymbols";
  src: url("../fonts/EmojiSymbols-Regular.woff") format("woff");
  text-decoration: none;
  font-style: normal;
}
.emj {
  font-family: "EmojiSymbols";
}


.article-content p {
    margin: 0 0 1.5rem;
}