/* =Colors */
/* =Base */
input[type=text] {
  width: 30%;
  box-sizing: border-box;
  border: 0px;
  border-radius: 5px;
  background-color: #292929;
  font-size: 16px;
  text-align: center;
  padding: 10px 0px 10px 0px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

input[type=text]:focus {
  width: 75%;
}

body {
  font-family: sans-serif;
  color: #ffffff;
  background-color: #323234;
}

a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

.content {
  margin-top: -20px;
  word-wrap: anywhere;
}

.content .headerlink {
  display: none;
  float: left;
  padding-right: 4px;
  margin-left: -30px;
}
.content .headerlink:before {
  content: "\f0c1";
  font-size: smaller;
  font-family: "ForkAwesome";
}

.content h1:hover .headerlink,
.content h2:hover .headerlink,
.content h3:hover .headerlink {
  display: block;
}

.content > h1,
h2 {
  border-bottom: 2px solid #fff;
  padding-bottom: 7px;
}

.content > h3 {
  font-size: 21px;
}

.content > h4 {
  font-size: 19px;
}

.content a {
  text-decoration: none;
  font-weight: bold;
  text-align: justify;
}

.content p a::after {
  content: "\f08e";
  font-size: 15px;
  font-family: "ForkAwesome";
  margin-left: 5px;
}

.content li a::after {
  content: "\f08e";
  font-size: 15px;
  font-family: "ForkAwesome";
  margin-left: 5px;
}

.footnotes {
  border-top: 2px solid #808080;
}

.footnote {
  text-decoration: underline !important;
}

a.footnote::after {
  display: none;
}

a.reversefootnote::after {
  display: none;
}

.hide {
  display: none;
}

p {
  font-size: 20px;
  line-height: 32px;
}

p.center {
  text-align: center;
}

ul {
  font-size: 17px;
  line-height: 27px;
}

ol {
  font-size: 17px;
  line-height: 27px;
}

img {
  margin: 40px auto;
  display: block;
  max-width: 100%;
  cursor: pointer;
}

.content img {
  position: relative;
  transition: transform 0.3s ease;
}
.content img:hover {
  transform: translate3d(1px, -5px, 0px);
}
.content img:active {
  transform: scale(1.4);
}

.post-image {
  display: none;
}

.flex-cards {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  grid-gap: 0.7em;
  background-color: #323234;
  justify-content: center;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  margin: 5px;
  transition: 0.3s;
  border-radius: 5px;
  background: #4f4f4f;
  padding: 15px;
  font-size: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.card .buttons {
  margin-top: auto;
}
.card p {
  font-size: 17px;
  text-align: left;
  line-height: 27px;
}
.card:hover {
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.5);
}

.button {
  border-radius: 8px;
  border: 0px;
  color: #4f4f4f;
  background-color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  cursor: pointer;
  border: 2px solid #fff;
}
.button:hover {
  background-color: #4f4f4f;
  color: #ffffff;
}

.publish-date {
  color: #ffffff;
  font-weight: bold;
}

strong {
  color: #ffffff;
}

blockquote {
  letter-spacing: 1px;
  margin: 0px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0px;
  border-left: 4px solid #fff;
}
blockquote p {
  margin-left: 20px;
  font-size: 20px;
  color: #bcbcbc;
  font-weight: 400;
}
blockquote ul {
  color: #bcbcbc;
}

/* =Header */
.wrapper {
  max-width: 1000px;
  margin: 100px auto;
  padding: 0 30px;
}

.header {
  overflow: hidden;
  font-family: serif;
}

.navigation {
  float: left;
}

.logo {
  font-size: 50px;
  font-weight: 700;
  color: #ffffff;
}

.menu {
  color: #9d9d9d;
  font-size: 18px;
  margin: 0px;
  margin-top: 6px;
  padding: 0px;
  list-style-type: none;
}

.menu-entry {
  display: inline-block;
  margin-right: 35px;
}
.menu-entry:last-child {
  margin-right: 0px;
}

.menu-entry a {
  font-weight: 400;
}

.social-links {
  float: right;
  font-size: 24px;
  color: #9d9d9d;
  list-style-type: none;
}

.social-links-entry {
  display: inline-block;
  margin-left: 10px;
}

/* =Titles */
.page-title {
  margin-top: 100px;
  margin-bottom: 75px;
  text-align: center;
  font-family: serif;
}

.page-title-text {
  font-weight: 600;
  font-size: 60px;
}

.page-title-subtitle {
  font-weight: 400;
  font-family: monospace;
  font-size: 22px;
  color: #9d9d9d;
}

.post-title {
  margin-bottom: 100px;
  font-family: serif;
}

.post-title-text {
  font-size: 40px;
}

.post-title-subtitle {
  font-size: 20px;
}

/* =Footer */
.explore {
  text-align: center;
  font-family: monospace;
  color: #9d9d9d;
  margin-top: 80px;
  word-break: break-all;
}

.explore-divider {
  font-size: 18px;
  letter-spacing: 8.18px;
}

.explore-label {
  font-size: 14px;
  margin-top: 15px;
  font-family: monospace;
}

/* =Post page */
.about {
  color: #9d9d9d;
  margin-top: 50px;
  text-align: center;
  line-height: 24px;
}

.about-divider {
  font-size: 20px;
  margin-bottom: 10px;
  letter-spacing: 9.09px;
}

.about-text {
  font-size: 18px;
}

@media (max-width: 800px) {
  p {
    font-size: 16px;
    line-height: 1.6;
  }
  .navigation,
  .social-links {
    display: block;
    text-align: center;
    width: 100%;
  }
  .wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
  .social-links {
    font-size: 30px;
    margin-top: 35px;
  }
  .page-title {
    margin-top: 80px;
    margin-bottom: 60px;
  }
  .page-title-text {
    font-size: 40px;
  }
  .page-title-subtitle {
    font-size: 18px;
  }
  .explore {
    margin-top: 80px;
  }
  .post-title-text {
    font-size: 28px;
  }
  .post-title-subtitle {
    font-size: 18px;
  }
}
@media (max-width: 620px) {
  input[type=text] {
    width: 80%;
  }
  input[type=text]:focus {
    width: 100%;
  }
}
/* Source: http://codepen.io/bulby97/pen/fcvay */
.glitch {
  position: relative;
  animation: glitch 2s steps(100) infinite;
}

@keyframes glitch {
  0% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }
  1% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }
  2% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }
  3% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }
  4% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }
  5% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  6% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  7% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  8% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  9% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  10% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  11% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }
  12% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }
  13% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }
  14% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }
  15% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }
  16% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }
  17% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }
  18% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }
  19% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }
  20% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }
  21% {
    text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
  }
  22% {
    text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
  }
  23% {
    text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
  }
  24% {
    text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
  }
  25% {
    text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
  }
  26% {
    text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
  }
  27% {
    text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
  }
  28% {
    text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
  }
  29% {
    text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
  }
  30% {
    text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
  }
  31% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }
  32% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }
  33% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }
  34% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }
  35% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }
  36% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }
  37% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }
  38% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }
  39% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }
  40% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }
  41% {
    text-shadow: 50px 0 0 blue, -50px 0 0 lime;
  }
  42% {
    text-shadow: 0 0 0 blue, 0 0 0 lime;
  }
  43% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }
  44% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }
  45% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }
  46% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }
  47% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }
  48% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }
  49% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }
  50% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }
  51% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }
  52% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }
  53% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }
  54% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }
  55% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }
  56% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  57% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  58% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  59% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  60% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  61% {
    text-shadow: 30px 0 0 red, -30px 0 0 lime;
  }
  62% {
    text-shadow: 0 0 0 red, 0 0 0 lime;
  }
  63% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 blue;
  }
  64% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 blue;
  }
  65% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 blue;
  }
  66% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 blue;
  }
  67% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  68% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  69% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  70% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  71% {
    text-shadow: 70px 0 0 red, -70px 0 0 blue;
  }
  72% {
    text-shadow: 0 0 0 red, 0 0 0 blue;
  }
  73% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }
  74% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }
  75% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }
  76% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }
  77% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  78% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  79% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  80% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  81% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }
  82% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }
  83% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }
  84% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }
  85% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }
  86% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }
  87% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }
  88% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }
  89% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }
  90% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }
  91% {
    text-shadow: 60px 0 0 lime, -60px 0 0 blue;
  }
  92% {
    text-shadow: 0 0 0 lime, 0 0 0 blue;
  }
  92% {
    text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
  }
  93% {
    text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
  }
  94% {
    text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
  }
  95% {
    text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
  }
  96% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }
  97% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }
  98% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }
  99% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }
  100% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }
}
/* Custom */
.go-home {
  text-align: center;
}

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